Build Information
Failed to build MaestroDSL, reference main (1a6321), with Swift 6.1 for Wasm on 29 May 2025 00:44:13 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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/paulsamuels/MaestroDSL.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/paulsamuels/MaestroDSL
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 1a63211 Merge branch 'feature/simplify-page-object'
Cloned https://github.com/paulsamuels/MaestroDSL.git
Revision (git rev-parse @):
1a632111e8987db28f10aa9076d4e88473fba03c
SUCCESS checkout https://github.com/paulsamuels/MaestroDSL.git at main
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/paulsamuels/MaestroDSL.git
https://github.com/paulsamuels/MaestroDSL.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/apple/swift-syntax.git"
},
{
"identity" : "yams",
"requirement" : {
"range" : [
{
"lower_bound" : "5.0.6",
"upper_bound" : "6.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/jpsim/Yams.git"
},
{
"identity" : "swift-macro-testing",
"requirement" : {
"range" : [
{
"lower_bound" : "0.2.2",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-macro-testing"
}
],
"manifest_display_name" : "MaestroDSL",
"name" : "MaestroDSL",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
}
],
"products" : [
{
"name" : "MaestroDSL",
"targets" : [
"MaestroDSL"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "MaestroDSLMacro",
"targets" : [
"MaestroDSLMacro"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "MaestroDSLMacroMacros",
"targets" : [
"MaestroDSLMacroMacros"
],
"type" : {
"macro" : null
}
}
],
"targets" : [
{
"c99name" : "MaestroDSLTests",
"module_type" : "SwiftTarget",
"name" : "MaestroDSLTests",
"path" : "Tests/MaestroDSLTests",
"sources" : [
"MaestroComposeTests.swift"
],
"target_dependencies" : [
"MaestroDSL"
],
"type" : "test"
},
{
"c99name" : "MaestroDSLMacroTests",
"module_type" : "SwiftTarget",
"name" : "MaestroDSLMacroTests",
"path" : "Tests/MaestroDSLMacroTests",
"product_dependencies" : [
"SwiftSyntaxMacrosTestSupport",
"MacroTesting"
],
"sources" : [
"MaestroDSLMacroTests.swift"
],
"target_dependencies" : [
"MaestroDSLMacroMacros"
],
"type" : "test"
},
{
"c99name" : "MaestroDSLMacroMacros",
"module_type" : "SwiftTarget",
"name" : "MaestroDSLMacroMacros",
"path" : "Sources/MaestroDSLMacroMacros",
"product_dependencies" : [
"SwiftSyntaxMacros",
"SwiftCompilerPlugin"
],
"product_memberships" : [
"MaestroDSLMacro",
"MaestroDSLMacroMacros"
],
"sources" : [
"MaestroDSLMacroMacro.swift"
],
"type" : "macro"
},
{
"c99name" : "MaestroDSLMacro",
"module_type" : "SwiftTarget",
"name" : "MaestroDSLMacro",
"path" : "Sources/MaestroDSLMacro",
"product_memberships" : [
"MaestroDSLMacro"
],
"sources" : [
"MaestroDSLMacro.swift"
],
"target_dependencies" : [
"MaestroDSL",
"MaestroDSLMacroMacros"
],
"type" : "library"
},
{
"c99name" : "MaestroDSL",
"module_type" : "SwiftTarget",
"name" : "MaestroDSL",
"path" : "Sources/MaestroDSL",
"product_dependencies" : [
"Yams"
],
"product_memberships" : [
"MaestroDSL",
"MaestroDSLMacro"
],
"sources" : [
"Command.swift",
"Commands/AddMedia.swift",
"Commands/AssertNotVisible.swift",
"Commands/AssertTrue.swift",
"Commands/AssertVisible.swift",
"Commands/Back.swift",
"Commands/ClearKeychain.swift",
"Commands/ClearState.swift",
"Commands/Condition.swift",
"Commands/CopyTextFrom.swift",
"Commands/Direction.swift",
"Commands/DoubleTapOn.swift",
"Commands/EraseText.swift",
"Commands/EvalScript.swift",
"Commands/ExtendedWaitUntilNotVisible.swift",
"Commands/ExtendedWaitUntilVisible.swift",
"Commands/HideKeyboard.swift",
"Commands/Input.swift",
"Commands/LaunchApp.swift",
"Commands/LongPressOn.swift",
"Commands/OpenLink.swift",
"Commands/PasteText.swift",
"Commands/PressKey.swift",
"Commands/RepeatWhile.swift",
"Commands/RunFlow.swift",
"Commands/Scroll.swift",
"Commands/ScrollUntilVisible.swift",
"Commands/Selector.swift",
"Commands/SetLocation.swift",
"Commands/StartRecording.swift",
"Commands/StopApp.swift",
"Commands/StopRecording.swift",
"Commands/Swipe.swift",
"Commands/TakeScreenshot.swift",
"Commands/TapOn.swift",
"Commands/WaitForAnimationToEnd.swift",
"Flow/BasicFlow.swift",
"Flow/Flow.swift",
"Flow/FlowBuilder.swift",
"MaestroCompose.swift",
"MaestroRun.swift",
"Page/InvokeOriginalFlowErasingType.swift",
"Page/Page.swift",
"Page/PageBuilder.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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/jpsim/Yams.git
Fetching https://github.com/pointfreeco/swift-macro-testing
[1/908] Fetching swift-macro-testing
Fetched https://github.com/pointfreeco/swift-macro-testing from cache (0.34s)
[1/10657] Fetching yams
Fetching https://github.com/apple/swift-syntax.git
Fetched https://github.com/jpsim/Yams.git from cache (2.07s)
[1/70452] Fetching swift-syntax
Fetched https://github.com/apple/swift-syntax.git from cache (8.96s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 509.1.1 (14.27s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 5.4.0 (0.74s)
Computing version for https://github.com/pointfreeco/swift-macro-testing
Computed https://github.com/pointfreeco/swift-macro-testing at 0.6.3 (0.64s)
Fetching https://github.com/pointfreeco/swift-snapshot-testing
[1/13189] Fetching swift-snapshot-testing
Fetched https://github.com/pointfreeco/swift-snapshot-testing from cache (2.18s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing
Computed https://github.com/pointfreeco/swift-snapshot-testing at 1.18.4 (3.58s)
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.41s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (1.36s)
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.16s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.5.2 (1.97s)
Creating working copy for https://github.com/pointfreeco/swift-macro-testing
Working copy of https://github.com/pointfreeco/swift-macro-testing resolved at 0.6.3
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
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/jpsim/Yams.git
Working copy of https://github.com/jpsim/Yams.git resolved at 5.4.0
Creating working copy for https://github.com/apple/swift-syntax.git
Working copy of https://github.com/apple/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
warning: 'swift-macro-testing': 'swift-macro-testing' dependency on 'https://github.com/swiftlang/swift-syntax' conflicts with dependency on 'https://github.com/apple/swift-syntax.git' which has the same identity 'swift-syntax'. this will be escalated to an error in future versions of SwiftPM.
warning: 'swift-snapshot-testing': 'swift-snapshot-testing' dependency on 'https://github.com/swiftlang/swift-syntax' conflicts with dependency on 'https://github.com/apple/swift-syntax.git' which has the same identity 'swift-syntax'. this will be escalated to an error in future versions of SwiftPM.
Building for debugging...
[0/46] Write sources
[18/46] Compiling writer.c
[19/46] Compiling reader.c
[20/46] Compiling writer.c
[21/46] Compiling api.c
[22/46] Compiling emitter.c
[23/46] Compiling parser.c
[24/46] Compiling reader.c
[25/46] Compiling parser.c
[26/46] Compiling scanner.c
[27/46] Write swift-version-24593BA9C3E375BF.txt
[28/46] Compiling api.c
[29/46] Compiling emitter.c
[30/46] Compiling scanner.c
[32/88] Emitting module SwiftSyntax509
[33/88] Compiling SwiftSyntax509 Empty.swift
[34/89] Wrapping AST for SwiftSyntax509 for debugging
[36/89] Emitting module Yams
[38/138] Compiling Yams YamlError.swift
[39/138] Compiling Yams YamlTagProviding.swift
[40/138] Compiling SwiftSyntax SyntaxChildren.swift
[41/138] Compiling SwiftSyntax SyntaxCollection.swift
[42/138] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[43/138] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[44/138] Compiling SwiftSyntax AbsolutePosition.swift
[45/138] Compiling SwiftSyntax Assert.swift
[46/138] Compiling SwiftSyntax BumpPtrAllocator.swift
[47/138] Compiling SwiftSyntax CommonAncestor.swift
[48/138] Compiling SwiftSyntax Convenience.swift
[49/138] Compiling SwiftSyntax SyntaxArena.swift
[52/138] Compiling SwiftSyntax RawSyntaxTokenView.swift
[53/138] Compiling SwiftSyntax SourceLength.swift
[54/138] Compiling SwiftSyntax SourceLocation.swift
[55/138] Compiling SwiftSyntax SourcePresence.swift
[56/138] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[57/138] Compiling SwiftSyntax Syntax.swift
[58/138] Compiling SwiftSyntax MemoryLayout.swift
[59/138] Compiling SwiftSyntax MissingNodeInitializers.swift
[60/138] 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.
/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.
/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.
[81/179] Compiling MaestroDSL EraseText.swift
[82/179] Compiling MaestroDSL EvalScript.swift
[83/179] Compiling MaestroDSL ExtendedWaitUntilNotVisible.swift
[84/179] Compiling MaestroDSL ExtendedWaitUntilVisible.swift
[85/179] Compiling MaestroDSL HideKeyboard.swift
[86/179] Compiling MaestroDSL Input.swift
[87/179] Compiling MaestroDSL ClearKeychain.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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
warning: 'swift-macro-testing': 'swift-macro-testing' dependency on 'https://github.com/swiftlang/swift-syntax' conflicts with dependency on 'https://github.com/apple/swift-syntax.git' which has the same identity 'swift-syntax'. this will be escalated to an error in future versions of SwiftPM.
warning: 'swift-snapshot-testing': 'swift-snapshot-testing' dependency on 'https://github.com/swiftlang/swift-syntax' conflicts with dependency on 'https://github.com/apple/swift-syntax.git' which has the same identity 'swift-syntax'. this will be escalated to an error in future versions of SwiftPM.
[0/1] Planning build
Building for debugging...
[0/16] Write swift-version-24593BA9C3E375BF.txt
[2/18] Compiling SwiftSyntax509 Empty.swift
[3/18] Emitting module SwiftSyntax509
[5/58] Compiling Yams Decoder.swift
[6/58] Compiling Yams Emitter.swift
[7/60] Compiling Yams Tag.swift
[8/60] Compiling Yams YamlAnchorProviding.swift
[9/107] Compiling SwiftSyntax SyntaxData.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.
[10/107] 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.
[11/107] 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.
[12/107] Compiling SwiftSyntax BumpPtrAllocator.swift
[13/107] Compiling SwiftSyntax CommonAncestor.swift
[14/107] Emitting module Yams
[15/107] Compiling SwiftSyntax MissingNodeInitializers.swift
[16/107] Compiling SwiftSyntax SyntaxText.swift
[17/107] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[18/107] Compiling SwiftSyntax Syntax.swift
[19/107] Compiling SwiftSyntax SyntaxArena.swift
[20/107] Emitting module Yams
[25/107] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[26/107] Compiling SwiftSyntax RawSyntaxTokenView.swift
[27/107] Compiling SwiftSyntax SourceLength.swift
[28/107] Compiling SwiftSyntax SourceLocation.swift
[29/107] Compiling SwiftSyntax SourcePresence.swift
[30/107] Compiling SwiftSyntax AbsolutePosition.swift
[31/107] Compiling SwiftSyntax Assert.swift
[41/107] Compiling SwiftSyntax Convenience.swift
[42/107] Compiling SwiftSyntax MemoryLayout.swift
BUILD FAILURE 6.1 wasm