Build Information
Successful build of Dagr, reference main (76fb8c), with Swift 6.2 for Android on 8 Oct 2025 16:02:31 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mzaks/dagr.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/mzaks/dagr
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 76fb8c5 Remove the now ignored directory ".vscode"
Cloned https://github.com/mzaks/dagr.git
Revision (git rev-parse @):
76fb8c5d82725b926e45b7f1caa3062749e20556
SUCCESS checkout https://github.com/mzaks/dagr.git at main
========================================
Build
========================================
Selected platform: android
Swift version: 6.2
Building package at path: $PWD
https://github.com/mzaks/dagr.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:d70d83f328e9f1ae04a4e17e63e2d335ae10639f90ee796a5fe3bfb139eab948
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.2-latest
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/Sources/FoundationNodes/FoundationNode_1759589941.json
[1/1] Compiling plugin CodeGenPlugin
Building for debugging...
[1/20] Write sources
[9/20] Write swift-version--11D90AFD9DD3AB2.txt
[11/30] Compiling DagrCodeGen Generator.swift
[12/30] Compiling DagrCodeGen DSLTypes.swift
[13/30] Emitting module DagrCodeGen
[14/31] Wrapping AST for DagrCodeGen for debugging
[16/33] Compiling FoundationNodesDefenition FoundationNode.swift
[17/33] Emitting module FoundationNodesDefenition
[19/34] Compiling Dagr RuntimeTypes.swift
[19/36] Wrapping AST for FoundationNodesDefenition for debugging
[21/36] Compiling Dagr Reader.swift
[22/36] Emitting module Dagr
[23/36] Compiling Dagr Builder.swift
[24/37] Compiling DagrCodeGen Generator.swift
[26/37] Emitting module CodeGen
[27/37] Compiling CodeGen main.swift
[29/41] Emitting module DagrCodeGen
[30/41] Compiling DagrCodeGen DSLTypes.swift
[31/42] Wrapping AST for CodeGen for debugging
[32/42] Write Objects.LinkFileList
[33/42] Wrapping AST for DagrCodeGen for debugging
[34/44] Linking CodeGen-tool
[36/44] Compiling FoundationNodesDefenition FoundationNode.swift
[37/44] Emitting module FoundationNodesDefenition
[38/45] Wrapping AST for FoundationNodesDefenition for debugging
[40/47] Emitting module FoundationNodes
[41/47] Compiling FoundationNodes FoundationNodeExtensions.swift
[42/47] Compiling FoundationNodes FoundationNode_generated.swift
[44/48] Compiling CodeGen main.swift
[45/48] Emitting module CodeGen
[46/49] Wrapping AST for CodeGen for debugging
[47/49] Write Objects.LinkFileList
[48/49] Linking CodeGen
Build complete! (27.18s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "Dagr",
"name" : "Dagr",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Dagr",
"targets" : [
"Dagr"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "DagrCodeGen",
"targets" : [
"DagrCodeGen"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "FoundationNodes",
"targets" : [
"FoundationNodes"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "FoundationNodesDefenition",
"targets" : [
"FoundationNodesDefenition"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "CodeGen",
"targets" : [
"CodeGen"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "FoundationNodesDefenition",
"module_type" : "SwiftTarget",
"name" : "FoundationNodesDefenition",
"path" : "Sources/FoundationNodesDefenition",
"product_memberships" : [
"FoundationNodesDefenition",
"CodeGen"
],
"sources" : [
"FoundationNode.swift"
],
"target_dependencies" : [
"DagrCodeGen"
],
"type" : "library"
},
{
"c99name" : "FoundationNodes",
"module_type" : "SwiftTarget",
"name" : "FoundationNodes",
"path" : "Sources/FoundationNodes",
"product_memberships" : [
"FoundationNodes"
],
"sources" : [
"FoundationNodeExtensions.swift",
"FoundationNode_generated.swift"
],
"target_dependencies" : [
"Dagr"
],
"type" : "library"
},
{
"c99name" : "DagrTests",
"module_type" : "SwiftTarget",
"name" : "DagrTests",
"path" : "Tests/DagrTests",
"sources" : [
"BuilderTests.swift",
"JSONLikeTests.swift",
"ReaderTests.swift",
"gen/BuilderSamples_generated.swift",
"gen/JSONLike+Extensions.swift",
"gen/JSONLike_generated.swift"
],
"target_dependencies" : [
"Dagr",
"FoundationNodes"
],
"type" : "test"
},
{
"c99name" : "DagrCodeGenTests",
"module_type" : "SwiftTarget",
"name" : "DagrCodeGenTests",
"path" : "Tests/DagrCodeGenTests",
"sources" : [
"CompatibilityTests.swift",
"ValidationTests.swift"
],
"target_dependencies" : [
"DagrCodeGen"
],
"type" : "test"
},
{
"c99name" : "DagrCodeGen",
"module_type" : "SwiftTarget",
"name" : "DagrCodeGen",
"path" : "Sources/DagrCodeGen",
"product_memberships" : [
"DagrCodeGen",
"FoundationNodesDefenition",
"CodeGen"
],
"sources" : [
"DSLTypes.swift",
"Generator.swift"
],
"type" : "library"
},
{
"c99name" : "Dagr",
"module_type" : "SwiftTarget",
"name" : "Dagr",
"path" : "Sources/Dagr",
"product_memberships" : [
"Dagr",
"FoundationNodes"
],
"sources" : [
"Builder.swift",
"Reader.swift",
"RuntimeTypes.swift"
],
"type" : "library"
},
{
"c99name" : "CodeGenPlugin",
"module_type" : "PluginTarget",
"name" : "CodeGenPlugin",
"path" : "Plugins/CodeGenPlugin",
"plugin_capability" : {
"intent" : {
"description" : "Generates graphs",
"type" : "custom",
"verb" : "code-gen"
},
"permissions" : [
{
"network_scope" : {
"none" : {
}
},
"reason" : "Generate source files",
"type" : "writeToPackageDirectory"
}
],
"type" : "command"
},
"sources" : [
"CodeGenPlugin.swift"
],
"target_dependencies" : [
"CodeGen"
],
"type" : "plugin"
},
{
"c99name" : "CodeGen",
"module_type" : "SwiftTarget",
"name" : "CodeGen",
"path" : "Sources/CodeGen",
"product_memberships" : [
"CodeGen"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"DagrCodeGen",
"FoundationNodesDefenition"
],
"type" : "executable"
}
],
"tools_version" : "6.1"
}
android-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:d70d83f328e9f1ae04a4e17e63e2d335ae10639f90ee796a5fe3bfb139eab948
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.2-latest
Done.