Build Information
Failed to build swift-access-macro, reference 0.3.3 (441504), with Swift 6.1 for Wasm on 29 May 2025 16:28:06 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/romikabi/swift-access-macro.git
Reference: 0.3.3
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/romikabi/swift-access-macro
* tag 0.3.3 -> FETCH_HEAD
HEAD is now at 441504d update dependencies
Cloned https://github.com/romikabi/swift-access-macro.git
Revision (git rev-parse @):
441504d1f2146d57fc4a270118798c8086baa72a
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/romikabi/swift-access-macro.git at 0.3.3
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/romikabi/swift-access-macro.git
https://github.com/romikabi/swift-access-macro.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-syntax",
"requirement" : {
"range" : [
{
"lower_bound" : "509.0.0",
"upper_bound" : "510.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftlang/swift-syntax.git"
},
{
"identity" : "swift-macro-testing",
"requirement" : {
"range" : [
{
"lower_bound" : "0.1.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-macro-testing.git"
},
{
"identity" : "spimanifest",
"requirement" : {
"range" : [
{
"lower_bound" : "0.12.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/SwiftPackageIndex/SPIManifest.git"
}
],
"manifest_display_name" : "swift-access-macro",
"name" : "swift-access-macro",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
},
{
"name" : "maccatalyst",
"version" : "13.0"
}
],
"products" : [
{
"name" : "AccessMacro",
"targets" : [
"AccessMacro"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SPIManifestGenerator",
"targets" : [
"SPIManifestGenerator"
],
"type" : {
"executable" : null
}
},
{
"name" : "AccessMacroClient",
"targets" : [
"AccessMacroClient"
],
"type" : {
"executable" : null
}
},
{
"name" : "AccessMacroImplementation",
"targets" : [
"AccessMacroImplementation"
],
"type" : {
"macro" : null
}
}
],
"targets" : [
{
"c99name" : "SPIManifestGenerator",
"module_type" : "SwiftTarget",
"name" : "SPIManifestGenerator",
"path" : "Sources/SPIManifestGenerator",
"product_dependencies" : [
"SPIManifest"
],
"product_memberships" : [
"SPIManifestGenerator"
],
"sources" : [
"Generator.swift"
],
"type" : "executable"
},
{
"c99name" : "AccessMacroTests",
"module_type" : "SwiftTarget",
"name" : "AccessMacroTests",
"path" : "Tests/AccessMacroTests",
"product_dependencies" : [
"SwiftSyntaxMacrosTestSupport",
"MacroTesting"
],
"sources" : [
"AccessTests.swift"
],
"target_dependencies" : [
"AccessMacroImplementation"
],
"type" : "test"
},
{
"c99name" : "AccessMacroImplementation",
"module_type" : "SwiftTarget",
"name" : "AccessMacroImplementation",
"path" : "Sources/AccessMacroImplementation",
"product_dependencies" : [
"SwiftSyntaxMacros",
"SwiftCompilerPlugin"
],
"product_memberships" : [
"AccessMacro",
"AccessMacroClient",
"AccessMacroImplementation"
],
"sources" : [
"AccessMacro.swift",
"Plugin.swift"
],
"type" : "macro"
},
{
"c99name" : "AccessMacroClient",
"module_type" : "SwiftTarget",
"name" : "AccessMacroClient",
"path" : "Sources/AccessMacroClient",
"product_memberships" : [
"AccessMacroClient"
],
"sources" : [
"ChildReducer.swift",
"ParentReducer.swift"
],
"target_dependencies" : [
"AccessMacro"
],
"type" : "executable"
},
{
"c99name" : "AccessMacro",
"module_type" : "SwiftTarget",
"name" : "AccessMacro",
"path" : "Sources/AccessMacro",
"product_memberships" : [
"AccessMacro",
"AccessMacroClient"
],
"sources" : [
"Access.swift",
"AccessType.swift"
],
"target_dependencies" : [
"AccessMacroImplementation"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" 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:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/SwiftPackageIndex/SPIManifest.git
Fetching https://github.com/pointfreeco/swift-macro-testing.git
[1/876] Fetching spimanifest
[115/1784] Fetching spimanifest, swift-macro-testing
Fetching https://github.com/swiftlang/swift-syntax.git
Fetched https://github.com/SwiftPackageIndex/SPIManifest.git from cache (0.48s)
Fetched https://github.com/pointfreeco/swift-macro-testing.git from cache (0.49s)
[1/70452] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax.git from cache (8.12s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 509.1.1 (13.30s)
Computing version for https://github.com/SwiftPackageIndex/SPIManifest.git
Computed https://github.com/SwiftPackageIndex/SPIManifest.git at 0.19.0 (1.08s)
Fetching https://github.com/jpsim/Yams.git
[1/10657] Fetching yams
Fetched https://github.com/jpsim/Yams.git from cache (2.06s)
Computing version for https://github.com/pointfreeco/swift-macro-testing.git
Computed https://github.com/pointfreeco/swift-macro-testing.git at 0.6.3 (3.25s)
Fetching https://github.com/pointfreeco/swift-snapshot-testing
[1/13189] Fetching swift-snapshot-testing
Fetched https://github.com/pointfreeco/swift-snapshot-testing from cache (3.04s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing
Computed https://github.com/pointfreeco/swift-snapshot-testing at 1.18.4 (4.12s)
Fetching https://github.com/pointfreeco/swift-custom-dump
[1/4581] Fetching swift-custom-dump
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (0.58s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (1.62s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/5458] Fetching xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (1.23s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.5.2 (2.23s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 5.4.0 (1.07s)
Creating working copy for https://github.com/jpsim/Yams.git
Working copy of https://github.com/jpsim/Yams.git resolved at 5.4.0
Creating working copy for https://github.com/SwiftPackageIndex/SPIManifest.git
Working copy of https://github.com/SwiftPackageIndex/SPIManifest.git resolved at 0.19.0
Creating working copy for https://github.com/pointfreeco/swift-macro-testing.git
Working copy of https://github.com/pointfreeco/swift-macro-testing.git resolved at 0.6.3
Creating working copy for https://github.com/pointfreeco/swift-snapshot-testing
Working copy of https://github.com/pointfreeco/swift-snapshot-testing resolved at 1.18.4
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 509.1.1
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.5.2
Creating working copy for https://github.com/pointfreeco/swift-custom-dump
Working copy of https://github.com/pointfreeco/swift-custom-dump resolved at 1.3.3
[1/1] Compiling plugin ValidatorPlugin
Building for debugging...
[1/50] Write sources
[19/50] Compiling reader.c
[20/50] Compiling writer.c
[21/50] Compiling api.c
[22/50] Compiling parser.c
[23/50] Compiling emitter.c
[24/50] Write swift-version-24593BA9C3E375BF.txt
[25/50] Compiling scanner.c
[27/72] Emitting module Yams
[28/74] Compiling SwiftSyntax509 Empty.swift
[29/74] Emitting module SwiftSyntax509
[30/75] Wrapping AST for SwiftSyntax509 for debugging
[32/120] Compiling SwiftSyntax SyntaxChildren.swift
[33/120] Compiling SwiftSyntax SyntaxCollection.swift
[34/120] Compiling SwiftSyntax MissingNodeInitializers.swift
[35/120] Compiling SwiftSyntax RawSyntax.swift
[36/120] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[37/120] Compiling SwiftSyntax SourceLocation.swift
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Representer.swift:307:45: error: cannot find 'DBL_DECIMAL_DIG' in scope
305 | // Since `NumberFormatter` creates a string with insufficient precision for Decode,
306 | // it uses with `String(format:...)`
307 | let string = String(format: "%.*g", DBL_DECIMAL_DIG, self)
| `- error: cannot find 'DBL_DECIMAL_DIG' in scope
308 | // "%*.g" does not use scientific notation if the exponent is less than –4.
309 | // So fallback to using `NumberFormatter` if string does not uses scientific notation.
[38/120] Compiling SwiftSyntax SourcePresence.swift
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Representer.swift:307:45: error: cannot find 'DBL_DECIMAL_DIG' in scope
305 | // Since `NumberFormatter` creates a string with insufficient precision for Decode,
306 | // it uses with `String(format:...)`
307 | let string = String(format: "%.*g", DBL_DECIMAL_DIG, self)
| `- error: cannot find 'DBL_DECIMAL_DIG' in scope
308 | // "%*.g" does not use scientific notation if the exponent is less than –4.
309 | // So fallback to using `NumberFormatter` if string does not uses scientific notation.
[39/120] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Representer.swift:307:45: error: cannot find 'DBL_DECIMAL_DIG' in scope
305 | // Since `NumberFormatter` creates a string with insufficient precision for Decode,
306 | // it uses with `String(format:...)`
307 | let string = String(format: "%.*g", DBL_DECIMAL_DIG, self)
| `- error: cannot find 'DBL_DECIMAL_DIG' in scope
308 | // "%*.g" does not use scientific notation if the exponent is less than –4.
309 | // So fallback to using `NumberFormatter` if string does not uses scientific notation.
[40/120] Compiling SwiftSyntax AbsolutePosition.swift
[41/120] Compiling SwiftSyntax Assert.swift
[42/120] Compiling SwiftSyntax BumpPtrAllocator.swift
[43/120] Compiling SwiftSyntax CommonAncestor.swift
[44/120] Compiling SwiftSyntax Convenience.swift
[45/120] Compiling SwiftSyntax MemoryLayout.swift
[53/126] Compiling SwiftSyntax SyntaxData.swift
[54/126] Compiling SwiftSyntax SyntaxText.swift
[55/126] Compiling SwiftSyntax Syntax.swift
[56/126] Compiling SwiftSyntax SyntaxArena.swift
[57/126] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[58/126] Compiling SwiftSyntax RawSyntaxTokenView.swift
[59/126] Compiling SwiftSyntax SourceLength.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
[0/1] Planning build
[1/1] Compiling plugin ValidatorPlugin
Building for debugging...
[1/26] Write swift-version-24593BA9C3E375BF.txt
[3/48] Emitting module SwiftSyntax509
[4/48] Compiling SwiftSyntax509 Empty.swift
[6/93] Compiling SwiftSyntax SourceLength.swift
[7/93] Compiling SwiftSyntax SourceLocation.swift
[8/95] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[9/95] Compiling SwiftSyntax RawSyntaxTokenView.swift
[10/95] Compiling SwiftSyntax MissingNodeInitializers.swift
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Representer.swift:307:45: error: cannot find 'DBL_DECIMAL_DIG' in scope
305 | // Since `NumberFormatter` creates a string with insufficient precision for Decode,
306 | // it uses with `String(format:...)`
307 | let string = String(format: "%.*g", DBL_DECIMAL_DIG, self)
| `- error: cannot find 'DBL_DECIMAL_DIG' in scope
308 | // "%*.g" does not use scientific notation if the exponent is less than –4.
309 | // So fallback to using `NumberFormatter` if string does not uses scientific notation.
[11/95] Compiling SwiftSyntax RawSyntax.swift
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Representer.swift:307:45: error: cannot find 'DBL_DECIMAL_DIG' in scope
305 | // Since `NumberFormatter` creates a string with insufficient precision for Decode,
306 | // it uses with `String(format:...)`
307 | let string = String(format: "%.*g", DBL_DECIMAL_DIG, self)
| `- error: cannot find 'DBL_DECIMAL_DIG' in scope
308 | // "%*.g" does not use scientific notation if the exponent is less than –4.
309 | // So fallback to using `NumberFormatter` if string does not uses scientific notation.
[12/95] Compiling SwiftSyntax RawSyntaxLayoutView.swift
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Representer.swift:307:45: error: cannot find 'DBL_DECIMAL_DIG' in scope
305 | // Since `NumberFormatter` creates a string with insufficient precision for Decode,
306 | // it uses with `String(format:...)`
307 | let string = String(format: "%.*g", DBL_DECIMAL_DIG, self)
| `- error: cannot find 'DBL_DECIMAL_DIG' in scope
308 | // "%*.g" does not use scientific notation if the exponent is less than –4.
309 | // So fallback to using `NumberFormatter` if string does not uses scientific notation.
[13/95] Compiling Yams YamlError.swift
[14/95] Compiling Yams YamlTagProviding.swift
[15/95] Emitting module Yams
[16/95] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[17/95] Compiling SwiftSyntax Syntax.swift
[18/95] Compiling SwiftSyntax SyntaxArena.swift
[19/95] Compiling SwiftSyntax AbsolutePosition.swift
[20/95] Compiling SwiftSyntax Assert.swift
[21/95] Compiling SwiftSyntax BumpPtrAllocator.swift
[22/95] Compiling SwiftSyntax CommonAncestor.swift
[23/95] Compiling SwiftSyntax Convenience.swift
[24/95] Compiling SwiftSyntax MemoryLayout.swift
[25/95] Compiling SwiftSyntax SyntaxChildren.swift
[26/95] Compiling SwiftSyntax SyntaxCollection.swift
[27/95] Compiling SwiftSyntax SyntaxData.swift
BUILD FAILURE 6.1 wasm