Build Information
Successful build of Dagr, reference main (76fb8c), with Swift 6.2 for Linux on 8 Oct 2025 16:02:28 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 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: linux
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-1":/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:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:b3eaa5734a03a9b8084848018342ef6c4e4ec1a618756d8de460b693a5f488ea
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-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-24593BA9C3E375BF.txt
[11/30] Compiling Dagr RuntimeTypes.swift
[12/30] Compiling Dagr Reader.swift
[13/30] Compiling DagrCodeGen Generator.swift
[14/30] Emitting module Dagr
[15/30] Compiling Dagr Builder.swift
[17/31] Compiling DagrCodeGen Generator.swift
[18/31] Compiling DagrCodeGen DSLTypes.swift
[19/31] Emitting module DagrCodeGen
[22/32] Compiling DagrCodeGen DSLTypes.swift
[23/33] Wrapping AST for DagrCodeGen for debugging
[26/40] Emitting module FoundationNodes
[27/40] Compiling FoundationNodesDefenition FoundationNode.swift
[28/40] Emitting module FoundationNodesDefenition
[30/41] Compiling FoundationNodesDefenition FoundationNode.swift
[31/41] Emitting module FoundationNodesDefenition
[32/42] Wrapping AST for FoundationNodesDefenition for debugging
[35/46] Emitting module CodeGen
[36/46] Compiling CodeGen main.swift
[37/47] Emitting module CodeGen
[38/47] Compiling CodeGen main.swift
[41/48] Compiling FoundationNodes FoundationNodeExtensions.swift
[42/48] Compiling FoundationNodes FoundationNode_generated.swift
[43/49] Wrapping AST for CodeGen for debugging
[44/49] Write Objects.LinkFileList
[45/49] Wrapping AST for CodeGen for debugging
[46/49] Write Objects.LinkFileList
[47/49] Linking CodeGen-tool
[48/49] Linking CodeGen
Build complete! (24.98s)
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"
}
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:b3eaa5734a03a9b8084848018342ef6c4e4ec1a618756d8de460b693a5f488ea
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Done.