Build Information
Successful build of Dagr, reference main (76fb8c), with Swift 6.1 for Wasm on 8 Oct 2025 16:00:55 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:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 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: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/mzaks/dagr.git
https://github.com/mzaks/dagr.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"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"
}
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:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:062e4aaff76454b333ce7957a8e87c3beb342f1dedb64399abb81cdea021b526
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-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 DagrCodeGen Generator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[12/30] Compiling DagrCodeGen DSLTypes.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[13/30] Emitting module DagrCodeGen
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[14/31] Compiling Dagr RuntimeTypes.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[15/31] Compiling Dagr Reader.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[16/31] Compiling Dagr Builder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[17/31] Emitting module Dagr
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[19/32] Wrapping AST for DagrCodeGen for debugging
[21/37] Emitting module FoundationNodesDefenition
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[22/37] Compiling FoundationNodesDefenition FoundationNode.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[23/38] Wrapping AST for FoundationNodesDefenition for debugging
[25/40] Emitting module CodeGen
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[26/40] Compiling FoundationNodes FoundationNodeExtensions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[27/40] Emitting module FoundationNodes
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[28/40] Compiling FoundationNodes FoundationNode_generated.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[30/41] Compiling CodeGen main.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[32/42] Compiling DagrCodeGen DSLTypes.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[33/42] Emitting module DagrCodeGen
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[34/42] Compiling DagrCodeGen Generator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[35/43] Wrapping AST for CodeGen for debugging
[36/43] Write Objects.LinkFileList
[37/43] Wrapping AST for DagrCodeGen for debugging
[39/45] Emitting module FoundationNodesDefenition
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[40/45] Compiling FoundationNodesDefenition FoundationNode.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[41/48] Wrapping AST for FoundationNodesDefenition for debugging
[43/48] Emitting module CodeGen
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[44/48] Compiling CodeGen main.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[45/49] Wrapping AST for CodeGen for debugging
[46/49] Write Objects.LinkFileList
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/libFoundation.a: archive member 'Foundation.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/libFoundationEssentials.a: archive member 'FoundationEssentials.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/libFoundationInternationalization.a: archive member 'FoundationInternationalization.autolink' is neither Wasm object file nor LLVM bitcode
[47/49] Linking CodeGen.wasm
[48/49] Linking CodeGen-tool
Build complete! (29.63s)
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"
}
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:062e4aaff76454b333ce7957a8e87c3beb342f1dedb64399abb81cdea021b526
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Done.