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 swift-translating, reference 0.3.0 (579ab6), with Swift 6.1 for Wasm on 5 Aug 2025 12:21:57 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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.65.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/coenttb/swift-translating.git
Reference: 0.3.0
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/coenttb/swift-translating
 * tag               0.3.0      -> FETCH_HEAD
HEAD is now at 579ab6b Expose Translations type for public API access
Cloned https://github.com/coenttb/swift-translating.git
Revision (git rev-parse @):
579ab6bbf7df46428335c618278cb7d9d3d4c897
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/coenttb/swift-translating.git at 0.3.0
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/coenttb/swift-translating.git
https://github.com/coenttb/swift-translating.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-dependencies",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.9.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-dependencies"
    }
  ],
  "manifest_display_name" : "swift-translating",
  "name" : "swift-translating",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "16.0"
    },
    {
      "name" : "tvos",
      "version" : "16.0"
    },
    {
      "name" : "watchos",
      "version" : "9.0"
    }
  ],
  "products" : [
    {
      "name" : "Translating",
      "targets" : [
        "Translating"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Language",
      "targets" : [
        "Language"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Translating+Dependencies",
      "targets" : [
        "Translating+Dependencies"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SinglePlural",
      "targets" : [
        "SinglePlural"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Translated",
      "targets" : [
        "Translated"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "TranslatedString",
      "targets" : [
        "TranslatedString"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "DateFormattedLocalized",
      "targets" : [
        "DateFormattedLocalized"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "TranslatingTestSupport",
      "targets" : [
        "TranslatingTestSupport"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Translations",
      "targets" : [
        "Translations"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "Translations",
      "module_type" : "SwiftTarget",
      "name" : "Translations",
      "path" : "Sources/Translations",
      "product_memberships" : [
        "Translations"
      ],
      "sources" : [
        "TranslatedString.init(ClosedRange).swift",
        "TranslatedString.init(Language).swift",
        "TranslatedString.swift"
      ],
      "target_dependencies" : [
        "Translating"
      ],
      "type" : "library"
    },
    {
      "c99name" : "TranslatingTestSupport",
      "module_type" : "SwiftTarget",
      "name" : "TranslatingTestSupport",
      "path" : "Sources/TranslatingTestSupport",
      "product_memberships" : [
        "TranslatingTestSupport"
      ],
      "sources" : [
        "glossary.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Translating_Dependencies_Tests",
      "module_type" : "SwiftTarget",
      "name" : "Translating+Dependencies Tests",
      "path" : "Tests/Translating+Dependencies Tests",
      "product_dependencies" : [
        "DependenciesTestSupport"
      ],
      "sources" : [
        "Translating+Dependencies Tests.swift"
      ],
      "target_dependencies" : [
        "Translating+Dependencies"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Translating_Dependencies",
      "module_type" : "SwiftTarget",
      "name" : "Translating+Dependencies",
      "path" : "Sources/Translating+Dependencies",
      "product_dependencies" : [
        "Dependencies"
      ],
      "product_memberships" : [
        "Translating",
        "Translating+Dependencies",
        "DateFormattedLocalized",
        "Translations"
      ],
      "sources" : [
        "Language.swift",
        "LanguagesKey.swift",
        "extensions.swift"
      ],
      "target_dependencies" : [
        "Language",
        "Translated",
        "TranslatedString"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Translating_Tests",
      "module_type" : "SwiftTarget",
      "name" : "Translating Tests",
      "path" : "Tests/Translating Tests",
      "product_dependencies" : [
        "DependenciesTestSupport"
      ],
      "sources" : [
        "Performance Tests.swift",
        "Translating Tests.swift"
      ],
      "target_dependencies" : [
        "Translating"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Translating",
      "module_type" : "SwiftTarget",
      "name" : "Translating",
      "path" : "Sources/Translating",
      "product_memberships" : [
        "Translating",
        "Translations"
      ],
      "sources" : [
        "Date.swift",
        "DateComponents.swift",
        "String.swift",
        "Translated.init (english non-optional).swift",
        "Translated.init.swift",
        "TranslatedString.swift",
        "[String].swift",
        "[TranslatedString].swift",
        "exports.swift"
      ],
      "target_dependencies" : [
        "Language",
        "Translating+Dependencies",
        "SinglePlural",
        "Translated",
        "TranslatedString",
        "DateFormattedLocalized"
      ],
      "type" : "library"
    },
    {
      "c99name" : "TranslatedString_Tests",
      "module_type" : "SwiftTarget",
      "name" : "TranslatedString Tests",
      "path" : "Tests/TranslatedString Tests",
      "product_dependencies" : [
        "DependenciesTestSupport"
      ],
      "sources" : [
        "TranslatedString Tests.swift"
      ],
      "target_dependencies" : [
        "TranslatedString"
      ],
      "type" : "test"
    },
    {
      "c99name" : "TranslatedString",
      "module_type" : "SwiftTarget",
      "name" : "TranslatedString",
      "path" : "Sources/TranslatedString",
      "product_memberships" : [
        "Translating",
        "Translating+Dependencies",
        "SinglePlural",
        "TranslatedString",
        "DateFormattedLocalized",
        "Translations"
      ],
      "sources" : [
        "Date.swift",
        "NumberingAndSign.swift",
        "TranslatedString.swift",
        "Translations.swift",
        "[Language].swift",
        "[String].swift",
        "exports.swift"
      ],
      "target_dependencies" : [
        "Translated"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Translated_Tests",
      "module_type" : "SwiftTarget",
      "name" : "Translated Tests",
      "path" : "Tests/Translated Tests",
      "product_dependencies" : [
        "DependenciesTestSupport"
      ],
      "sources" : [
        "Translated Tests.swift"
      ],
      "target_dependencies" : [
        "Translated"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Translated",
      "module_type" : "SwiftTarget",
      "name" : "Translated",
      "path" : "Sources/Translated",
      "product_memberships" : [
        "Translating",
        "Translating+Dependencies",
        "SinglePlural",
        "Translated",
        "TranslatedString",
        "DateFormattedLocalized",
        "Translations"
      ],
      "sources" : [
        "Translated.swift",
        "extensions.swift"
      ],
      "target_dependencies" : [
        "Language"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SinglePlural_Tests",
      "module_type" : "SwiftTarget",
      "name" : "SinglePlural Tests",
      "path" : "Tests/SinglePlural Tests",
      "product_dependencies" : [
        "DependenciesTestSupport"
      ],
      "sources" : [
        "SinglePlural Tests.swift"
      ],
      "target_dependencies" : [
        "SinglePlural"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SinglePlural",
      "module_type" : "SwiftTarget",
      "name" : "SinglePlural",
      "path" : "Sources/SinglePlural",
      "product_memberships" : [
        "Translating",
        "SinglePlural",
        "Translations"
      ],
      "sources" : [
        "SinglePlural.swift",
        "extensions.swift"
      ],
      "target_dependencies" : [
        "Language",
        "Translated",
        "TranslatedString"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Language_Tests",
      "module_type" : "SwiftTarget",
      "name" : "Language Tests",
      "path" : "Tests/Language Tests",
      "product_dependencies" : [
        "DependenciesTestSupport"
      ],
      "sources" : [
        "Language Tests.swift"
      ],
      "target_dependencies" : [
        "Language"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Language",
      "module_type" : "SwiftTarget",
      "name" : "Language",
      "path" : "Sources/Language",
      "product_memberships" : [
        "Translating",
        "Language",
        "Translating+Dependencies",
        "SinglePlural",
        "Translated",
        "TranslatedString",
        "DateFormattedLocalized",
        "Translations"
      ],
      "sources" : [
        "Language.locale.swift",
        "Language.swift",
        "Locale.Language.swift",
        "Locale.swift",
        "exports .swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "DateFormattedLocalized_Tests",
      "module_type" : "SwiftTarget",
      "name" : "DateFormattedLocalized Tests",
      "path" : "Tests/DateFormattedLocalized Tests",
      "product_dependencies" : [
        "DependenciesTestSupport"
      ],
      "sources" : [
        "Date Formatted Localized Tests.swift"
      ],
      "target_dependencies" : [
        "DateFormattedLocalized",
        "Language"
      ],
      "type" : "test"
    },
    {
      "c99name" : "DateFormattedLocalized",
      "module_type" : "SwiftTarget",
      "name" : "DateFormattedLocalized",
      "path" : "Sources/DateFormattedLocalized",
      "product_dependencies" : [
        "Dependencies"
      ],
      "product_memberships" : [
        "Translating",
        "DateFormattedLocalized",
        "Translations"
      ],
      "sources" : [
        "DateFormattedLocalized.swift"
      ],
      "target_dependencies" : [
        "Language",
        "Translating+Dependencies"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10.1"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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:8f9255989265d824b88e7d572b1a334a0dc9b701075ede1970390db95d315c35
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/pointfreeco/swift-dependencies
[1/6301] Fetching swift-dependencies
Fetched https://github.com/pointfreeco/swift-dependencies from cache (1.28s)
Computing version for https://github.com/pointfreeco/swift-dependencies
Computed https://github.com/pointfreeco/swift-dependencies at 1.9.3 (2.84s)
Fetching https://github.com/pointfreeco/swift-concurrency-extras
Fetching https://github.com/pointfreeco/swift-clocks
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
Fetching https://github.com/swiftlang/swift-syntax
Fetching https://github.com/pointfreeco/combine-schedulers
[1/878] Fetching swift-concurrency-extras
[98/3288] Fetching swift-concurrency-extras, combine-schedulers
[429/4580] Fetching swift-concurrency-extras, combine-schedulers, swift-clocks
[4581/10066] Fetching swift-concurrency-extras, combine-schedulers, swift-clocks, xctest-dynamic-overlay
[7654/81493] Fetching swift-concurrency-extras, combine-schedulers, swift-clocks, xctest-dynamic-overlay, swift-syntax
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (0.68s)
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (0.70s)
[15845/75129] Fetching combine-schedulers, swift-clocks, swift-syntax
Fetched https://github.com/pointfreeco/combine-schedulers from cache (4.59s)
Fetched https://github.com/pointfreeco/swift-clocks from cache (4.59s)
Fetched https://github.com/swiftlang/swift-syntax from cache (4.63s)
Computing version for https://github.com/pointfreeco/combine-schedulers
Computed https://github.com/pointfreeco/combine-schedulers at 1.0.3 (5.10s)
Computing version for https://github.com/pointfreeco/swift-clocks
Computed https://github.com/pointfreeco/swift-clocks at 1.0.6 (2.71s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 1.3.1 (0.44s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.6.0 (0.91s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 601.0.1 (2.51s)
Creating working copy for https://github.com/pointfreeco/swift-dependencies
Working copy of https://github.com/pointfreeco/swift-dependencies resolved at 1.9.3
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 601.0.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.6.0
Creating working copy for https://github.com/pointfreeco/swift-clocks
Working copy of https://github.com/pointfreeco/swift-clocks resolved at 1.0.6
Creating working copy for https://github.com/pointfreeco/swift-concurrency-extras
Working copy of https://github.com/pointfreeco/swift-concurrency-extras resolved at 1.3.1
Creating working copy for https://github.com/pointfreeco/combine-schedulers
Working copy of https://github.com/pointfreeco/combine-schedulers resolved at 1.0.3
Building for debugging...
[0/22] Write sources
[17/22] Write swift-version-24593BA9C3E375BF.txt
[19/43] Emitting module ConcurrencyExtras
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[20/44] Compiling Language exports .swift
[21/44] Emitting module IssueReportingPackageSupport
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[22/44] Compiling IssueReportingPackageSupport _Test.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[23/45] Compiling ConcurrencyExtras MainSerialExecutor.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[25/45] Compiling ConcurrencyExtras UncheckedSendable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[25/45] Wrapping AST for IssueReportingPackageSupport for debugging
[27/47] Emitting module Language
/host/spi-builder-workspace/Sources/Language/Locale.swift:7:8: warning: file 'Locale.swift' is part of module 'Language'; ignoring import
  5 | //  Created by Coen ten Thije Boonkkamp on 19/07/2024.
  6 | //
  7 | import Language
    |        `- warning: file 'Locale.swift' is part of module 'Language'; ignoring import
  8 | public typealias _Language = Language
  9 | import Foundation
[28/67] Compiling IssueReporting TestContext.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[29/67] Compiling IssueReporting Unimplemented.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[30/69] Compiling Language Language.swift
[31/69] Compiling IssueReporting XCTest.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[32/69] Compiling IssueReporting IsTesting.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[33/69] Compiling IssueReporting IssueReporter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[34/69] Compiling IssueReporting RuntimeWarningReporter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[35/69] Compiling IssueReporting ReportIssue.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[36/69] Compiling IssueReporting BreakpointReporter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[37/69] Compiling IssueReporting FatalErrorReporter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[38/69] Compiling ConcurrencyExtras LockIsolated.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[39/69] Compiling IssueReporting ErrorReporting.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[40/69] Compiling IssueReporting AppHostWarning.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[41/69] Compiling IssueReporting Deprecations.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[42/69] Compiling IssueReporting FailureObserver.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[43/69] Compiling IssueReporting LockIsolated.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[44/69] Compiling IssueReporting Rethrows.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[45/69] Compiling IssueReportingTestSupport SwiftTesting.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[46/69] Compiling IssueReportingTestSupport XCTest.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[47/69] Emitting module IssueReportingTestSupport
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[48/70] Compiling ConcurrencyExtras Result.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[49/70] Compiling ConcurrencyExtras Task.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[51/71] Emitting module IssueReporting
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[56/71] Compiling IssueReporting WithExpectedIssue.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[57/71] Compiling IssueReporting WithIssueContext.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[61/71] Compiling IssueReporting SwiftTesting.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[62/71] Compiling IssueReporting UncheckedSendable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[63/71] Compiling IssueReporting Warn.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[63/72] Wrapping AST for IssueReportingTestSupport for debugging
[64/72] Write Objects.LinkFileList
error: dynamic libraries are unsupported for target 'wasm32-unknown-wasi'
[66/72] Linking libIssueReportingTestSupport.wasm
[67/72] Emitting module TranslatingTestSupport
[68/72] Compiling Language Language.locale.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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:8f9255989265d824b88e7d572b1a334a0dc9b701075ede1970390db95d315c35
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
[0/1] Planning build
Building for debugging...
[0/5] Write swift-version-24593BA9C3E375BF.txt
[2/26] Emitting module IssueReportingPackageSupport
[3/26] Compiling IssueReportingPackageSupport _Test.swift
[5/27] Emitting module TranslatingTestSupport
[6/26] Compiling Language exports .swift
[7/26] Compiling ConcurrencyExtras Locking.swift
[8/26] Compiling ConcurrencyExtras UncheckedBox.swift
[9/26] Compiling ConcurrencyExtras LockIsolated.swift
[10/27] Compiling ConcurrencyExtras Result.swift
[11/27] Compiling ConcurrencyExtras AsyncStream.swift
[12/27] Compiling ConcurrencyExtras AsyncThrowingStream.swift
[13/27] Compiling ConcurrencyExtras MainSerialExecutor.swift
[14/27] Compiling ConcurrencyExtras Task.swift
[15/49] Emitting module ConcurrencyExtras
[16/49] Compiling IssueReporting LockIsolated.swift
[17/49] Compiling IssueReporting Rethrows.swift
[18/49] Compiling ConcurrencyExtras UncheckedSendable.swift
[19/50] Compiling IssueReportingTestSupport XCTest.swift
[21/50] Emitting module IssueReportingTestSupport
[22/50] Compiling IssueReportingTestSupport SwiftTesting.swift
[23/51] Compiling IssueReporting XCTest.swift
[24/51] Compiling IssueReporting IsTesting.swift
[25/51] Compiling IssueReporting IssueReporter.swift
[26/53] Compiling IssueReporting TestContext.swift
[27/53] Compiling IssueReporting Unimplemented.swift
[29/53] Compiling IssueReporting BreakpointReporter.swift
[30/53] Compiling IssueReporting FatalErrorReporter.swift
[31/53] Compiling IssueReporting RuntimeWarningReporter.swift
[32/53] Compiling IssueReporting ReportIssue.swift
[32/52] Write Objects.LinkFileList
[34/52] Emitting module IssueReporting
[35/52] Compiling IssueReporting SwiftTesting.swift
[36/52] Compiling IssueReporting UncheckedSendable.swift
[37/52] Compiling IssueReporting Warn.swift
[38/52] Compiling IssueReporting FailureObserver.swift
[41/52] Compiling IssueReporting ErrorReporting.swift
[42/52] Compiling IssueReporting AppHostWarning.swift
[43/52] Compiling IssueReporting Deprecations.swift
error: dynamic libraries are unsupported for target 'wasm32-unknown-wasi'
[43/52] Linking libIssueReportingTestSupport.wasm
BUILD FAILURE 6.1 wasm