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 tca-composer, reference main (0e9171), with Swift 6.1 for Wasm on 29 May 2025 20:11:56 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>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mentalflux/tca-composer.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/mentalflux/tca-composer
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 0e9171e Merge pull request #12 from mentalflux/swift-6
Cloned https://github.com/mentalflux/tca-composer.git
Revision (git rev-parse @):
0e9171e446e93be4652c420b5d67fe93d3ba4594
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/mentalflux/tca-composer.git at main
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/mentalflux/tca-composer.git
https://github.com/mentalflux/tca-composer.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-collections",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-collections"
    },
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "509.0.0",
            "upper_bound" : "601.0.0-prerelease"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-syntax"
    },
    {
      "identity" : "swift-case-paths",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.5.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-case-paths"
    },
    {
      "identity" : "swift-composable-architecture",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.15.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-composable-architecture"
    },
    {
      "identity" : "swift-macro-testing",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.5.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-macro-testing"
    },
    {
      "identity" : "xctest-dynamic-overlay",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/xctest-dynamic-overlay"
    }
  ],
  "manifest_display_name" : "tca-composer",
  "name" : "tca-composer",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "TCAComposer",
      "targets" : [
        "TCAComposer"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "TCAComposerMacros",
      "targets" : [
        "TCAComposerMacros"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "TCAComposerTests",
      "module_type" : "SwiftTarget",
      "name" : "TCAComposerTests",
      "path" : "Tests/TCAComposerTests",
      "sources" : [
        "ComposerTests.swift",
        "TestReducers.swift"
      ],
      "target_dependencies" : [
        "TCAComposer"
      ],
      "type" : "test"
    },
    {
      "c99name" : "TCAComposerMacros",
      "module_type" : "SwiftTarget",
      "name" : "TCAComposerMacros",
      "path" : "Sources/TCAComposerMacros",
      "product_dependencies" : [
        "CasePaths",
        "OrderedCollections",
        "SwiftSyntaxMacros",
        "SwiftCompilerPlugin",
        "IssueReporting"
      ],
      "product_memberships" : [
        "TCAComposer",
        "TCAComposerMacros"
      ],
      "sources" : [
        "ComposeDirectiveMacro.swift",
        "Composer.swift",
        "ComposerMacro.swift",
        "Composition.swift",
        "Constants.swift",
        "Extensions.swift",
        "Internal/_ComposedActionMacro.swift",
        "Internal/_ComposedStateMemberMacro.swift",
        "Internal/_ComposerCasePathableActions.swift",
        "Internal/_ComposerScopePathableMacro.swift",
        "Internal/_ComposerScopeSwitchableMacro.swift",
        "Plugin.swift",
        "ReducerAnalyzer.swift",
        "SharedTypes.swift"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "TCAComposerMacroTests",
      "module_type" : "SwiftTarget",
      "name" : "TCAComposerMacroTests",
      "path" : "Tests/TCAComposerMacroTests",
      "product_dependencies" : [
        "MacroTesting"
      ],
      "sources" : [
        "ComposeNavigationDestinationMacroTests.swift",
        "ComposeNavigationPathMacroTests.swift",
        "ComposePresentationMacroTests.swift",
        "ComposeReducer/ComposeReducerMacroTests.swift",
        "ComposeReducer/EnumReducerTests.swift",
        "ComposeReducer/EnumeratedReducerOptionTests.swift",
        "ComposeReducer/ReducerDiagnosticTests.swift",
        "ComposeReducer/ReducerExistingStateActionTests.swift",
        "ComposeReducer/ReducerOptionTests.swift",
        "ComposedActionMacroTests.swift",
        "ComposedStateMemberMacroTests.swift",
        "ComposerDirectives/ActionAlertTests.swift",
        "ComposerDirectives/ActionCaseTests.swift",
        "ComposerDirectives/ActionConfirmationDialogTests.swift",
        "ComposerDirectives/BodyActionAlertTests.swift",
        "ComposerDirectives/BodyActionCaseTests.swift",
        "ComposerDirectives/BodyActionConfirmationDialogTests.swift",
        "ComposerDirectives/BodyOnChangeTests.swift",
        "ComposerDirectives/BodyTests.swift",
        "ComposerDirectives/MacroDirectiveStubs.swift",
        "ComposerDirectives/ReducerExistingStateTests.swift",
        "ComposerDirectives/ScopePathTests.swift",
        "ComposerMacroTests.swift",
        "Internals/ComposedStateMacroTests.swift",
        "Internals/ComposerScopeSwitchable.swift"
      ],
      "target_dependencies" : [
        "TCAComposerMacros"
      ],
      "type" : "test"
    },
    {
      "c99name" : "TCAComposer",
      "module_type" : "SwiftTarget",
      "name" : "TCAComposer",
      "path" : "Sources/TCAComposer",
      "product_dependencies" : [
        "ComposableArchitecture"
      ],
      "product_memberships" : [
        "TCAComposer"
      ],
      "sources" : [
        "Macros/ComposeMacros.swift",
        "Macros/ComposedReducerChild.swift",
        "Macros/ComposerMacro.swift",
        "Macros/InternalMacros.swift",
        "ReduceAction.swift",
        "ScopePathable+Bindable.swift",
        "ScopePathable+Store.swift",
        "ScopePathable.swift",
        "ScopeSwitchable+Store.swift",
        "ScopeSwitchable.swift"
      ],
      "target_dependencies" : [
        "TCAComposerMacros"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
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 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-composable-architecture
Fetching https://github.com/pointfreeco/swift-case-paths
Fetching https://github.com/apple/swift-collections
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
Fetching https://github.com/swiftlang/swift-syntax
[1/4375] Fetching swift-case-paths
[3983/20966] Fetching swift-case-paths, swift-collections
[5040/26424] Fetching swift-case-paths, swift-collections, xctest-dynamic-overlay
[17300/96876] Fetching swift-case-paths, swift-collections, xctest-dynamic-overlay, swift-syntax
[96877/400539] Fetching swift-case-paths, swift-collections, xctest-dynamic-overlay, swift-syntax, swift-composable-architecture
Fetched https://github.com/pointfreeco/swift-case-paths from cache (5.87s)
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (5.89s)
Fetched https://github.com/apple/swift-collections from cache (5.91s)
[94746/374115] Fetching swift-syntax, swift-composable-architecture
Fetched https://github.com/swiftlang/swift-syntax from cache (5.95s)
[27330/303663] Fetching swift-composable-architecture
Fetching https://github.com/pointfreeco/swift-macro-testing
[303664/304571] Fetching swift-composable-architecture, swift-macro-testing
Fetched https://github.com/pointfreeco/swift-macro-testing from cache (0.49s)
Fetched https://github.com/pointfreeco/swift-composable-architecture from cache (26.99s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.2.0 (28.07s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.5.2 (0.72s)
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.70s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing
Computed https://github.com/pointfreeco/swift-snapshot-testing at 1.18.4 (5.12s)
Fetching https://github.com/pointfreeco/swift-custom-dump
[1/4581] Fetching swift-custom-dump
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (2.63s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (3.73s)
Computing version for https://github.com/pointfreeco/swift-case-paths
Computed https://github.com/pointfreeco/swift-case-paths at 1.7.0 (2.66s)
Computing version for https://github.com/pointfreeco/swift-composable-architecture
Computed https://github.com/pointfreeco/swift-composable-architecture at 1.20.2 (0.81s)
Fetching https://github.com/pointfreeco/swift-sharing
Fetching https://github.com/pointfreeco/swift-navigation
Fetching https://github.com/pointfreeco/swift-identified-collections
Fetching https://github.com/pointfreeco/swift-dependencies
Fetching https://github.com/pointfreeco/swift-concurrency-extras
Fetching https://github.com/pointfreeco/swift-perception
[1/1411] Fetching swift-perception
[665/2263] Fetching swift-perception, swift-concurrency-extras
[1660/5519] Fetching swift-perception, swift-concurrency-extras, swift-sharing
[3397/11768] Fetching swift-perception, swift-concurrency-extras, swift-sharing, swift-dependencies
[6543/13302] Fetching swift-perception, swift-concurrency-extras, swift-sharing, swift-dependencies, swift-identified-collections
Fetched https://github.com/pointfreeco/swift-perception from cache (0.60s)
[6464/11891] Fetching swift-concurrency-extras, swift-sharing, swift-dependencies, swift-identified-collections
Fetching https://github.com/pointfreeco/combine-schedulers
[6840/57292] Fetching swift-concurrency-extras, swift-sharing, swift-dependencies, swift-identified-collections, swift-navigation
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (0.69s)
[7832/56440] Fetching swift-sharing, swift-dependencies, swift-identified-collections, swift-navigation
Fetched https://github.com/pointfreeco/swift-sharing from cache (0.78s)
[6359/53184] Fetching swift-dependencies, swift-identified-collections, swift-navigation
[10963/55594] Fetching swift-dependencies, swift-identified-collections, swift-navigation, combine-schedulers
Fetched https://github.com/pointfreeco/swift-dependencies from cache (1.23s)
Fetched https://github.com/pointfreeco/swift-identified-collections from cache (1.23s)
[8313/47811] Fetching swift-navigation, combine-schedulers
Fetched https://github.com/pointfreeco/combine-schedulers from cache (0.63s)
[6357/45401] Fetching swift-navigation
Fetched https://github.com/pointfreeco/swift-navigation from cache (3.30s)
Computing version for https://github.com/pointfreeco/swift-navigation
Computed https://github.com/pointfreeco/swift-navigation at 2.3.0 (4.04s)
Computing version for https://github.com/pointfreeco/swift-identified-collections
Computed https://github.com/pointfreeco/swift-identified-collections at 1.1.1 (0.96s)
Computing version for https://github.com/pointfreeco/combine-schedulers
Computed https://github.com/pointfreeco/combine-schedulers at 1.0.3 (1.03s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 1.3.1 (0.55s)
Computing version for https://github.com/pointfreeco/swift-perception
Computed https://github.com/pointfreeco/swift-perception at 1.6.0 (0.75s)
Computing version for https://github.com/pointfreeco/swift-dependencies
Computed https://github.com/pointfreeco/swift-dependencies at 1.9.2 (0.67s)
Fetching https://github.com/pointfreeco/swift-clocks
[1/1292] Fetching swift-clocks
Fetched https://github.com/pointfreeco/swift-clocks from cache (0.33s)
Computing version for https://github.com/pointfreeco/swift-clocks
Computed https://github.com/pointfreeco/swift-clocks at 1.0.6 (1.03s)
Computing version for https://github.com/pointfreeco/swift-sharing
Computed https://github.com/pointfreeco/swift-sharing at 2.5.2 (0.54s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 600.0.1 (2.60s)
Creating working copy for https://github.com/apple/swift-collections
Working copy of https://github.com/apple/swift-collections resolved at 1.2.0
Creating working copy for https://github.com/pointfreeco/swift-perception
Working copy of https://github.com/pointfreeco/swift-perception 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-composable-architecture
Working copy of https://github.com/pointfreeco/swift-composable-architecture resolved at 1.20.2
Creating working copy for https://github.com/pointfreeco/swift-navigation
Working copy of https://github.com/pointfreeco/swift-navigation resolved at 2.3.0
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/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.5.2
Creating working copy for https://github.com/pointfreeco/combine-schedulers
Working copy of https://github.com/pointfreeco/combine-schedulers resolved at 1.0.3
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 600.0.1
Creating working copy for https://github.com/pointfreeco/swift-case-paths
Working copy of https://github.com/pointfreeco/swift-case-paths resolved at 1.7.0
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-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-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/swift-dependencies
Working copy of https://github.com/pointfreeco/swift-dependencies resolved at 1.9.2
Creating working copy for https://github.com/pointfreeco/swift-identified-collections
Working copy of https://github.com/pointfreeco/swift-identified-collections resolved at 1.1.1
Creating working copy for https://github.com/pointfreeco/swift-sharing
Working copy of https://github.com/pointfreeco/swift-sharing resolved at 2.5.2
Building for debugging...
[0/108] Write sources
[7/108] Copying PrivacyInfo.xcprivacy
[7/108] Write sources
[15/108] Copying PrivacyInfo.xcprivacy
[17/108] Write sources
[21/108] Copying PrivacyInfo.xcprivacy
[28/108] Write sources
[68/108] Copying PrivacyInfo.xcprivacy
[69/108] Compiling UIKitNavigationShim shim.m
[69/108] Compiling _SwiftSyntaxCShims dummy.c
[72/108] Write swift-version-24593BA9C3E375BF.txt
[74/162] Emitting module Sharing2
[75/162] Compiling IssueReporting TestContext.swift
[76/162] Compiling IssueReporting Unimplemented.swift
[77/164] Emitting module Sharing1
[78/164] Compiling Sharing1 Empty.swift
[79/164] Compiling IssueReporting XCTest.swift
[80/164] Compiling ConcurrencyExtras Locking.swift
[81/164] Compiling ConcurrencyExtras UncheckedBox.swift
[82/165] Emitting module Sharing1
[83/165] Compiling Sharing1 Empty.swift
[86/166] Emitting module SwiftSyntax600
[87/166] Compiling SwiftSyntax600 Empty.swift
[88/167] Compiling Sharing2 Empty.swift
[91/168] Compiling IssueReporting Warn.swift
[92/168] Compiling IssueReporting ErrorReporting.swift
[93/168] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[94/169] Emitting module Sharing2
[95/169] Compiling Sharing2 Empty.swift
[97/170] Compiling IssueReporting SwiftTesting.swift
[98/170] Compiling IssueReporting UncheckedSendable.swift
[99/170] Emitting module ConcurrencyExtras
[101/173] Emitting module InternalCollectionsUtilities
[102/173] Compiling IssueReporting Rethrows.swift
[104/173] Compiling IssueReporting FailureObserver.swift
[105/173] Compiling IssueReporting LockIsolated.swift
[106/173] Compiling IssueReporting AppHostWarning.swift
[107/173] Compiling IssueReporting Deprecations.swift
[108/173] Compiling ConcurrencyExtras UncheckedSendable.swift
[110/173] Compiling SwiftSyntax510 Empty.swift
[111/175] Emitting module SwiftSyntax510
[112/176] Emitting module IssueReporting
[113/195] Emitting module SwiftSyntax509
[114/195] Compiling SwiftSyntax509 Empty.swift
[116/221] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[118/286] Wrapping AST for SwiftSyntax600 for debugging
[120/286] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[120/287] Wrapping AST for SwiftSyntax510 for debugging
[122/287] Compiling SwiftSyntax RawSyntax.swift
[123/287] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[124/287] Compiling SwiftSyntax SourceLocation.swift
[125/287] Compiling SwiftSyntax SourcePresence.swift
[126/287] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[127/287] Compiling SwiftSyntax Syntax.swift
[128/287] Compiling SwiftSyntax SyntaxNodeFactory.swift
[129/287] Compiling SwiftSyntax SyntaxNodeStructure.swift
[129/287] Wrapping AST for SwiftSyntax509 for debugging
[131/327] Emitting module ConcurrencyExtras
[132/343] Compiling OrderedCollections OrderedDictionary.swift
[133/343] Compiling OrderedCollections OrderedSet+Codable.swift
[134/345] Compiling OrderedCollections OrderedDictionary+Codable.swift
[135/345] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[136/345] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[137/345] Emitting module InternalCollectionsUtilities
[138/345] Compiling ConcurrencyExtras UncheckedSendable.swift
[139/345] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[140/345] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[141/345] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[142/345] Compiling OrderedCollections OrderedDictionary+Elements.swift
[145/346] Compiling OrderedCollections _HashTable+Testing.swift
[146/346] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[147/346] Compiling OrderedCollections _HashTable.swift
[148/346] Compiling OrderedCollections _Hashtable+Header.swift
[150/346] Compiling ConcurrencyExtras LockIsolated.swift
[151/346] Compiling ConcurrencyExtras Result.swift
[152/346] Compiling ConcurrencyExtras MainSerialExecutor.swift
[153/346] Compiling ConcurrencyExtras Task.swift
[153/346] Wrapping AST for InternalCollectionsUtilities for debugging
[155/346] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[156/346] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[157/346] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[158/346] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[159/346] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[160/346] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[161/346] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[162/346] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[163/346] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[164/346] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[165/346] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[166/346] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[167/346] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[168/346] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[171/346] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[172/346] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[176/353] Compiling OrderedCollections _HashTable+BucketIterator.swift
[177/353] Compiling OrderedCollections _HashTable+Constants.swift
[178/353] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[181/353] Compiling OrderedCollections _HashTable+Bucket.swift
[184/395] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[185/395] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[186/410] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[187/410] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[190/410] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[191/410] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[192/410] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[193/410] Compiling OrderedCollections OrderedDictionary+Values.swift
[194/424] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[195/424] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[196/424] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[197/424] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[198/424] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[199/424] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[200/424] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[201/424] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[202/438] Compiling PerceptionCore Bindable.swift
[203/438] Compiling PerceptionCore Environment.swift
[204/438] Compiling PerceptionCore BetaChecking.swift
[205/438] Compiling PerceptionCore Exports.swift
[206/438] Compiling PerceptionCore Locking.swift
[207/438] Compiling PerceptionCore ThreadLocal.swift
[208/438] Compiling PerceptionCore Unchecked.swift
[209/438] Compiling PerceptionCore _PerceptionRegistrar.swift
[210/438] Compiling OrderedCollections OrderedDictionary.swift
[211/438] Compiling OrderedCollections OrderedSet+Codable.swift
[212/438] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[213/438] Compiling OrderedCollections OrderedSet+Descriptions.swift
[214/438] Compiling OrderedCollections OrderedSet+Diffing.swift
[215/438] Compiling OrderedCollections OrderedSet+Equatable.swift
[216/438] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[217/438] Compiling OrderedCollections OrderedSet+Hashable.swift
[220/439] Compiling CombineSchedulers UIScheduler.swift
[221/439] Emitting module CombineSchedulers
[222/439] Compiling CombineSchedulers Timer.swift
[223/439] Compiling CombineSchedulers UIKit.swift
[226/439] Compiling XCTestDynamicOverlay Exports.swift
[231/439] Compiling CombineSchedulers UnimplementedScheduler.swift
[234/440] Compiling ConcurrencyExtras Result.swift
[235/440] Compiling ConcurrencyExtras Task.swift
[244/447] Compiling OrderedCollections _HashTable+Testing.swift
[245/447] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[250/447] Compiling ConcurrencyExtras LockIsolated.swift
[251/447] Compiling OrderedCollections _HashTable.swift
[252/447] Compiling OrderedCollections _Hashtable+Header.swift
[253/447] Compiling ConcurrencyExtras MainSerialExecutor.swift
[254/448] Emitting module IssueReporting
[258/448] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[259/448] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[260/448] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[261/448] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[262/448] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[263/448] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[264/448] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[271/448] Compiling PerceptionCore Perceptible.swift
[272/456] Emitting module XCTestDynamicOverlay
[273/456] Compiling XCTestDynamicOverlay Deprecations.swift
[274/456] Compiling PerceptionCore PerceptionChecking.swift
[275/456] Compiling OrderedCollections _HashTable+Constants.swift
[276/456] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[286/458] Compiling OrderedCollections OrderedSet+Initializers.swift
[287/458] Compiling OrderedCollections OrderedSet+Insertions.swift
[288/458] Compiling OrderedCollections OrderedSet+Invariants.swift
[289/458] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[290/458] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[291/458] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[292/458] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[294/458] Compiling Clocks SwiftUI.swift
[295/459] Compiling Clocks Lock.swift
[296/459] Compiling Clocks Timer.swift
[306/459] Emitting module Clocks
[307/475] Compiling Clocks ImmediateClock.swift
[308/475] Compiling Clocks _AsyncTimerSequence.swift
[309/475] Compiling OrderedCollections OrderedSet+Sendable.swift
[310/475] Compiling OrderedCollections OrderedSet+SubSequence.swift
[311/475] Compiling OrderedCollections OrderedSet+Testing.swift
[312/475] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[313/475] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[314/475] Compiling OrderedCollections OrderedSet.swift
[315/475] Compiling OrderedCollections _UnsafeBitset.swift
[316/487] Compiling CombineSchedulers Lock.swift
[317/487] Compiling CombineSchedulers NSRecursiveLock.swift
[318/488] Compiling CombineSchedulers UIKit.swift
[319/488] Compiling CombineSchedulers UnimplementedScheduler.swift
[320/488] Compiling XCTestDynamicOverlay Exports.swift
[321/488] Compiling CombineSchedulers UIScheduler.swift
[322/488] Emitting module CombineSchedulers
[323/488] Compiling CombineSchedulers Timer.swift
[324/488] Compiling CombineSchedulers SwiftUI.swift
[325/488] Compiling CombineSchedulers TestScheduler.swift
[326/488] Compiling CombineSchedulers AnyScheduler.swift
[327/488] Compiling CombineSchedulers Concurrency.swift
[328/488] Compiling CombineSchedulers ImmediateScheduler.swift
[329/488] Compiling CombineSchedulers Deprecations.swift
[331/489] Emitting module OrderedCollections
[332/490] Compiling Clocks UnimplementedClock.swift
[333/490] Compiling Clocks TestClock.swift
[334/490] Compiling Clocks AnyClock.swift
[337/536] Compiling CustomDump UserNotifications.swift
[338/536] Compiling CustomDump UserNotificationsUI.swift
[339/536] Compiling CustomDump CustomDumpReflectable.swift
[340/536] Compiling CustomDump CustomDumpRepresentable.swift
[341/536] Compiling CustomDump StoreKit.swift
[342/536] Compiling CustomDump Swift.swift
[343/536] Compiling CustomDump SwiftUI.swift
[344/536] Compiling CustomDump UIKit.swift
[345/536] Compiling CustomDump CoreImage.swift
[346/536] Compiling CustomDump CoreLocation.swift
[347/536] Compiling CustomDump CoreMotion.swift
[348/536] Compiling CustomDump Foundation.swift
[349/536] Compiling CustomDump CustomDumpStringConvertible.swift
[350/536] Compiling CustomDump Diff.swift
[351/536] Compiling CustomDump Dump.swift
[352/536] Compiling CustomDump ExpectDifference.swift
[353/536] Compiling CustomDump GameKit.swift
[354/536] Compiling CustomDump KeyPath.swift
[355/536] Compiling CustomDump Photos.swift
[356/536] Compiling CustomDump Speech.swift
[357/536] Compiling CustomDump ExpectNoDifference.swift
[358/536] Compiling CustomDump AnyType.swift
[359/536] Compiling CustomDump CollectionDifference.swift
[360/536] Compiling CustomDump Identifiable.swift
[368/536] Compiling XCTestDynamicOverlay Deprecations.swift
[369/536] Emitting module XCTestDynamicOverlay
[370/545] Compiling Clocks Lock.swift
[386/549] Compiling PerceptionCore WithPerceptionTracking.swift
[391/552] Compiling Clocks Timer.swift
[392/552] Emitting module OrderedCollections
[393/553] Compiling PerceptionCore PerceptionTracking.swift
[398/576] Compiling Dependencies Exports.swift
[399/576] Compiling Dependencies TypeName.swift
[402/576] Compiling CustomDump Mirror.swift
[403/576] Compiling CustomDump String.swift
[404/576] Compiling Clocks ImmediateClock.swift
[405/576] Compiling PerceptionCore PerceptionRegistrar.swift
[406/576] Compiling Dependencies Date.swift
[407/576] Compiling Dependencies FireAndForget.swift
[408/576] Emitting module Clocks
[409/576] Compiling Clocks AnyClock.swift
[412/576] Compiling Dependencies Locale.swift
[413/576] Compiling Dependencies WithRandomNumberGenerator.swift
[414/576] Compiling Dependencies AppEntryPoint.swift
[416/576] Compiling Dependencies Assert.swift
[417/576] Compiling Dependencies Calendar.swift
[418/576] Compiling Dependencies Clocks.swift
[419/579] Emitting module IdentifiedCollections
[420/580] Compiling Clocks SwiftUI.swift
[421/580] Compiling Clocks _AsyncTimerSequence.swift
[422/580] Compiling Clocks TestClock.swift
[423/580] Compiling Dependencies DependencyContext.swift
[424/580] Compiling Dependencies DependencyKey.swift
[425/580] Compiling Dependencies DependencyValues.swift
[426/580] Compiling Dependencies Context.swift
[427/580] Emitting module PerceptionCore
[428/581] Compiling CustomDump Unordered.swift
[429/581] Compiling CustomDump XCTAssertDifference.swift
[430/581] Compiling CustomDump XCTAssertNoDifference.swift
[432/581] Compiling Dependencies OpenURL.swift
[433/581] Compiling Dependencies TimeZone.swift
[434/581] Compiling Dependencies URLSession.swift
[436/581] Compiling Dependencies MainQueue.swift
[437/581] Compiling Dependencies MainRunLoop.swift
[438/581] Compiling Clocks UnimplementedClock.swift
[440/582] Emitting module CustomDump
[441/609] Compiling CustomDump Foundation.swift
[442/609] Compiling CustomDump StoreKit.swift
[443/609] Compiling CustomDump Swift.swift
[445/627] Compiling IdentifiedCollections IdentifiedArray+Sendable.swift
/host/spi-builder-workspace/.build/checkouts/swift-dependencies/Sources/Dependencies/Internal/AppEntryPoint.swift:3:11: error: cannot find type 'Thread' in scope
 1 | import Foundation
 2 |
 3 | extension Thread {
   |           `- error: cannot find type 'Thread' in scope
 4 |   static var isPreviewAppEntryPoint: Bool {
 5 |     guard ProcessInfo.processInfo.environment["XCODE_RUNNING_FOR_PREVIEWS"] == "1"
[446/627] Compiling CustomDump UserNotificationsUI.swift
/host/spi-builder-workspace/.build/checkouts/swift-dependencies/Sources/Dependencies/Internal/AppEntryPoint.swift:3:11: error: cannot find type 'Thread' in scope
 1 | import Foundation
 2 |
 3 | extension Thread {
   |           `- error: cannot find type 'Thread' in scope
 4 |   static var isPreviewAppEntryPoint: Bool {
 5 |     guard ProcessInfo.processInfo.environment["XCODE_RUNNING_FOR_PREVIEWS"] == "1"
[447/627] Compiling CustomDump CustomDumpReflectable.swift
/host/spi-builder-workspace/.build/checkouts/swift-dependencies/Sources/Dependencies/Internal/AppEntryPoint.swift:3:11: error: cannot find type 'Thread' in scope
 1 | import Foundation
 2 |
 3 | extension Thread {
   |           `- error: cannot find type 'Thread' in scope
 4 |   static var isPreviewAppEntryPoint: Bool {
 5 |     guard ProcessInfo.processInfo.environment["XCODE_RUNNING_FOR_PREVIEWS"] == "1"
[448/627] Compiling CustomDump CustomDumpRepresentable.swift
[449/627] Compiling CustomDump Identifiable.swift
[450/627] Compiling CustomDump Mirror.swift
[451/637] Compiling CasePathsCore TypeName.swift
[452/638] Compiling CasePathsCore Result+CasePathable.swift
[453/638] Compiling IdentifiedCollections IdentifiedArray+Collection.swift
[454/638] Compiling IdentifiedCollections IdentifiedArray+Initializers.swift
[455/638] Compiling IdentifiedCollections IdentifiedArray+Insertions.swift
[456/638] Compiling IdentifiedCollections IdentifiedArray+Hashable.swift
[457/638] Compiling CasePathsCore AnyCasePath.swift
[458/638] Compiling CasePathsCore CasePathIterable.swift
[459/638] Compiling CasePathsCore CasePathReflectable.swift
[460/638] Compiling CasePathsCore CasePathable.swift
[461/651] Compiling CasePathsCore Never+CasePathable.swift
[462/652] Compiling CasePathsCore UncheckedSendable.swift
[463/652] Compiling CasePathsCore KeyPath+Sendable.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[464/652] Emitting module Dependencies
/host/spi-builder-workspace/.build/checkouts/swift-dependencies/Sources/Dependencies/Internal/AppEntryPoint.swift:3:11: error: cannot find type 'Thread' in scope
 1 | import Foundation
 2 |
 3 | extension Thread {
   |           `- error: cannot find type 'Thread' in scope
 4 |   static var isPreviewAppEntryPoint: Bool {
 5 |     guard ProcessInfo.processInfo.environment["XCODE_RUNNING_FOR_PREVIEWS"] == "1"
[465/652] Compiling CasePathsCore CasePathable.swift
/host/spi-builder-workspace/.build/checkouts/swift-dependencies/Sources/Dependencies/DependencyValues.swift:285:33: error: cannot find 'Thread' in scope
283 |     set {
284 |       if DependencyValues.isPreparing {
285 |         if context == .preview, Thread.isPreviewAppEntryPoint {
    |                                 `- error: cannot find 'Thread' in scope
286 |           reportIssue("Ignoring dependencies prepared in preview app entry point")
287 |           return
/host/spi-builder-workspace/.build/checkouts/swift-dependencies/Sources/Dependencies/DependencyValues.swift:577:14: error: cannot find 'Thread' in scope
575 |           value = (key as? any DependencyKey.Type)?.liveValue as? Key.Value
576 |         case .preview:
577 |           if Thread.isPreviewAppEntryPoint {
    |              `- error: cannot find 'Thread' in scope
578 |             return Key.previewValue
579 |           }
[466/652] Compiling IdentifiedCollections IdentifiedArray+CustomDebugStringConvertible.swift
/host/spi-builder-workspace/.build/checkouts/swift-dependencies/Sources/Dependencies/DependencyValues.swift:285:33: error: cannot find 'Thread' in scope
283 |     set {
284 |       if DependencyValues.isPreparing {
285 |         if context == .preview, Thread.isPreviewAppEntryPoint {
    |                                 `- error: cannot find 'Thread' in scope
286 |           reportIssue("Ignoring dependencies prepared in preview app entry point")
287 |           return
/host/spi-builder-workspace/.build/checkouts/swift-dependencies/Sources/Dependencies/DependencyValues.swift:577:14: error: cannot find 'Thread' in scope
575 |           value = (key as? any DependencyKey.Type)?.liveValue as? Key.Value
576 |         case .preview:
577 |           if Thread.isPreviewAppEntryPoint {
    |              `- error: cannot find 'Thread' in scope
578 |             return Key.previewValue
579 |           }
[467/652] Compiling IdentifiedCollections IdentifiedArray+CustomReflectable.swift
/host/spi-builder-workspace/.build/checkouts/swift-dependencies/Sources/Dependencies/DependencyValues.swift:285:33: error: cannot find 'Thread' in scope
283 |     set {
284 |       if DependencyValues.isPreparing {
285 |         if context == .preview, Thread.isPreviewAppEntryPoint {
    |                                 `- error: cannot find 'Thread' in scope
286 |           reportIssue("Ignoring dependencies prepared in preview app entry point")
287 |           return
/host/spi-builder-workspace/.build/checkouts/swift-dependencies/Sources/Dependencies/DependencyValues.swift:577:14: error: cannot find 'Thread' in scope
575 |           value = (key as? any DependencyKey.Type)?.liveValue as? Key.Value
576 |         case .preview:
577 |           if Thread.isPreviewAppEntryPoint {
    |              `- error: cannot find 'Thread' in scope
578 |             return Key.previewValue
579 |           }
[468/652] Compiling IdentifiedCollections Identified.swift
/host/spi-builder-workspace/.build/checkouts/swift-dependencies/Sources/Dependencies/DependencyValues.swift:285:33: error: cannot find 'Thread' in scope
283 |     set {
284 |       if DependencyValues.isPreparing {
285 |         if context == .preview, Thread.isPreviewAppEntryPoint {
    |                                 `- error: cannot find 'Thread' in scope
286 |           reportIssue("Ignoring dependencies prepared in preview app entry point")
287 |           return
/host/spi-builder-workspace/.build/checkouts/swift-dependencies/Sources/Dependencies/DependencyValues.swift:577:14: error: cannot find 'Thread' in scope
575 |           value = (key as? any DependencyKey.Type)?.liveValue as? Key.Value
576 |         case .preview:
577 |           if Thread.isPreviewAppEntryPoint {
    |              `- error: cannot find 'Thread' in scope
578 |             return Key.previewValue
579 |           }
[469/652] Compiling CustomDump String.swift
[470/652] Compiling CustomDump ExpectNoDifference.swift
[471/652] Compiling CustomDump AnyType.swift
[472/652] Compiling CasePathsCore AnyCasePath.swift
[473/652] Compiling CasePathsCore CasePathIterable.swift
[474/652] Emitting module CasePathsCore
[475/652] Compiling CasePathsCore Never+CasePathable.swift
[480/652] Compiling IdentifiedCollections IdentifiedArray+IdentifiedCollection.swift
[481/652] Compiling IdentifiedCollections IdentifiedArray+MutableCollection.swift
[482/652] Compiling IdentifiedCollections IdentifiedArray+RandomAccessCollection.swift
[483/652] Compiling IdentifiedCollections IdentifiedArray+RangeReplaceableCollection.swift
[499/652] Compiling CasePathsCore CasePathReflectable.swift
[504/652] Compiling IdentifiedCollections IdentifiedArray+Codable.swift
[513/652] Compiling CustomDump CollectionDifference.swift
[514/652] Compiling CustomDump Unordered.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
[0/1] Planning build
Building for debugging...
[0/36] Write swift-version-24593BA9C3E375BF.txt
[2/119] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[3/120] Emitting module SwiftSyntax600
[4/120] Compiling SwiftSyntax600 Empty.swift
[6/120] Compiling SwiftSyntax510 Empty.swift
[7/120] Compiling ConcurrencyExtras Locking.swift
[8/120] Compiling ConcurrencyExtras UncheckedBox.swift
[9/121] Emitting module SwiftSyntax509
[10/121] Compiling SwiftSyntax509 Empty.swift
[11/121] Emitting module SwiftSyntax510
[12/123] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[13/123] Compiling InternalCollectionsUtilities Integer rank.swift
[14/125] Compiling ConcurrencyExtras Result.swift
[15/125] Compiling ConcurrencyExtras AsyncStream.swift
[16/125] Compiling ConcurrencyExtras AsyncThrowingStream.swift
[17/125] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[21/125] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[22/125] Compiling InternalCollectionsUtilities UInt+reversed.swift
[24/125] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[26/125] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[27/127] Compiling ConcurrencyExtras ActorIsolated.swift
[28/127] Compiling ConcurrencyExtras AnyHashableSendable.swift
[31/127] Compiling ConcurrencyExtras UncheckedSendable.swift
[32/127] Compiling ConcurrencyExtras MainSerialExecutor.swift
[33/127] Compiling ConcurrencyExtras LockIsolated.swift
[35/126] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[36/126] Compiling IssueReporting WithExpectedIssue.swift
[37/126] Compiling IssueReporting WithIssueContext.swift
[38/128] Emitting module ConcurrencyExtras
[41/128] Compiling IssueReporting FatalErrorReporter.swift
[42/128] Compiling IssueReporting XCTest.swift
[43/128] Compiling ConcurrencyExtras Task.swift
[44/129] Compiling Sharing2 Empty.swift
[50/131] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[51/131] Emitting module Sharing2
[56/132] Compiling IssueReporting IsTesting.swift
[57/132] Compiling IssueReporting IssueReporter.swift
[58/132] Compiling Sharing2 Empty.swift
[59/132] Emitting module IssueReporting
[60/134] Emitting module Sharing2
[63/134] Emitting module Sharing1
[66/135] Compiling Sharing1 Empty.swift
[79/136] Compiling IssueReporting BreakpointReporter.swift
[82/136] Compiling IssueReporting ReportIssue.swift
[87/145] Emitting module InternalCollectionsUtilities
[88/148] Emitting module IssueReporting
[92/149] Compiling ConcurrencyExtras Locking.swift
[93/149] Compiling ConcurrencyExtras UncheckedBox.swift
[98/149] Emitting module InternalCollectionsUtilities
[101/214] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[102/214] Compiling SwiftSyntax RawSyntaxTokenView.swift
[103/214] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[106/214] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[107/214] Compiling SwiftSyntax Assert.swift
[108/214] Compiling SwiftSyntax BumpPtrAllocator.swift
[109/215] Compiling ConcurrencyExtras LockIsolated.swift
[112/217] Compiling SwiftSyntax RawSyntax.swift
[114/217] Compiling SwiftSyntax MemoryLayout.swift
[115/217] Compiling SwiftSyntax MissingNodeInitializers.swift
[116/217] Compiling Sharing1 Empty.swift
[117/217] Emitting module Sharing1
[118/252] Compiling ConcurrencyExtras UncheckedSendable.swift
[119/275] Emitting module ConcurrencyExtras
[121/286] Compiling ConcurrencyExtras MainSerialExecutor.swift
[122/288] Compiling ConcurrencyExtras Result.swift
[123/288] Compiling ConcurrencyExtras Task.swift
[125/348] Compiling XCTestDynamicOverlay Exports.swift
[127/348] Compiling OrderedCollections _HashTable+Bucket.swift
[128/348] Compiling OrderedCollections _HashTable+BucketIterator.swift
[129/362] Compiling PerceptionCore Unchecked.swift
[130/362] Compiling PerceptionCore _PerceptionRegistrar.swift
[131/362] Emitting module PerceptionCore
[132/374] Compiling PerceptionCore WithPerceptionTracking.swift
[133/374] Compiling CombineSchedulers UIScheduler.swift
[134/375] Emitting module XCTestDynamicOverlay
[135/375] Compiling XCTestDynamicOverlay Deprecations.swift
[136/376] Compiling PerceptionCore PerceptionRegistrar.swift
[137/376] Compiling PerceptionCore PerceptionTracking.swift
[138/376] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[139/376] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[140/376] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[141/376] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[142/376] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[143/376] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[144/376] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[145/383] Compiling CombineSchedulers ImmediateScheduler.swift
[146/383] Compiling CombineSchedulers Deprecations.swift
[147/383] Compiling CombineSchedulers AnyScheduler.swift
[148/383] Compiling CombineSchedulers Concurrency.swift
[149/383] Compiling CombineSchedulers Lock.swift
[150/383] Compiling CombineSchedulers NSRecursiveLock.swift
[151/383] Emitting module CombineSchedulers
[152/383] Compiling CombineSchedulers UIKit.swift
[153/383] Compiling CombineSchedulers SwiftUI.swift
[154/383] Compiling CombineSchedulers TestScheduler.swift
[155/383] Compiling CombineSchedulers Timer.swift
[157/383] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[158/383] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[159/383] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[160/383] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[161/383] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[162/383] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[163/383] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[164/383] Compiling OrderedCollections OrderedSet+Initializers.swift
[165/383] Compiling OrderedCollections OrderedSet+Insertions.swift
[166/383] Compiling OrderedCollections OrderedSet+Invariants.swift
[167/383] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[168/383] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[169/383] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[170/383] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[171/383] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[172/390] Compiling CombineSchedulers UnimplementedScheduler.swift
[194/392] Compiling OrderedCollections OrderedDictionary.swift
[195/392] Compiling OrderedCollections OrderedSet+Codable.swift
[196/392] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[197/392] Compiling OrderedCollections OrderedSet+Descriptions.swift
[198/392] Compiling OrderedCollections OrderedSet+Diffing.swift
[199/392] Compiling OrderedCollections OrderedSet+Equatable.swift
[200/392] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[201/392] Compiling OrderedCollections OrderedSet+Hashable.swift
[202/392] Emitting module XCTestDynamicOverlay
[203/392] Compiling XCTestDynamicOverlay Deprecations.swift
[205/420] Compiling CustomDump Mirror.swift
[206/420] Compiling CustomDump String.swift
[222/432] Compiling CustomDump StoreKit.swift
[223/432] Compiling CustomDump Swift.swift
[224/432] Compiling CustomDump SwiftUI.swift
[225/432] Compiling CustomDump UIKit.swift
[226/432] Compiling CustomDump UserNotifications.swift
[227/432] Compiling CustomDump UserNotificationsUI.swift
[228/432] Compiling CustomDump CustomDumpReflectable.swift
[229/432] Compiling CustomDump CustomDumpRepresentable.swift
[230/432] Compiling CustomDump ExpectNoDifference.swift
[231/432] Compiling CustomDump AnyType.swift
[232/432] Compiling CustomDump CollectionDifference.swift
[233/432] Compiling CustomDump CustomDumpStringConvertible.swift
[234/432] Compiling CustomDump Diff.swift
[235/432] Compiling CustomDump Dump.swift
[236/432] Compiling CustomDump ExpectDifference.swift
[237/432] Compiling CustomDump Identifiable.swift
[238/434] Compiling CombineSchedulers ImmediateScheduler.swift
[239/434] Compiling CombineSchedulers Deprecations.swift
[248/449] Compiling CombineSchedulers UIKit.swift
[249/449] Compiling CombineSchedulers UIScheduler.swift
[250/449] Compiling CombineSchedulers SwiftUI.swift
[251/449] Compiling CombineSchedulers TestScheduler.swift
[252/449] Compiling CombineSchedulers Timer.swift
[253/449] Compiling CombineSchedulers AnyScheduler.swift
[254/449] Compiling CombineSchedulers Concurrency.swift
[255/449] Emitting module CombineSchedulers
[268/452] Compiling CombineSchedulers Lock.swift
[269/452] Compiling CombineSchedulers NSRecursiveLock.swift
[276/452] Compiling CombineSchedulers UnimplementedScheduler.swift
[285/453] Compiling Clocks Timer.swift
[286/454] Compiling Clocks Lock.swift
[287/454] Compiling Clocks Timer.swift
[288/454] Emitting module CustomDump
[289/454] Compiling OrderedCollections OrderedSet+Sendable.swift
[290/455] Compiling OrderedCollections OrderedSet+SubSequence.swift
[291/455] Compiling OrderedCollections OrderedSet+Testing.swift
[292/455] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[293/455] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[294/455] Compiling OrderedCollections OrderedSet.swift
[295/455] Compiling OrderedCollections _UnsafeBitset.swift
[301/455] Compiling Clocks AnyClock.swift
[302/455] Emitting module Clocks
[303/456] Compiling Clocks ImmediateClock.swift
[304/479] Compiling CustomDump Unordered.swift
[305/479] Compiling CustomDump XCTAssertDifference.swift
[306/479] Compiling CustomDump XCTAssertNoDifference.swift
[307/482] Compiling Clocks UnimplementedClock.swift
[308/482] Compiling Clocks _AsyncTimerSequence.swift
[309/482] Compiling Clocks SwiftUI.swift
[310/482] Compiling Clocks ImmediateClock.swift
[311/482] Compiling Clocks TestClock.swift
[312/483] Emitting module Clocks
[313/483] Compiling Clocks AnyClock.swift
[314/483] Compiling CustomDump CustomDumpStringConvertible.swift
[315/483] Compiling CustomDump Diff.swift
[316/483] Compiling CustomDump Dump.swift
[317/483] Compiling CustomDump ExpectDifference.swift
[318/483] Compiling CustomDump CoreImage.swift
[319/483] Compiling CustomDump CoreLocation.swift
[320/483] Compiling CustomDump CoreMotion.swift
[321/483] Compiling CustomDump Foundation.swift
[322/483] Compiling Clocks Lock.swift
[332/483] Compiling Clocks UnimplementedClock.swift
[333/483] Compiling Clocks _AsyncTimerSequence.swift
[334/483] Compiling Clocks SwiftUI.swift
[335/483] Compiling Clocks TestClock.swift
[336/494] Compiling CustomDump ExpectNoDifference.swift
[337/494] Compiling CustomDump AnyType.swift
[338/494] Compiling CustomDump CollectionDifference.swift
[339/494] Compiling CustomDump Identifiable.swift
[340/494] Compiling CustomDump Mirror.swift
[341/494] Compiling CustomDump String.swift
[342/497] Compiling CasePathsCore UncheckedSendable.swift
[344/498] Compiling CasePathsCore KeyPath+Sendable.swift
[352/498] Emitting module CasePathsCore
[353/498] Compiling CasePathsCore TypeName.swift
[354/498] Compiling CasePathsCore AnyCasePath.swift
[355/498] Compiling CasePathsCore CasePathIterable.swift
[356/499] Emitting module PerceptionCore
[357/500] Compiling CasePathsCore Result+CasePathable.swift
[358/500] Emitting module OrderedCollections
[359/507] Emitting module CustomDump
[360/520] Emitting module OrderedCollections
[361/524] Compiling PerceptionCore WithPerceptionTracking.swift
[362/524] Compiling Dependencies DependencyKey.swift
[363/524] Compiling Dependencies DependencyValues.swift
[364/524] Compiling CustomDump Unordered.swift
[365/524] Compiling CustomDump XCTAssertDifference.swift
[366/524] Compiling CustomDump XCTAssertNoDifference.swift
[367/524] Compiling CasePathsCore Optional+CasePathable.swift
[368/524] Compiling CasePathsCore Never+CasePathable.swift
[370/524] Compiling PerceptionCore PerceptionRegistrar.swift
[371/524] Compiling Dependencies FireAndForget.swift
[372/524] Compiling Dependencies OpenURL.swift
[373/524] Compiling PerceptionCore PerceptionTracking.swift
[375/524] Compiling Dependencies Context.swift
[376/524] Compiling Dependencies Date.swift
[377/524] Compiling Dependencies TimeZone.swift
[378/524] Compiling Dependencies URLSession.swift
[379/525] Compiling Dependencies Dependency.swift
[380/525] Compiling Dependencies DependencyContext.swift
[385/549] Compiling Dependencies TypeName.swift
[386/549] Compiling Dependencies UUID.swift
[387/549] Compiling Dependencies WithRandomNumberGenerator.swift
[388/549] Compiling Dependencies AppEntryPoint.swift
[394/549] Compiling Dependencies DependencyValues.swift
[395/549] Compiling Dependencies Locale.swift
[396/549] Compiling Dependencies MainQueue.swift
[397/549] Compiling Dependencies MainRunLoop.swift
[398/549] Compiling Dependencies OpenURL.swift
[399/549] Compiling Dependencies TimeZone.swift
[400/549] Compiling Dependencies URLSession.swift
[401/549] Compiling Dependencies Deprecations.swift
[402/549] Compiling Dependencies Exports.swift
[403/549] Compiling Dependencies Assert.swift
[404/549] Compiling Dependencies Calendar.swift
[405/549] Compiling Dependencies Clocks.swift
[406/549] Compiling Dependencies Context.swift
[407/549] Compiling Dependencies Date.swift
[408/549] Compiling Dependencies FireAndForget.swift
[409/549] Compiling Dependencies Dependency.swift
[410/549] Compiling Dependencies DependencyContext.swift
[411/549] Compiling Dependencies DependencyKey.swift
[418/560] Emitting module Dependencies
[419/578] Compiling IdentifiedCollections IdentifiedArray+MutableCollection.swift
[420/578] Compiling IdentifiedCollections IdentifiedArray+RandomAccessCollection.swift
[421/578] Compiling IdentifiedCollections IdentifiedArray+RangeReplaceableCollection.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[422/596] Emitting module Dependencies
/host/spi-builder-workspace/.build/checkouts/swift-dependencies/Sources/Dependencies/Internal/AppEntryPoint.swift:3:11: error: cannot find type 'Thread' in scope
 1 | import Foundation
 2 |
 3 | extension Thread {
   |           `- error: cannot find type 'Thread' in scope
 4 |   static var isPreviewAppEntryPoint: Bool {
 5 |     guard ProcessInfo.processInfo.environment["XCODE_RUNNING_FOR_PREVIEWS"] == "1"
[423/596] Compiling IdentifiedCollections IdentifiedArray+Collection.swift
[424/596] Compiling IdentifiedCollections IdentifiedArray+CollectionAlgorithms.swift
[425/596] Compiling IdentifiedCollections IdentifiedArray+CustomDebugStringConvertible.swift
[426/596] Compiling IdentifiedCollections IdentifiedArray+Insertions.swift
[427/596] Compiling IdentifiedCollections Identified.swift
[428/596] Compiling IdentifiedCollections IdentifiedArray+Codable.swift
[429/596] Compiling IdentifiedCollections IdentifiedArray+Sendable.swift
[432/609] Compiling IdentifiedCollections IdentifiedArray+CustomReflectable.swift
[433/609] Compiling IdentifiedCollections IdentifiedArray+Hashable.swift
[434/609] Compiling IdentifiedCollections IdentifiedArray+IdentifiedCollection.swift
[438/609] Compiling Dependencies PreviewTrait.swift
[439/610] Compiling CasePathsCore CasePathable.swift
[442/610] Compiling CasePathsCore UncheckedSendable.swift
[443/611] Emitting module CasePathsCore
[445/611] Compiling CasePathsCore KeyPath+Sendable.swift
[446/611] Compiling CasePathsCore TypeName.swift
/host/spi-builder-workspace/.build/checkouts/swift-dependencies/Sources/Dependencies/Internal/AppEntryPoint.swift:3:11: error: cannot find type 'Thread' in scope
 1 | import Foundation
 2 |
 3 | extension Thread {
   |           `- error: cannot find type 'Thread' in scope
 4 |   static var isPreviewAppEntryPoint: Bool {
 5 |     guard ProcessInfo.processInfo.environment["XCODE_RUNNING_FOR_PREVIEWS"] == "1"
/host/spi-builder-workspace/.build/checkouts/swift-dependencies/Sources/Dependencies/Internal/AppEntryPoint.swift:3:11: error: cannot find type 'Thread' in scope
 1 | import Foundation
 2 |
 3 | extension Thread {
   |           `- error: cannot find type 'Thread' in scope
 4 |   static var isPreviewAppEntryPoint: Bool {
 5 |     guard ProcessInfo.processInfo.environment["XCODE_RUNNING_FOR_PREVIEWS"] == "1"
/host/spi-builder-workspace/.build/checkouts/swift-dependencies/Sources/Dependencies/Internal/AppEntryPoint.swift:3:11: error: cannot find type 'Thread' in scope
 1 | import Foundation
 2 |
 3 | extension Thread {
   |           `- error: cannot find type 'Thread' in scope
 4 |   static var isPreviewAppEntryPoint: Bool {
 5 |     guard ProcessInfo.processInfo.environment["XCODE_RUNNING_FOR_PREVIEWS"] == "1"
[450/611] Compiling IdentifiedCollections IdentifiedArray+MutableCollection.swift
[451/611] Compiling IdentifiedCollections IdentifiedArray+RandomAccessCollection.swift
[452/611] Compiling IdentifiedCollections IdentifiedArray+RangeReplaceableCollection.swift
[456/611] Compiling CasePathsCore AnyCasePath.swift
[457/611] Compiling CasePathsCore CasePathIterable.swift
[458/611] Compiling CasePathsCore CasePathReflectable.swift
[467/615] Compiling CasePathsCore Never+CasePathable.swift
[468/615] Compiling CasePathsCore Optional+CasePathable.swift
[468/615] Wrapping AST for XCTestDynamicOverlay for debugging
/host/spi-builder-workspace/.build/checkouts/swift-dependencies/Sources/Dependencies/DependencyValues.swift:285:33: error: cannot find 'Thread' in scope
283 |     set {
284 |       if DependencyValues.isPreparing {
285 |         if context == .preview, Thread.isPreviewAppEntryPoint {
    |                                 `- error: cannot find 'Thread' in scope
286 |           reportIssue("Ignoring dependencies prepared in preview app entry point")
287 |           return
/host/spi-builder-workspace/.build/checkouts/swift-dependencies/Sources/Dependencies/DependencyValues.swift:577:14: error: cannot find 'Thread' in scope
575 |           value = (key as? any DependencyKey.Type)?.liveValue as? Key.Value
576 |         case .preview:
577 |           if Thread.isPreviewAppEntryPoint {
    |              `- error: cannot find 'Thread' in scope
578 |             return Key.previewValue
579 |           }
/host/spi-builder-workspace/.build/checkouts/swift-dependencies/Sources/Dependencies/DependencyValues.swift:285:33: error: cannot find 'Thread' in scope
283 |     set {
284 |       if DependencyValues.isPreparing {
285 |         if context == .preview, Thread.isPreviewAppEntryPoint {
    |                                 `- error: cannot find 'Thread' in scope
286 |           reportIssue("Ignoring dependencies prepared in preview app entry point")
287 |           return
/host/spi-builder-workspace/.build/checkouts/swift-dependencies/Sources/Dependencies/DependencyValues.swift:577:14: error: cannot find 'Thread' in scope
575 |           value = (key as? any DependencyKey.Type)?.liveValue as? Key.Value
576 |         case .preview:
577 |           if Thread.isPreviewAppEntryPoint {
    |              `- error: cannot find 'Thread' in scope
578 |             return Key.previewValue
579 |           }
/host/spi-builder-workspace/.build/checkouts/swift-dependencies/Sources/Dependencies/DependencyValues.swift:285:33: error: cannot find 'Thread' in scope
283 |     set {
284 |       if DependencyValues.isPreparing {
285 |         if context == .preview, Thread.isPreviewAppEntryPoint {
    |                                 `- error: cannot find 'Thread' in scope
286 |           reportIssue("Ignoring dependencies prepared in preview app entry point")
287 |           return
/host/spi-builder-workspace/.build/checkouts/swift-dependencies/Sources/Dependencies/DependencyValues.swift:577:14: error: cannot find 'Thread' in scope
575 |           value = (key as? any DependencyKey.Type)?.liveValue as? Key.Value
576 |         case .preview:
577 |           if Thread.isPreviewAppEntryPoint {
    |              `- error: cannot find 'Thread' in scope
578 |             return Key.previewValue
579 |           }
/host/spi-builder-workspace/.build/checkouts/swift-dependencies/Sources/Dependencies/DependencyValues.swift:285:33: error: cannot find 'Thread' in scope
283 |     set {
284 |       if DependencyValues.isPreparing {
285 |         if context == .preview, Thread.isPreviewAppEntryPoint {
    |                                 `- error: cannot find 'Thread' in scope
286 |           reportIssue("Ignoring dependencies prepared in preview app entry point")
287 |           return
/host/spi-builder-workspace/.build/checkouts/swift-dependencies/Sources/Dependencies/DependencyValues.swift:577:14: error: cannot find 'Thread' in scope
575 |           value = (key as? any DependencyKey.Type)?.liveValue as? Key.Value
576 |         case .preview:
577 |           if Thread.isPreviewAppEntryPoint {
    |              `- error: cannot find 'Thread' in scope
578 |             return Key.previewValue
579 |           }
[486/615] Wrapping AST for OrderedCollections for debugging
[488/615] Compiling CasePathsCore Result+CasePathable.swift
[498/615] Wrapping AST for IssueReporting for debugging
[500/615] Emitting module IdentifiedCollections
[501/615] Wrapping AST for CasePathsCore for debugging
[503/615] Compiling IdentifiedCollections IdentifiedArray.swift
[504/615] Compiling IdentifiedCollections IdentifiedCollection.swift
[515/616] Compiling Dependencies TestTrait.swift
[516/616] Compiling Dependencies WithDependencies.swift
BUILD FAILURE 6.1 wasm