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 composable-core-motion, reference 0.1.1 (542372), with Swift 6.1 for Wasm on 28 May 2025 01:25:50 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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/pointfreeco/composable-core-motion.git
Reference: 0.1.1
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/pointfreeco/composable-core-motion
 * tag               0.1.1      -> FETCH_HEAD
HEAD is now at 5423720 Remove deprecated CustomDebugOutputConvertible conformance (#4)
Cloned https://github.com/pointfreeco/composable-core-motion.git
Revision (git rev-parse @):
5423720793aae11188455118be8445dde5bdcbac
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/pointfreeco/composable-core-motion.git at 0.1.1
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/pointfreeco/composable-core-motion.git
https://github.com/pointfreeco/composable-core-motion.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-composable-architecture",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.9.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-composable-architecture"
    }
  ],
  "manifest_display_name" : "composable-core-motion",
  "name" : "composable-core-motion",
  "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" : "ComposableCoreMotion",
      "targets" : [
        "ComposableCoreMotion"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ComposableCoreMotionTests",
      "module_type" : "SwiftTarget",
      "name" : "ComposableCoreMotionTests",
      "path" : "Tests/ComposableCoreMotionTests",
      "sources" : [
        "ComposableCoreMotionTests.swift"
      ],
      "target_dependencies" : [
        "ComposableCoreMotion"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ComposableCoreMotion",
      "module_type" : "SwiftTarget",
      "name" : "ComposableCoreMotion",
      "path" : "Sources/ComposableCoreMotion",
      "product_dependencies" : [
        "ComposableArchitecture"
      ],
      "product_memberships" : [
        "ComposableCoreMotion"
      ],
      "sources" : [
        "HeadphoneMotionManager/HeadphoneMotionManagerInterface.swift",
        "HeadphoneMotionManager/HeadphoneMotionManagerLive.swift",
        "HeadphoneMotionManager/HeadphoneMotionManagerMock.swift",
        "Internal/Exports.swift",
        "Internal/Unimplemented.swift",
        "Models/AccelerometerData.swift",
        "Models/Attitude.swift",
        "Models/DeviceMotion.swift",
        "Models/GyroData.swift",
        "Models/MagnetometerData.swift",
        "MotionManager/MotionManagerInterface.swift",
        "MotionManager/MotionManagerLive.swift",
        "MotionManager/MotionManagerMock.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/pointfreeco/swift-composable-architecture
[1/303658] Fetching swift-composable-architecture
Fetched https://github.com/pointfreeco/swift-composable-architecture from cache (19.85s)
Computing version for https://github.com/pointfreeco/swift-composable-architecture
Computed https://github.com/pointfreeco/swift-composable-architecture at 0.59.0 (20.59s)
Fetching https://github.com/pointfreeco/swiftui-navigation
Fetching https://github.com/pointfreeco/swift-concurrency-extras
Fetching https://github.com/pointfreeco/swift-dependencies
Fetching https://github.com/pointfreeco/swift-custom-dump
Fetching https://github.com/pointfreeco/swift-identified-collections
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/852] Fetching swift-concurrency-extras
[717/2246] Fetching swift-concurrency-extras, swiftui-navigation
[1495/6827] Fetching swift-concurrency-extras, swiftui-navigation, swift-custom-dump
[6828/8361] Fetching swift-concurrency-extras, swiftui-navigation, swift-custom-dump, swift-identified-collections
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (0.41s)
[6604/7509] Fetching swiftui-navigation, swift-custom-dump, swift-identified-collections
Fetched https://github.com/pointfreeco/swiftui-navigation from cache (0.42s)
[5226/6115] Fetching swift-custom-dump, swift-identified-collections
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (0.41s)
[675/1534] Fetching swift-identified-collections
Fetching https://github.com/pointfreeco/swift-case-paths
[799/6992] Fetching swift-identified-collections, xctest-dynamic-overlay
Fetching https://github.com/apple/swift-collections
Fetching https://github.com/pointfreeco/combine-schedulers
[3937/13239] Fetching swift-identified-collections, xctest-dynamic-overlay, swift-dependencies
[10948/17614] Fetching swift-identified-collections, xctest-dynamic-overlay, swift-dependencies, swift-case-paths
[16196/20024] Fetching swift-identified-collections, xctest-dynamic-overlay, swift-dependencies, swift-case-paths, combine-schedulers
[20025/36615] Fetching swift-identified-collections, xctest-dynamic-overlay, swift-dependencies, swift-case-paths, combine-schedulers, swift-collections
Fetched https://github.com/pointfreeco/swift-case-paths from cache (0.45s)
Fetched https://github.com/pointfreeco/swift-dependencies from cache (0.88s)
Fetched https://github.com/pointfreeco/combine-schedulers from cache (0.46s)
[7822/23583] Fetching swift-identified-collections, xctest-dynamic-overlay, swift-collections
Fetched https://github.com/pointfreeco/swift-identified-collections from cache (1.07s)
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (1.07s)
[4314/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections from cache (1.71s)
Computing version for https://github.com/pointfreeco/swiftui-navigation
Computed https://github.com/pointfreeco/swiftui-navigation at 0.8.0 (2.94s)
Computing version for https://github.com/pointfreeco/swift-dependencies
Computed https://github.com/pointfreeco/swift-dependencies at 0.6.0 (0.87s)
Fetching https://github.com/pointfreeco/swift-clocks
[1/1292] Fetching swift-clocks
Fetched https://github.com/pointfreeco/swift-clocks from cache (0.48s)
Computing version for https://github.com/pointfreeco/swift-case-paths
Computed https://github.com/pointfreeco/swift-case-paths at 0.14.1 (1.60s)
Computing version for https://github.com/pointfreeco/combine-schedulers
Computed https://github.com/pointfreeco/combine-schedulers at 0.11.0 (0.69s)
Computing version for https://github.com/pointfreeco/swift-clocks
Computed https://github.com/pointfreeco/swift-clocks at 0.4.0 (0.69s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 0.11.2 (0.77s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 0.1.2 (0.59s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 0.9.0 (2.56s)
Computing version for https://github.com/pointfreeco/swift-identified-collections
Computed https://github.com/pointfreeco/swift-identified-collections at 0.8.0 (4.86s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.2.0 (3.61s)
Creating working copy for https://github.com/pointfreeco/combine-schedulers
Working copy of https://github.com/pointfreeco/combine-schedulers resolved at 0.11.0
Creating working copy for https://github.com/pointfreeco/swift-clocks
Working copy of https://github.com/pointfreeco/swift-clocks resolved at 0.4.0
Creating working copy for https://github.com/pointfreeco/swift-dependencies
Working copy of https://github.com/pointfreeco/swift-dependencies resolved at 0.6.0
Creating working copy for https://github.com/pointfreeco/swift-custom-dump
Working copy of https://github.com/pointfreeco/swift-custom-dump resolved at 0.11.2
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 0.9.0
Creating working copy for https://github.com/pointfreeco/swift-case-paths
Working copy of https://github.com/pointfreeco/swift-case-paths resolved at 0.14.1
Creating working copy for https://github.com/pointfreeco/swift-concurrency-extras
Working copy of https://github.com/pointfreeco/swift-concurrency-extras resolved at 0.1.2
Creating working copy for https://github.com/pointfreeco/swift-composable-architecture
Working copy of https://github.com/pointfreeco/swift-composable-architecture resolved at 0.59.0
Creating working copy for https://github.com/pointfreeco/swift-identified-collections
Working copy of https://github.com/pointfreeco/swift-identified-collections resolved at 0.8.0
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/swiftui-navigation
Working copy of https://github.com/pointfreeco/swiftui-navigation resolved at 0.8.0
Building for debugging...
[0/14] Write sources
[13/14] Write swift-version-24593BA9C3E375BF.txt
[15/44] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[16/45] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[17/45] Compiling InternalCollectionsUtilities UInt+reversed.swift
[18/45] Compiling XCTestDynamicOverlay XCTCurrentTestCase.swift
[19/46] Compiling XCTestDynamicOverlay Unimplemented.swift
[20/46] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[21/46] Compiling InternalCollectionsUtilities Debugging.swift
[22/46] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[23/46] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[24/46] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[25/46] Compiling InternalCollectionsUtilities _SortedCollection.swift
[26/46] Compiling InternalCollectionsUtilities Descriptions.swift
[27/46] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[28/46] Emitting module InternalCollectionsUtilities
[29/46] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[30/46] Compiling InternalCollectionsUtilities Integer rank.swift
[31/46] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[33/102] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[34/102] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[35/102] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[36/102] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[37/102] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[38/102] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[39/102] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[40/109] Compiling ConcurrencyExtras Task.swift
[41/109] Compiling ConcurrencyExtras MainSerialExecutor.swift
[42/110] Compiling XCTestDynamicOverlay GeneratePlaceholder.swift
[43/110] Emitting module ConcurrencyExtras
[44/110] Compiling ConcurrencyExtras ActorIsolated.swift
[45/110] Compiling ConcurrencyExtras AsyncStream.swift
[46/110] Compiling ConcurrencyExtras AsyncThrowingStream.swift
[47/110] Compiling ConcurrencyExtras Locking.swift
[48/110] Compiling ConcurrencyExtras LockIsolated.swift
[49/110] Compiling XCTestDynamicOverlay XCTFail.swift
[50/110] Compiling XCTestDynamicOverlay Deprecations.swift
[51/110] Compiling XCTestDynamicOverlay RuntimeWarnings.swift
[52/110] Emitting module XCTestDynamicOverlay
[53/110] Compiling XCTestDynamicOverlay DefaultInitializable.swift
[54/110] Compiling XCTestDynamicOverlay XCTIsTesting.swift
[55/110] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[56/110] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[57/110] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[58/110] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[59/110] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[60/110] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[61/110] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[63/111] Compiling ConcurrencyExtras UncheckedSendable.swift
[65/115] Compiling OrderedCollections OrderedDictionary.swift
[66/115] Compiling OrderedCollections OrderedSet+Codable.swift
[67/115] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[68/115] Compiling OrderedCollections OrderedSet+Descriptions.swift
[69/115] Compiling OrderedCollections OrderedSet+Diffing.swift
[70/115] Compiling OrderedCollections OrderedSet+Equatable.swift
[71/115] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[72/115] Compiling OrderedCollections OrderedSet+Hashable.swift
[73/115] Compiling OrderedCollections OrderedSet+Initializers.swift
[74/115] Compiling OrderedCollections OrderedSet+Insertions.swift
[75/115] Compiling OrderedCollections OrderedSet+Invariants.swift
[76/115] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[77/115] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[78/115] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[79/115] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[80/115] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[81/120] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[82/120] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[83/120] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[84/120] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[85/120] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[86/120] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[87/120] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[88/120] Compiling OrderedCollections OrderedDictionary+Values.swift
[89/120] Compiling OrderedCollections OrderedDictionary+Codable.swift
[90/120] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[91/120] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[92/120] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[93/120] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[94/120] Compiling OrderedCollections OrderedDictionary+Elements.swift
[95/120] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[96/120] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[97/144] Compiling CustomDump UIKit.swift
[98/144] Compiling CustomDump UserNotifications.swift
[99/144] Compiling CustomDump UserNotificationsUI.swift
[100/168] Compiling CasePaths OpenExistential.swift
[101/168] Compiling Clocks SwiftUI.swift
[102/169] Compiling Clocks Shims.swift
[103/169] Compiling CasePaths CasePath.swift
[104/169] Emitting module CasePaths
[105/169] Compiling Clocks Lock.swift
[106/169] Compiling CombineSchedulers TestScheduler.swift
[107/169] Compiling CustomDump KeyPath.swift
[108/169] Compiling CustomDump Photos.swift
[109/169] Compiling CustomDump Speech.swift
[110/169] Compiling CombineSchedulers ImmediateScheduler.swift
[111/169] Compiling CombineSchedulers Deprecations.swift
[112/169] Compiling CombineSchedulers SwiftUI.swift
[113/169] Compiling Clocks Timer.swift
[114/169] Emitting module CombineSchedulers
[117/169] Compiling CombineSchedulers Lock.swift
[118/169] Compiling CombineSchedulers NSRecursiveLock.swift
[119/169] Compiling CombineSchedulers AnyScheduler.swift
[120/169] Compiling CombineSchedulers Concurrency.swift
[121/170] Compiling CustomDump String.swift
[122/170] Compiling CustomDump Unordered.swift
[123/170] Compiling CustomDump XCTAssertNoDifference.swift
[124/170] Compiling CombineSchedulers UIScheduler.swift
[125/170] Compiling CombineSchedulers Timer.swift
[126/170] Compiling CombineSchedulers UIKit.swift
[129/170] Compiling CasePaths Operators.swift
[130/170] Compiling CasePaths TypeName.swift
[131/170] Compiling CasePaths XCTUnwrap.swift
[132/170] Compiling CustomDump Box.swift
[133/170] Compiling CustomDump CollectionDifference.swift
[134/170] Compiling CustomDump Mirror.swift
[135/170] Compiling CombineSchedulers UnimplementedScheduler.swift
[140/171] Compiling Clocks _AsyncTimerSequence.swift
[141/171] Emitting module CustomDump
[142/171] Emitting module Clocks
[145/171] Compiling Clocks UnimplementedClock.swift
[153/171] Compiling CustomDump CustomDumpReflectable.swift
[154/171] Compiling CustomDump CustomDumpRepresentable.swift
[155/171] Compiling Clocks TestClock.swift
[156/172] Compiling CasePaths EnumReflection.swift
[157/172] Compiling CasePaths CasePaths.swift
[158/173] Compiling OrderedCollections OrderedSet+Sendable.swift
[159/173] Compiling OrderedCollections OrderedSet+SubSequence.swift
[160/173] Compiling OrderedCollections OrderedSet+Testing.swift
[161/173] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[162/173] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[163/173] Compiling OrderedCollections OrderedSet.swift
[164/173] Compiling OrderedCollections _UnsafeBitset.swift
[167/173] Emitting module OrderedCollections
[169/196] Compiling Dependencies Exports.swift
[170/196] Compiling Dependencies OpenExistential.swift
[171/196] Compiling Dependencies RuntimeWarnings.swift
[172/198] Emitting module Dependencies
[173/198] Compiling Dependencies MainRunLoop.swift
[174/198] Compiling Dependencies UUID.swift
[175/198] Compiling Dependencies WithRandomNumberGenerator.swift
[176/198] Compiling Dependencies FireAndForget.swift
[177/198] Compiling Dependencies Locale.swift
[178/198] Compiling Dependencies MainQueue.swift
[179/199] Compiling Dependencies Dependency.swift
[180/199] Compiling Dependencies DependencyContext.swift
[181/199] Compiling Dependencies DependencyKey.swift
[186/215] Compiling IdentifiedCollections IdentifiedArray+Insertions.swift
[187/215] Compiling IdentifiedCollections IdentifiedArray+MutableCollection.swift
[188/215] Compiling IdentifiedCollections IdentifiedArray+Hashable.swift
[189/215] Compiling IdentifiedCollections IdentifiedArray+Initializers.swift
[190/215] Compiling IdentifiedCollections IdentifiedArray+RandomAccessCollection.swift
[191/215] Compiling IdentifiedCollections IdentifiedArray+RangeReplaceableCollection.swift
[194/215] Compiling Dependencies Deprecations.swift
[195/216] Compiling IdentifiedCollections IdentifiedArray+CustomStringConvertible.swift
[196/216] Compiling IdentifiedCollections IdentifiedArray+Equatable.swift
[197/216] Compiling IdentifiedCollections IdentifiedArray+ExpressibleByArrayLiteral.swift
[198/221] Compiling IdentifiedCollections IdentifiedArray+CustomReflectable.swift
[208/225] Compiling Dependencies TypeName.swift
[209/225] Compiling Dependencies WithDependencies.swift
[211/226] Compiling IdentifiedCollections IdentifiedArray+CollectionAlgorithms.swift
[212/226] Compiling IdentifiedCollections IdentifiedArray+CustomDebugStringConvertible.swift
[213/226] Emitting module IdentifiedCollections
[214/226] Compiling IdentifiedCollections Identified.swift
[215/226] Compiling IdentifiedCollections IdentifiedArray+Codable.swift
[216/226] Compiling IdentifiedCollections IdentifiedArray+Collection.swift
[217/226] Compiling SwiftUINavigationCore Deprecations.swift
/host/spi-builder-workspace/.build/checkouts/swiftui-navigation/Sources/SwiftUINavigationCore/AlertState.swift:2:8: error: no such module 'SwiftUI'
  1 | import CustomDump
  2 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  3 |
  4 | /// A data type that describes the state of an alert that can be shown to the user. The `Action`
[218/226] Compiling SwiftUINavigationCore RuntimeWarnings.swift
/host/spi-builder-workspace/.build/checkouts/swiftui-navigation/Sources/SwiftUINavigationCore/AlertState.swift:2:8: error: no such module 'SwiftUI'
  1 | import CustomDump
  2 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  3 |
  4 | /// A data type that describes the state of an alert that can be shown to the user. The `Action`
[219/227] Compiling SwiftUINavigationCore AlertState.swift
/host/spi-builder-workspace/.build/checkouts/swiftui-navigation/Sources/SwiftUINavigationCore/AlertState.swift:2:8: error: no such module 'SwiftUI'
  1 | import CustomDump
  2 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  3 |
  4 | /// A data type that describes the state of an alert that can be shown to the user. The `Action`
[220/227] Compiling SwiftUINavigationCore ButtonStateBuilder.swift
/host/spi-builder-workspace/.build/checkouts/swiftui-navigation/Sources/SwiftUINavigationCore/AlertState.swift:2:8: error: no such module 'SwiftUI'
  1 | import CustomDump
  2 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  3 |
  4 | /// A data type that describes the state of an alert that can be shown to the user. The `Action`
[221/227] Compiling SwiftUINavigationCore ConfirmationDialogState.swift
/host/spi-builder-workspace/.build/checkouts/swiftui-navigation/Sources/SwiftUINavigationCore/AlertState.swift:2:8: error: no such module 'SwiftUI'
  1 | import CustomDump
  2 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  3 |
  4 | /// A data type that describes the state of an alert that can be shown to the user. The `Action`
[222/227] Compiling IdentifiedCollections IdentifiedArray+Sendable.swift
[223/227] Compiling IdentifiedCollections IdentifiedArray.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[224/228] Compiling SwiftUINavigationCore Bind.swift
/host/spi-builder-workspace/.build/checkouts/swiftui-navigation/Sources/SwiftUINavigationCore/AlertState.swift:2:8: error: no such module 'SwiftUI'
  1 | import CustomDump
  2 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  3 |
  4 | /// A data type that describes the state of an alert that can be shown to the user. The `Action`
[225/228] Emitting module SwiftUINavigationCore
/host/spi-builder-workspace/.build/checkouts/swiftui-navigation/Sources/SwiftUINavigationCore/AlertState.swift:2:8: error: no such module 'SwiftUI'
  1 | import CustomDump
  2 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  3 |
  4 | /// A data type that describes the state of an alert that can be shown to the user. The `Action`
[226/228] Compiling SwiftUINavigationCore ButtonState.swift
/host/spi-builder-workspace/.build/checkouts/swiftui-navigation/Sources/SwiftUINavigationCore/AlertState.swift:2:8: error: no such module 'SwiftUI'
  1 | import CustomDump
  2 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  3 |
  4 | /// A data type that describes the state of an alert that can be shown to the user. The `Action`
[228/228] Compiling SwiftUINavigationCore TextState.swift
/host/spi-builder-workspace/.build/checkouts/swiftui-navigation/Sources/SwiftUINavigationCore/AlertState.swift:2:8: error: no such module 'SwiftUI'
  1 | import CustomDump
  2 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  3 |
  4 | /// A data type that describes the state of an alert that can be shown to the user. The `Action`
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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/1] Write swift-version-24593BA9C3E375BF.txt
[2/31] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[3/32] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[4/32] Compiling InternalCollectionsUtilities Debugging.swift
[5/32] Compiling InternalCollectionsUtilities Descriptions.swift
[6/32] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[7/32] Compiling XCTestDynamicOverlay XCTCurrentTestCase.swift
[8/33] Compiling XCTestDynamicOverlay XCTFail.swift
[9/33] Compiling XCTestDynamicOverlay Deprecations.swift
[10/33] Emitting module XCTestDynamicOverlay
[11/33] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[12/33] Compiling ConcurrencyExtras MainSerialExecutor.swift
[13/33] Compiling ConcurrencyExtras Task.swift
[14/33] Compiling XCTestDynamicOverlay GeneratePlaceholder.swift
[15/34] Compiling XCTestDynamicOverlay XCTIsTesting.swift
[16/34] Compiling ConcurrencyExtras AsyncThrowingStream.swift
[17/34] Compiling ConcurrencyExtras ActorIsolated.swift
[18/34] Compiling ConcurrencyExtras AsyncStream.swift
[19/34] Emitting module ConcurrencyExtras
[20/34] Compiling ConcurrencyExtras Locking.swift
[21/34] Compiling ConcurrencyExtras LockIsolated.swift
[22/34] Compiling ConcurrencyExtras UncheckedSendable.swift
[24/35] Compiling XCTestDynamicOverlay RuntimeWarnings.swift
[25/35] Compiling XCTestDynamicOverlay Unimplemented.swift
[26/35] Compiling XCTestDynamicOverlay DefaultInitializable.swift
[28/36] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[29/36] Compiling InternalCollectionsUtilities Integer rank.swift
[30/36] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[31/36] Compiling InternalCollectionsUtilities UInt+reversed.swift
[32/36] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[33/36] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[34/36] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[35/36] Compiling InternalCollectionsUtilities _SortedCollection.swift
[36/36] Emitting module InternalCollectionsUtilities
[38/90] Compiling CustomDump CoreMotion.swift
[39/90] Compiling CustomDump Foundation.swift
[40/91] Compiling CombineSchedulers UIScheduler.swift
[41/91] Compiling CombineSchedulers Timer.swift
[42/91] Compiling CasePaths CasePath.swift
[43/91] Compiling CasePaths CasePaths.swift
[44/91] Compiling CustomDump Photos.swift
[45/91] Compiling CustomDump Speech.swift
[46/91] Compiling CombineSchedulers UIKit.swift
[47/126] Compiling OrderedCollections _HashTable+Bucket.swift
[48/126] Compiling OrderedCollections _HashTable+BucketIterator.swift
[49/126] Emitting module CombineSchedulers
[50/126] Compiling OrderedCollections _HashTable+Testing.swift
[51/126] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[52/138] Compiling CombineSchedulers UnimplementedScheduler.swift
[53/147] Compiling Clocks Timer.swift
[55/148] Emitting module CasePaths
[58/148] Compiling OrderedCollections _HashTable.swift
[59/148] Compiling OrderedCollections _Hashtable+Header.swift
[60/151] Compiling CasePaths OpenExistential.swift
[63/151] Compiling OrderedCollections _HashTable+Constants.swift
[64/151] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[65/151] Compiling CasePaths Operators.swift
[66/151] Compiling CasePaths TypeName.swift
[67/151] Compiling CasePaths XCTUnwrap.swift
[68/151] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[69/151] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[70/151] Compiling OrderedCollections OrderedDictionary+Elements.swift
[71/151] Compiling Clocks Lock.swift
[72/151] Compiling Clocks _AsyncTimerSequence.swift
[73/151] Compiling Clocks UnimplementedClock.swift
[74/151] Emitting module Clocks
[77/151] Compiling Clocks Shims.swift
[78/151] Compiling Clocks SwiftUI.swift
[79/151] Compiling Clocks TestClock.swift
[80/151] Emitting module CustomDump
[82/152] Compiling CustomDump String.swift
[83/152] Compiling CustomDump Unordered.swift
[84/152] Compiling CustomDump XCTAssertNoDifference.swift
[85/152] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[86/152] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[87/152] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[88/152] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[89/152] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[90/152] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[91/152] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[92/159] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[93/159] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[94/159] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[95/159] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[96/159] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[97/159] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[98/159] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[99/160] Compiling OrderedCollections OrderedSet+Initializers.swift
[100/160] Compiling OrderedCollections OrderedSet+Insertions.swift
[101/160] Compiling OrderedCollections OrderedSet+Invariants.swift
[102/160] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[103/160] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[104/160] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[105/160] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[106/160] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[107/172] Compiling Dependencies DependencyKey.swift
[108/172] Compiling Dependencies DependencyValues.swift
[109/172] Compiling Dependencies Calendar.swift
[110/172] Compiling Dependencies Clocks.swift
[113/172] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[114/172] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[115/181] Compiling Dependencies TimeZone.swift
[116/181] Compiling Dependencies URLSession.swift
[117/181] Compiling Dependencies Exports.swift
[118/181] Compiling Dependencies OpenExistential.swift
[119/181] Compiling Dependencies RuntimeWarnings.swift
[120/181] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[121/181] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[125/181] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[126/181] Compiling OrderedCollections OrderedSet+Descriptions.swift
[127/181] Compiling OrderedCollections OrderedSet+Diffing.swift
[128/181] Compiling OrderedCollections OrderedSet+Equatable.swift
[129/181] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[130/181] Compiling OrderedCollections OrderedSet+Hashable.swift
[131/181] Compiling CasePaths EnumReflection.swift
[136/184] Compiling Dependencies Locale.swift
[137/184] Compiling Dependencies MainQueue.swift
[138/184] Compiling Dependencies MainRunLoop.swift
[139/184] Compiling Dependencies Context.swift
[140/184] Compiling Dependencies Date.swift
[141/184] Compiling Dependencies FireAndForget.swift
[142/184] Emitting module Dependencies
[143/184] Compiling Dependencies Dependency.swift
[144/184] Compiling Dependencies DependencyContext.swift
[149/184] Compiling Dependencies Deprecations.swift
[150/184] Compiling Dependencies OpenURL.swift
[156/184] Compiling Dependencies TypeName.swift
[157/184] Compiling Dependencies WithDependencies.swift
[167/185] Emitting module OrderedCollections
[173/185] Compiling Dependencies UUID.swift
[174/185] Compiling Dependencies WithRandomNumberGenerator.swift
[180/194] Compiling SwiftUINavigationCore ConfirmationDialogState.swift
/host/spi-builder-workspace/.build/checkouts/swiftui-navigation/Sources/SwiftUINavigationCore/AlertState.swift:2:8: error: no such module 'SwiftUI'
  1 | import CustomDump
  2 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  3 |
  4 | /// A data type that describes the state of an alert that can be shown to the user. The `Action`
[181/194] Compiling SwiftUINavigationCore ButtonStateBuilder.swift
/host/spi-builder-workspace/.build/checkouts/swiftui-navigation/Sources/SwiftUINavigationCore/AlertState.swift:2:8: error: no such module 'SwiftUI'
  1 | import CustomDump
  2 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  3 |
  4 | /// A data type that describes the state of an alert that can be shown to the user. The `Action`
[182/195] Compiling OrderedCollections OrderedSet+Sendable.swift
[183/195] Compiling OrderedCollections OrderedSet+SubSequence.swift
[184/195] Compiling OrderedCollections OrderedSet+Testing.swift
[185/195] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[186/195] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[187/195] Compiling OrderedCollections OrderedSet.swift
[188/195] Compiling OrderedCollections _UnsafeBitset.swift
[189/196] Compiling SwiftUINavigationCore Deprecations.swift
/host/spi-builder-workspace/.build/checkouts/swiftui-navigation/Sources/SwiftUINavigationCore/AlertState.swift:2:8: error: no such module 'SwiftUI'
  1 | import CustomDump
  2 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  3 |
  4 | /// A data type that describes the state of an alert that can be shown to the user. The `Action`
[190/196] Compiling SwiftUINavigationCore RuntimeWarnings.swift
/host/spi-builder-workspace/.build/checkouts/swiftui-navigation/Sources/SwiftUINavigationCore/AlertState.swift:2:8: error: no such module 'SwiftUI'
  1 | import CustomDump
  2 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  3 |
  4 | /// A data type that describes the state of an alert that can be shown to the user. The `Action`
[191/196] Compiling SwiftUINavigationCore ButtonState.swift
/host/spi-builder-workspace/.build/checkouts/swiftui-navigation/Sources/SwiftUINavigationCore/AlertState.swift:2:8: error: no such module 'SwiftUI'
  1 | import CustomDump
  2 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  3 |
  4 | /// A data type that describes the state of an alert that can be shown to the user. The `Action`
error: emit-module command failed with exit code 1 (use -v to see invocation)
[192/196] Emitting module SwiftUINavigationCore
/host/spi-builder-workspace/.build/checkouts/swiftui-navigation/Sources/SwiftUINavigationCore/AlertState.swift:2:8: error: no such module 'SwiftUI'
  1 | import CustomDump
  2 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  3 |
  4 | /// A data type that describes the state of an alert that can be shown to the user. The `Action`
[193/196] Compiling SwiftUINavigationCore Bind.swift
/host/spi-builder-workspace/.build/checkouts/swiftui-navigation/Sources/SwiftUINavigationCore/AlertState.swift:2:8: error: no such module 'SwiftUI'
  1 | import CustomDump
  2 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  3 |
  4 | /// A data type that describes the state of an alert that can be shown to the user. The `Action`
[194/196] Compiling SwiftUINavigationCore AlertState.swift
/host/spi-builder-workspace/.build/checkouts/swiftui-navigation/Sources/SwiftUINavigationCore/AlertState.swift:2:8: error: no such module 'SwiftUI'
  1 | import CustomDump
  2 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  3 |
  4 | /// A data type that describes the state of an alert that can be shown to the user. The `Action`
[196/212] Compiling IdentifiedCollections IdentifiedArray+RandomAccessCollection.swift
[197/212] Compiling IdentifiedCollections IdentifiedArray+RangeReplaceableCollection.swift
[198/214] Compiling IdentifiedCollections IdentifiedArray+Insertions.swift
[199/214] Compiling IdentifiedCollections IdentifiedArray+MutableCollection.swift
[200/214] Compiling IdentifiedCollections IdentifiedArray+CustomReflectable.swift
[201/214] Compiling IdentifiedCollections IdentifiedArray+CustomStringConvertible.swift
[202/214] Compiling IdentifiedCollections IdentifiedArray+Equatable.swift
[203/214] Compiling IdentifiedCollections IdentifiedArray+ExpressibleByArrayLiteral.swift
[204/214] Compiling IdentifiedCollections Identified.swift
[205/214] Compiling IdentifiedCollections IdentifiedArray+Codable.swift
[206/214] Compiling IdentifiedCollections IdentifiedArray+Collection.swift
[207/214] Compiling IdentifiedCollections IdentifiedArray+CollectionAlgorithms.swift
[208/214] Compiling IdentifiedCollections IdentifiedArray+CustomDebugStringConvertible.swift
[209/214] Emitting module IdentifiedCollections
[210/214] Compiling IdentifiedCollections IdentifiedArray+Hashable.swift
[211/214] Compiling IdentifiedCollections IdentifiedArray+Initializers.swift
[212/214] Compiling IdentifiedCollections IdentifiedArray+Sendable.swift
[213/214] Compiling IdentifiedCollections IdentifiedArray.swift
[215/215] Compiling SwiftUINavigationCore TextState.swift
/host/spi-builder-workspace/.build/checkouts/swiftui-navigation/Sources/SwiftUINavigationCore/AlertState.swift:2:8: error: no such module 'SwiftUI'
  1 | import CustomDump
  2 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  3 |
  4 | /// A data type that describes the state of an alert that can be shown to the user. The `Action`
BUILD FAILURE 6.1 wasm