Build Information
Failed to build AssertSwiftCLI, reference 0.0.1 (0fa5f6
), with Swift 6.1 for Wasm on 28 May 2025 05:13:12 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/KS1019/AssertSwiftCLI.git
Reference: 0.0.1
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/KS1019/AssertSwiftCLI
* tag 0.0.1 -> FETCH_HEAD
HEAD is now at 0fa5f6a Run `make update-dependencies`
Cloned https://github.com/KS1019/AssertSwiftCLI.git
Revision (git rev-parse @):
0fa5f6a54394ee91536272f28dc48155f6a858bb
SUCCESS checkout https://github.com/KS1019/AssertSwiftCLI.git at 0.0.1
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/KS1019/AssertSwiftCLI.git
https://github.com/KS1019/AssertSwiftCLI.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-custom-dump",
"requirement" : {
"range" : [
{
"lower_bound" : "0.2.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-custom-dump"
},
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser"
}
],
"manifest_display_name" : "AssertSwiftCLI",
"name" : "AssertSwiftCLI",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
}
],
"products" : [
{
"name" : "AssertSwiftCLI",
"targets" : [
"AssertSwiftCLI"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "AssertSwiftCLITests",
"module_type" : "SwiftTarget",
"name" : "AssertSwiftCLITests",
"path" : "Tests/AssertSwiftCLITests",
"sources" : [
"AssertSwiftCLITests.swift"
],
"target_dependencies" : [
"AssertSwiftCLI"
],
"type" : "test"
},
{
"c99name" : "AssertSwiftCLI",
"module_type" : "SwiftTarget",
"name" : "AssertSwiftCLI",
"path" : "Sources/AssertSwiftCLI",
"product_dependencies" : [
"CustomDump"
],
"product_memberships" : [
"AssertSwiftCLI"
],
"sources" : [
"AssertSwiftCLI.swift"
],
"target_dependencies" : [
"ArgumentParserTestHelpers"
],
"type" : "library"
},
{
"c99name" : "ArgumentParserTestHelpers",
"module_type" : "SwiftTarget",
"name" : "ArgumentParserTestHelpers",
"path" : "Sources/ArgumentParserTestHelpers",
"product_dependencies" : [
"ArgumentParser"
],
"product_memberships" : [
"AssertSwiftCLI"
],
"sources" : [
"StringHelpers.swift",
"TestHelpers.swift"
],
"type" : "library"
}
],
"tools_version" : "5.5"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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/apple/swift-argument-parser
Fetching https://github.com/pointfreeco/swift-custom-dump
[1/4581] Fetching swift-custom-dump
[4582/19932] Fetching swift-custom-dump, swift-argument-parser
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (0.82s)
Fetched https://github.com/apple/swift-argument-parser from cache (0.83s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.0 (1.39s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 0.11.2 (0.51s)
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.52s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 0.9.0 (3.46s)
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.5.0
Creating working copy for https://github.com/pointfreeco/swift-custom-dump
Working copy of https://github.com/pointfreeco/swift-custom-dump resolved at 0.11.2
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 0.9.0
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/8] Write sources
[7/8] Write swift-version-24593BA9C3E375BF.txt
[9/18] Compiling ArgumentParserToolInfo ToolInfo.swift
[10/18] Emitting module ArgumentParserToolInfo
[12/57] Emitting module ArgumentParser
[13/62] Compiling XCTestDynamicOverlay XCTFail.swift
[14/62] Compiling XCTestDynamicOverlay DefaultInitializable.swift
[15/62] Compiling XCTestDynamicOverlay Unimplemented.swift
[16/62] Compiling XCTestDynamicOverlay XCTCurrentTestCase.swift
[17/62] Compiling XCTestDynamicOverlay GeneratePlaceholder.swift
[18/62] Emitting module XCTestDynamicOverlay
[19/62] Compiling XCTestDynamicOverlay RuntimeWarnings.swift
[20/62] Compiling XCTestDynamicOverlay Deprecations.swift
[21/63] Compiling ArgumentParser OptionGroup.swift
[22/63] Compiling ArgumentParser AsyncParsableCommand.swift
[23/63] Compiling ArgumentParser CommandConfiguration.swift
[24/63] Compiling ArgumentParser CommandGroup.swift
[25/63] Compiling ArgumentParser EnumerableFlag.swift
[26/63] Compiling XCTestDynamicOverlay XCTIsTesting.swift
[28/64] Compiling ArgumentParser CollectionExtensions.swift
[29/64] Compiling ArgumentParser Platform.swift
[30/64] Compiling ArgumentParser SequenceExtensions.swift
[31/64] Compiling ArgumentParser StringExtensions.swift
[32/64] Compiling ArgumentParser Tree.swift
[33/64] Compiling ArgumentParser ExpressibleByArgument.swift
[34/64] Compiling ArgumentParser ParsableArguments.swift
[35/64] Compiling ArgumentParser ParsableArgumentsValidation.swift
[36/64] Compiling ArgumentParser ParsableCommand.swift
[37/64] Compiling ArgumentParser ArgumentDecoder.swift
[38/64] Compiling ArgumentParser ArgumentVisibility.swift
[39/64] Compiling ArgumentParser CompletionKind.swift
[40/64] Compiling ArgumentParser Errors.swift
[41/64] Compiling ArgumentParser Flag.swift
[42/64] Compiling ArgumentParser NameSpecification.swift
[43/64] Compiling ArgumentParser Option.swift
[44/64] Compiling ArgumentParser BashCompletionsGenerator.swift
[45/64] Compiling ArgumentParser CompletionsGenerator.swift
[46/64] Compiling ArgumentParser FishCompletionsGenerator.swift
[47/64] Compiling ArgumentParser ZshCompletionsGenerator.swift
[48/64] Compiling ArgumentParser Argument.swift
[49/64] Compiling ArgumentParser ArgumentHelp.swift
[50/64] Compiling ArgumentParser Name.swift
[51/64] Compiling ArgumentParser Parsed.swift
[52/64] Compiling ArgumentParser ParsedValues.swift
[53/64] Compiling ArgumentParser ParserError.swift
[54/64] Compiling ArgumentParser SplitArguments.swift
[55/64] Compiling ArgumentParser ArgumentDefinition.swift
[56/64] Compiling ArgumentParser ArgumentSet.swift
[57/64] Compiling ArgumentParser CommandParser.swift
[58/64] Compiling ArgumentParser InputKey.swift
[59/64] Compiling ArgumentParser InputOrigin.swift
[60/64] Compiling ArgumentParser DumpHelpGenerator.swift
[61/64] Compiling ArgumentParser HelpCommand.swift
[62/64] Compiling ArgumentParser HelpGenerator.swift
[63/64] Compiling ArgumentParser MessageInfo.swift
[64/64] Compiling ArgumentParser UsageGenerator.swift
[66/92] Compiling CustomDump CustomDumpReflectable.swift
[67/92] Compiling CustomDump CustomDumpRepresentable.swift
[68/92] Compiling CustomDump CustomDumpStringConvertible.swift
[69/92] Compiling CustomDump Box.swift
[70/92] Compiling CustomDump CollectionDifference.swift
[71/92] Compiling CustomDump Mirror.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[72/95] Emitting module ArgumentParserTestHelpers
/host/spi-builder-workspace/Sources/ArgumentParserTestHelpers/TestHelpers.swift:18:31: error: cannot find type 'XCTestExpectation' in scope
16 | // extensions to the ParsableArguments protocol to facilitate XCTestExpectation support
17 | public protocol TestableParsableArguments: ParsableArguments {
18 | var didValidateExpectation: XCTestExpectation { get }
| `- error: cannot find type 'XCTestExpectation' in scope
19 | }
20 |
/host/spi-builder-workspace/Sources/ArgumentParserTestHelpers/TestHelpers.swift:29:26: error: cannot find type 'XCTestExpectation' in scope
27 | // extensions to the ParsableCommand protocol to facilitate XCTestExpectation support
28 | public protocol TestableParsableCommand: ParsableCommand, TestableParsableArguments {
29 | var didRunExpectation: XCTestExpectation { get }
| `- error: cannot find type 'XCTestExpectation' in scope
30 | }
31 |
/host/spi-builder-workspace/Sources/ArgumentParserTestHelpers/TestHelpers.swift:38:11: error: cannot find type 'XCTestExpectation' in scope
36 | }
37 |
38 | extension XCTestExpectation {
| `- error: cannot find type 'XCTestExpectation' in scope
39 | public convenience init(singleExpectation description: String) {
40 | self.init(description: description)
[73/95] Emitting module CustomDump
[74/95] Compiling ArgumentParserTestHelpers StringHelpers.swift
[75/95] Compiling ArgumentParserTestHelpers TestHelpers.swift
/host/spi-builder-workspace/Sources/ArgumentParserTestHelpers/TestHelpers.swift:18:31: error: cannot find type 'XCTestExpectation' in scope
16 | // extensions to the ParsableArguments protocol to facilitate XCTestExpectation support
17 | public protocol TestableParsableArguments: ParsableArguments {
18 | var didValidateExpectation: XCTestExpectation { get }
| `- error: cannot find type 'XCTestExpectation' in scope
19 | }
20 |
/host/spi-builder-workspace/Sources/ArgumentParserTestHelpers/TestHelpers.swift:29:26: error: cannot find type 'XCTestExpectation' in scope
27 | // extensions to the ParsableCommand protocol to facilitate XCTestExpectation support
28 | public protocol TestableParsableCommand: ParsableCommand, TestableParsableArguments {
29 | var didRunExpectation: XCTestExpectation { get }
| `- error: cannot find type 'XCTestExpectation' in scope
30 | }
31 |
/host/spi-builder-workspace/Sources/ArgumentParserTestHelpers/TestHelpers.swift:38:11: error: cannot find type 'XCTestExpectation' in scope
36 | }
37 |
38 | extension XCTestExpectation {
| `- error: cannot find type 'XCTestExpectation' in scope
39 | public convenience init(singleExpectation description: String) {
40 | self.init(description: description)
/host/spi-builder-workspace/Sources/ArgumentParserTestHelpers/TestHelpers.swift:192:19: error: cannot find 'Process' in scope
190 |
191 | #if !canImport(Darwin) || os(macOS)
192 | let process = Process()
| `- error: cannot find 'Process' in scope
193 | if #available(macOS 10.13, *) {
194 | process.executableURL = commandURL
/host/spi-builder-workspace/Sources/ArgumentParserTestHelpers/TestHelpers.swift:249:19: error: cannot find 'Process' in scope
247 |
248 | #if !canImport(Darwin) || os(macOS)
249 | let process = Process()
| `- error: cannot find 'Process' in scope
250 | if #available(macOS 10.13, *) {
251 | process.executableURL = commandURL
[76/95] Compiling CustomDump String.swift
[77/95] Compiling CustomDump Unordered.swift
[78/95] Compiling CustomDump XCTAssertNoDifference.swift
[79/95] Compiling CustomDump StoreKit.swift
[80/95] Compiling CustomDump Swift.swift
[81/95] Compiling CustomDump SwiftUI.swift
[82/95] Compiling CustomDump CoreImage.swift
[83/95] Compiling CustomDump CoreLocation.swift
[84/95] Compiling CustomDump CoreMotion.swift
[85/95] Compiling CustomDump Foundation.swift
[86/95] Compiling CustomDump UIKit.swift
[87/95] Compiling CustomDump UserNotifications.swift
[88/95] Compiling CustomDump UserNotificationsUI.swift
[89/95] Compiling CustomDump GameKit.swift
[90/95] Compiling CustomDump KeyPath.swift
[91/95] Compiling CustomDump Photos.swift
[92/95] Compiling CustomDump Speech.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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 GenerateManual
Building for debugging...
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/12] Compiling XCTestDynamicOverlay RuntimeWarnings.swift
[4/13] Compiling XCTestDynamicOverlay DefaultInitializable.swift
[5/13] Emitting module XCTestDynamicOverlay
[6/13] Compiling XCTestDynamicOverlay GeneratePlaceholder.swift
[7/13] Compiling XCTestDynamicOverlay XCTFail.swift
[8/13] Compiling XCTestDynamicOverlay XCTIsTesting.swift
[9/13] Compiling XCTestDynamicOverlay Deprecations.swift
[10/13] Compiling XCTestDynamicOverlay XCTCurrentTestCase.swift
[11/13] Compiling XCTestDynamicOverlay Unimplemented.swift
[13/14] Compiling ArgumentParserToolInfo ToolInfo.swift
[14/14] Emitting module ArgumentParserToolInfo
[16/39] Compiling CustomDump UIKit.swift
[17/39] Compiling CustomDump UserNotifications.swift
[18/39] Compiling CustomDump UserNotificationsUI.swift
[19/42] Compiling CustomDump StoreKit.swift
[20/42] Compiling CustomDump Swift.swift
[21/42] Compiling CustomDump SwiftUI.swift
[22/80] Compiling ArgumentParser CommandConfiguration.swift
[23/80] Compiling ArgumentParser CommandGroup.swift
[24/80] Compiling ArgumentParser EnumerableFlag.swift
[25/80] Emitting module CustomDump
[26/80] Compiling ArgumentParser HelpCommand.swift
[27/80] Compiling ArgumentParser HelpGenerator.swift
[28/80] Compiling ArgumentParser MessageInfo.swift
[29/80] Compiling ArgumentParser Flag.swift
[30/80] Compiling ArgumentParser NameSpecification.swift
[31/80] Compiling ArgumentParser Option.swift
[32/80] Compiling ArgumentParser Argument.swift
[33/80] Compiling ArgumentParser ArgumentHelp.swift
[34/80] Compiling ArgumentParser OptionGroup.swift
[35/80] Compiling ArgumentParser AsyncParsableCommand.swift
[36/80] Compiling ArgumentParser ExpressibleByArgument.swift
[37/80] Compiling ArgumentParser ParsableArguments.swift
[38/80] Compiling ArgumentParser ParsableArgumentsValidation.swift
[39/80] Compiling ArgumentParser BashCompletionsGenerator.swift
[40/80] Compiling ArgumentParser CompletionsGenerator.swift
[41/80] Compiling ArgumentParser FishCompletionsGenerator.swift
[42/80] Compiling ArgumentParser ZshCompletionsGenerator.swift
[44/81] Compiling ArgumentParser ArgumentVisibility.swift
[45/81] Compiling ArgumentParser CompletionKind.swift
[46/81] Compiling ArgumentParser Errors.swift
[50/86] Emitting module ArgumentParser
[65/86] Compiling ArgumentParser ParsableCommand.swift
[66/86] Compiling ArgumentParser ArgumentDecoder.swift
[67/86] Compiling ArgumentParser Name.swift
[68/86] Compiling ArgumentParser Parsed.swift
[69/86] Compiling ArgumentParser ParsedValues.swift
[70/86] Compiling ArgumentParser ParserError.swift
[71/86] Compiling ArgumentParser SplitArguments.swift
[72/86] Compiling ArgumentParser DumpHelpGenerator.swift
[76/86] Compiling ArgumentParser UsageGenerator.swift
[77/86] Compiling ArgumentParser ArgumentDefinition.swift
[78/86] Compiling ArgumentParser ArgumentSet.swift
[79/86] Compiling ArgumentParser CommandParser.swift
[80/86] Compiling ArgumentParser InputKey.swift
[81/86] Compiling ArgumentParser InputOrigin.swift
[82/86] Compiling ArgumentParser CollectionExtensions.swift
[83/86] Compiling ArgumentParser Platform.swift
[84/86] Compiling ArgumentParser SequenceExtensions.swift
[85/86] Compiling ArgumentParser StringExtensions.swift
[86/86] Compiling ArgumentParser Tree.swift
[88/90] Compiling ArgumentParserTestHelpers StringHelpers.swift
[89/90] Compiling ArgumentParserTestHelpers TestHelpers.swift
/host/spi-builder-workspace/Sources/ArgumentParserTestHelpers/TestHelpers.swift:18:31: error: cannot find type 'XCTestExpectation' in scope
16 | // extensions to the ParsableArguments protocol to facilitate XCTestExpectation support
17 | public protocol TestableParsableArguments: ParsableArguments {
18 | var didValidateExpectation: XCTestExpectation { get }
| `- error: cannot find type 'XCTestExpectation' in scope
19 | }
20 |
/host/spi-builder-workspace/Sources/ArgumentParserTestHelpers/TestHelpers.swift:29:26: error: cannot find type 'XCTestExpectation' in scope
27 | // extensions to the ParsableCommand protocol to facilitate XCTestExpectation support
28 | public protocol TestableParsableCommand: ParsableCommand, TestableParsableArguments {
29 | var didRunExpectation: XCTestExpectation { get }
| `- error: cannot find type 'XCTestExpectation' in scope
30 | }
31 |
/host/spi-builder-workspace/Sources/ArgumentParserTestHelpers/TestHelpers.swift:38:11: error: cannot find type 'XCTestExpectation' in scope
36 | }
37 |
38 | extension XCTestExpectation {
| `- error: cannot find type 'XCTestExpectation' in scope
39 | public convenience init(singleExpectation description: String) {
40 | self.init(description: description)
/host/spi-builder-workspace/Sources/ArgumentParserTestHelpers/TestHelpers.swift:192:19: error: cannot find 'Process' in scope
190 |
191 | #if !canImport(Darwin) || os(macOS)
192 | let process = Process()
| `- error: cannot find 'Process' in scope
193 | if #available(macOS 10.13, *) {
194 | process.executableURL = commandURL
/host/spi-builder-workspace/Sources/ArgumentParserTestHelpers/TestHelpers.swift:249:19: error: cannot find 'Process' in scope
247 |
248 | #if !canImport(Darwin) || os(macOS)
249 | let process = Process()
| `- error: cannot find 'Process' in scope
250 | if #available(macOS 10.13, *) {
251 | process.executableURL = commandURL
error: emit-module command failed with exit code 1 (use -v to see invocation)
[90/90] Emitting module ArgumentParserTestHelpers
/host/spi-builder-workspace/Sources/ArgumentParserTestHelpers/TestHelpers.swift:18:31: error: cannot find type 'XCTestExpectation' in scope
16 | // extensions to the ParsableArguments protocol to facilitate XCTestExpectation support
17 | public protocol TestableParsableArguments: ParsableArguments {
18 | var didValidateExpectation: XCTestExpectation { get }
| `- error: cannot find type 'XCTestExpectation' in scope
19 | }
20 |
/host/spi-builder-workspace/Sources/ArgumentParserTestHelpers/TestHelpers.swift:29:26: error: cannot find type 'XCTestExpectation' in scope
27 | // extensions to the ParsableCommand protocol to facilitate XCTestExpectation support
28 | public protocol TestableParsableCommand: ParsableCommand, TestableParsableArguments {
29 | var didRunExpectation: XCTestExpectation { get }
| `- error: cannot find type 'XCTestExpectation' in scope
30 | }
31 |
/host/spi-builder-workspace/Sources/ArgumentParserTestHelpers/TestHelpers.swift:38:11: error: cannot find type 'XCTestExpectation' in scope
36 | }
37 |
38 | extension XCTestExpectation {
| `- error: cannot find type 'XCTestExpectation' in scope
39 | public convenience init(singleExpectation description: String) {
40 | self.init(description: description)
BUILD FAILURE 6.1 wasm