Build Information
Successful build of TOMLDecoder, reference main (bd1231), with Swift 6.1 for Wasm on 15 Dec 2025 14:25:32 UTC.
Swift 6 data race errors: 1
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-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 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/dduan/TOMLDecoder.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/dduan/TOMLDecoder
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at bd1231c Document supports (#242)
Cloned https://github.com/dduan/TOMLDecoder.git
Revision (git rev-parse @):
bd1231c08a3ad1af2d62563bfea727418458726e
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/dduan/TOMLDecoder.git at main
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/dduan/TOMLDecoder.git
https://github.com/dduan/TOMLDecoder.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"cxx_language_standard" : "c++20",
"dependencies" : [
],
"manifest_display_name" : "TOMLDecoder",
"name" : "TOMLDecoder",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
},
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "compliance",
"targets" : [
"compliance"
],
"type" : {
"executable" : null
}
},
{
"name" : "TOMLDecoder",
"targets" : [
"TOMLDecoder"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "compliance",
"module_type" : "SwiftTarget",
"name" : "compliance",
"path" : "Sources/compliance",
"product_memberships" : [
"compliance"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"TOMLDecoder"
],
"type" : "executable"
},
{
"c99name" : "TOMLDecoderTests",
"module_type" : "SwiftTarget",
"name" : "TOMLDecoderTests",
"path" : "Tests/TOMLDecoderTests",
"sources" : [
"DateStrategyTests.swift",
"DateTimeDescriptionTests.swift",
"DateTimeExactMatchTests.swift",
"InvalidationTests.Generated.swift",
"LeafValueDecodingTests.Generated.swift",
"Support/TOMLComplianceSupport.swift",
"Support/Tags.Generated.swift",
"TOMLDecoderTests.swift",
"TOMLTableKeyMembershipTests.swift",
"ValidationTests.Generated.swift"
],
"target_dependencies" : [
"ProlepticGregorianTestHelpers",
"Resources",
"TOMLDecoder"
],
"type" : "test"
},
{
"c99name" : "TOMLDecoder",
"module_type" : "SwiftTarget",
"name" : "TOMLDecoder",
"path" : "Sources/TOMLDecoder",
"product_memberships" : [
"compliance",
"TOMLDecoder"
],
"sources" : [
"DateTime.swift",
"ParserImplementation.Generated.swift",
"Parsing/Constants.swift",
"Parsing/Parser.swift",
"Parsing/TOMLDocument.swift",
"Parsing/Token.swift",
"TOMLArray.swift",
"TOMLDecoder.swift",
"TOMLError.swift",
"TOMLKey.swift",
"TOMLKeyedDecodingContainer.swift",
"TOMLSingleValueDecodingContainer.Generated.swift",
"TOMLTable.swift",
"TOMLUnkeyedDecodingContainer.swift",
"_TOMLDecoder.swift"
],
"type" : "library"
},
{
"c99name" : "Resources",
"module_type" : "SwiftTarget",
"name" : "Resources",
"path" : "Sources/Resources",
"sources" : [
"Canada.swift",
"Resources.swift",
"Twitter.swift"
],
"type" : "library"
},
{
"c99name" : "ProlepticGregorianTestHelpers",
"module_type" : "ClangTarget",
"name" : "ProlepticGregorianTestHelpers",
"path" : "Sources/ProlepticGregorianTestHelpers",
"sources" : [
"DateRef.cpp"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:dbcbf45695e2d1afcaee9a5a93239e71a6cc4a5872f338d6e993e9ceefe7df1b
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Building for debugging...
[0/9] Write sources
[3/9] Write swift-version-24593BA9C3E375BF.txt
[4/9] Compiling ProlepticGregorianTestHelpers DateRef.cpp
[6/28] Compiling TOMLDecoder Constants.swift
[7/28] Compiling TOMLDecoder Parser.swift
[8/29] Compiling TOMLDecoder _TOMLDecoder.swift
[9/29] Compiling TOMLDecoder TOMLArray.swift
[10/29] Compiling TOMLDecoder TOMLDecoder.swift
[11/29] Compiling Resources Canada.swift
[12/29] Compiling Resources Twitter.swift
[13/29] Emitting module Resources
[14/29] Compiling Resources Resources.swift
[15/30] Compiling TOMLDecoder TOMLDocument.swift
[16/30] Compiling TOMLDecoder Token.swift
[18/30] Compiling TOMLDecoder TOMLTable.swift
[19/30] Compiling TOMLDecoder TOMLUnkeyedDecodingContainer.swift
[20/30] Compiling TOMLDecoder TOMLKeyedDecodingContainer.swift
[21/30] Compiling TOMLDecoder TOMLSingleValueDecodingContainer.Generated.swift
[22/30] Compiling TOMLDecoder TOMLError.swift
[23/30] Compiling TOMLDecoder TOMLKey.swift
[24/30] Emitting module TOMLDecoder
[25/30] Compiling TOMLDecoder DateTime.swift
[26/30] Compiling TOMLDecoder ParserImplementation.Generated.swift
[27/31] Wrapping AST for TOMLDecoder for debugging
[29/33] Emitting module compliance
[30/33] Compiling compliance main.swift
[31/34] Wrapping AST for compliance for debugging
[32/34] 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/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/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/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
[33/34] Linking compliance.wasm
Build complete! (15.46s)
Build complete.
{
"cxx_language_standard" : "c++20",
"dependencies" : [
],
"manifest_display_name" : "TOMLDecoder",
"name" : "TOMLDecoder",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
},
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "compliance",
"targets" : [
"compliance"
],
"type" : {
"executable" : null
}
},
{
"name" : "TOMLDecoder",
"targets" : [
"TOMLDecoder"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "compliance",
"module_type" : "SwiftTarget",
"name" : "compliance",
"path" : "Sources/compliance",
"product_memberships" : [
"compliance"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"TOMLDecoder"
],
"type" : "executable"
},
{
"c99name" : "TOMLDecoderTests",
"module_type" : "SwiftTarget",
"name" : "TOMLDecoderTests",
"path" : "Tests/TOMLDecoderTests",
"sources" : [
"DateStrategyTests.swift",
"DateTimeDescriptionTests.swift",
"DateTimeExactMatchTests.swift",
"InvalidationTests.Generated.swift",
"LeafValueDecodingTests.Generated.swift",
"Support/TOMLComplianceSupport.swift",
"Support/Tags.Generated.swift",
"TOMLDecoderTests.swift",
"TOMLTableKeyMembershipTests.swift",
"ValidationTests.Generated.swift"
],
"target_dependencies" : [
"ProlepticGregorianTestHelpers",
"Resources",
"TOMLDecoder"
],
"type" : "test"
},
{
"c99name" : "TOMLDecoder",
"module_type" : "SwiftTarget",
"name" : "TOMLDecoder",
"path" : "Sources/TOMLDecoder",
"product_memberships" : [
"compliance",
"TOMLDecoder"
],
"sources" : [
"DateTime.swift",
"ParserImplementation.Generated.swift",
"Parsing/Constants.swift",
"Parsing/Parser.swift",
"Parsing/TOMLDocument.swift",
"Parsing/Token.swift",
"TOMLArray.swift",
"TOMLDecoder.swift",
"TOMLError.swift",
"TOMLKey.swift",
"TOMLKeyedDecodingContainer.swift",
"TOMLSingleValueDecodingContainer.Generated.swift",
"TOMLTable.swift",
"TOMLUnkeyedDecodingContainer.swift",
"_TOMLDecoder.swift"
],
"type" : "library"
},
{
"c99name" : "Resources",
"module_type" : "SwiftTarget",
"name" : "Resources",
"path" : "Sources/Resources",
"sources" : [
"Canada.swift",
"Resources.swift",
"Twitter.swift"
],
"type" : "library"
},
{
"c99name" : "ProlepticGregorianTestHelpers",
"module_type" : "ClangTarget",
"name" : "ProlepticGregorianTestHelpers",
"path" : "Sources/ProlepticGregorianTestHelpers",
"sources" : [
"DateRef.cpp"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:dbcbf45695e2d1afcaee9a5a93239e71a6cc4a5872f338d6e993e9ceefe7df1b
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Done.