The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build AssertSwiftCLI, reference main (596665), with Swift 6.1 for Wasm on 28 May 2025 05:14:11 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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: 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/KS1019/AssertSwiftCLI
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 596665a Update .gitignore
Cloned https://github.com/KS1019/AssertSwiftCLI.git
Revision (git rev-parse @):
596665ab63843545dc327ec6571be566e952ea5a
SUCCESS checkout https://github.com/KS1019/AssertSwiftCLI.git at main
========================================
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.2"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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/pointfreeco/swift-custom-dump
Fetching https://github.com/apple/swift-argument-parser
[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.87s)
Fetched https://github.com/apple/swift-argument-parser from cache (0.88s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.0 (1.43s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 0.11.2 (1.85s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/5458] Fetching xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (0.70s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 0.9.0 (1.35s)
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] Emitting module XCTestDynamicOverlay
[10/19] Compiling ArgumentParserToolInfo ToolInfo.swift
[11/19] Emitting module ArgumentParserToolInfo
[13/20] Compiling XCTestDynamicOverlay XCTCurrentTestCase.swift
[14/20] Compiling XCTestDynamicOverlay Deprecations.swift
[15/58] Compiling XCTestDynamicOverlay DefaultInitializable.swift
[16/58] Compiling XCTestDynamicOverlay GeneratePlaceholder.swift
[17/58] Compiling XCTestDynamicOverlay RuntimeWarnings.swift
[18/58] Compiling XCTestDynamicOverlay XCTIsTesting.swift
[19/58] Compiling XCTestDynamicOverlay Unimplemented.swift
[20/58] Compiling XCTestDynamicOverlay XCTFail.swift
[22/59] Compiling ArgumentParser Name.swift
[23/59] Compiling ArgumentParser Parsed.swift
[24/59] Compiling ArgumentParser ParsedValues.swift
[25/59] Compiling ArgumentParser ParserError.swift
[26/59] Compiling ArgumentParser SplitArguments.swift
[27/73] Compiling CustomDump Photos.swift
[28/73] Compiling CustomDump Speech.swift
[29/73] Compiling ArgumentParser FishCompletionsGenerator.swift
[30/73] Compiling ArgumentParser ZshCompletionsGenerator.swift
[31/73] Compiling ArgumentParser Argument.swift
[32/73] Compiling ArgumentParser ArgumentHelp.swift
[33/73] Compiling CustomDump CoreImage.swift
[34/73] Compiling CustomDump CoreLocation.swift
[35/73] Compiling CustomDump CoreMotion.swift
[36/73] Compiling CustomDump Foundation.swift
[37/73] Compiling CustomDump GameKit.swift
[38/73] Compiling CustomDump KeyPath.swift
[39/88] Emitting module ArgumentParser
[40/88] Compiling CustomDump CustomDumpRepresentable.swift
[41/88] Compiling CustomDump CustomDumpStringConvertible.swift
[42/88] Compiling CustomDump Diff.swift
[43/88] Compiling CustomDump Dump.swift
[44/88] Compiling CustomDump AnyType.swift
[49/88] Compiling CustomDump StoreKit.swift
[50/88] Compiling CustomDump Swift.swift
[51/88] Compiling CustomDump SwiftUI.swift
[56/91] Compiling ArgumentParser DumpHelpGenerator.swift
[57/91] Compiling ArgumentParser HelpCommand.swift
[58/91] Compiling ArgumentParser HelpGenerator.swift
[59/91] Compiling ArgumentParser MessageInfo.swift
[60/91] Compiling ArgumentParser UsageGenerator.swift
[61/91] Compiling CustomDump Box.swift
[62/91] Compiling CustomDump CollectionDifference.swift
[63/91] Compiling CustomDump Mirror.swift
[65/91] Compiling CustomDump String.swift
[66/91] Compiling CustomDump Unordered.swift
[67/91] Compiling CustomDump XCTAssertNoDifference.swift
[68/91] Compiling ArgumentParser EnumerableFlag.swift
[69/91] Compiling CustomDump UIKit.swift
[70/91] Compiling CustomDump UserNotifications.swift
[71/91] Compiling CustomDump UserNotificationsUI.swift
[74/91] Emitting module CustomDump
[78/91] Compiling ArgumentParser CollectionExtensions.swift
[79/91] Compiling ArgumentParser Platform.swift
[80/91] Compiling ArgumentParser SequenceExtensions.swift
[81/91] Compiling ArgumentParser StringExtensions.swift
[82/91] Compiling ArgumentParser Tree.swift
[90/92] Compiling CustomDump CustomDumpReflectable.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[94/96] Compiling ArgumentParserTestHelpers StringHelpers.swift
[95/96] 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)
[96/96] 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
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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
[0/1] Planning build
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/12] Compiling XCTestDynamicOverlay XCTFail.swift
[4/13] Emitting module XCTestDynamicOverlay
[5/13] Compiling XCTestDynamicOverlay DefaultInitializable.swift
[6/13] Compiling XCTestDynamicOverlay XCTIsTesting.swift
[7/13] Compiling XCTestDynamicOverlay Deprecations.swift
[8/13] Compiling XCTestDynamicOverlay XCTCurrentTestCase.swift
[9/13] Compiling XCTestDynamicOverlay GeneratePlaceholder.swift
[10/13] Compiling XCTestDynamicOverlay RuntimeWarnings.swift
[11/13] Compiling XCTestDynamicOverlay Unimplemented.swift
[13/14] Emitting module ArgumentParserToolInfo
[14/14] Compiling ArgumentParserToolInfo ToolInfo.swift
[16/77] Emitting module CustomDump
[17/77] Compiling ArgumentParser ArgumentVisibility.swift
[18/77] Compiling ArgumentParser CompletionKind.swift
[19/77] Compiling ArgumentParser Errors.swift
[20/77] Compiling ArgumentParser Flag.swift
[21/80] Compiling ArgumentParser EnumerableFlag.swift
[22/80] Compiling ArgumentParser Name.swift
[23/80] Compiling ArgumentParser Parsed.swift
[24/80] Compiling ArgumentParser ParsableArgumentsValidation.swift
[25/80] Compiling ArgumentParser ParsableCommand.swift
[26/80] Compiling ArgumentParser ArgumentDecoder.swift
[27/80] Compiling ArgumentParser OptionGroup.swift
[28/80] Compiling ArgumentParser AsyncParsableCommand.swift
[29/80] Compiling ArgumentParser CommandConfiguration.swift
[30/80] Compiling ArgumentParser CommandGroup.swift
[31/80] Emitting module ArgumentParser
[32/85] Compiling CustomDump String.swift
[33/85] Compiling CustomDump Unordered.swift
[34/85] Compiling CustomDump XCTAssertNoDifference.swift
[35/85] Compiling ArgumentParser ArgumentSet.swift
[36/85] Compiling ArgumentParser CommandParser.swift
[37/85] Compiling ArgumentParser InputKey.swift
[38/85] Compiling ArgumentParser NameSpecification.swift
[39/85] Compiling ArgumentParser Option.swift
[40/85] Compiling ArgumentParser ArgumentDefinition.swift
[41/85] Compiling ArgumentParser InputOrigin.swift
[42/85] Compiling ArgumentParser ExpressibleByArgument.swift
[43/85] Compiling ArgumentParser ParsableArguments.swift
[45/86] Compiling ArgumentParser CollectionExtensions.swift
[46/86] Compiling ArgumentParser Platform.swift
[47/86] Compiling ArgumentParser SequenceExtensions.swift
[48/86] Compiling ArgumentParser StringExtensions.swift
[49/86] Compiling ArgumentParser Tree.swift
[66/86] Compiling ArgumentParser BashCompletionsGenerator.swift
[67/86] Compiling ArgumentParser CompletionsGenerator.swift
[68/86] Compiling ArgumentParser FishCompletionsGenerator.swift
[69/86] Compiling ArgumentParser ZshCompletionsGenerator.swift
[70/86] Compiling ArgumentParser Argument.swift
[71/86] Compiling ArgumentParser ArgumentHelp.swift
[82/86] Compiling ArgumentParser DumpHelpGenerator.swift
[83/86] Compiling ArgumentParser HelpCommand.swift
[84/86] Compiling ArgumentParser HelpGenerator.swift
[85/86] Compiling ArgumentParser MessageInfo.swift
[86/86] Compiling ArgumentParser UsageGenerator.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[88/90] Compiling ArgumentParserTestHelpers StringHelpers.swift
[89/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)
[90/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
BUILD FAILURE 6.1 wasm