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 main (e06c2f), with Swift 6.1 for Wasm on 28 May 2025 01:25:48 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/pointfreeco/composable-core-motion.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/pointfreeco/composable-core-motion
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at e06c2fb Add `.editorconfig` for consistent code formatting (#11)
Cloned https://github.com/pointfreeco/composable-core-motion.git
Revision (git rev-parse @):
e06c2fbb14fd0fdc5240a058b02871451b0c36b8
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/pointfreeco/composable-core-motion.git at main
========================================
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.21.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" : "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.3"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/pointfreeco/swift-composable-architecture
[1/303658] Fetching swift-composable-architecture
Fetched https://github.com/pointfreeco/swift-composable-architecture from cache (18.31s)
Computing version for https://github.com/pointfreeco/swift-composable-architecture
Computed https://github.com/pointfreeco/swift-composable-architecture at 0.59.0 (20.90s)
Fetching https://github.com/pointfreeco/swiftui-navigation
Fetching https://github.com/pointfreeco/swift-identified-collections
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
Fetching https://github.com/pointfreeco/swift-dependencies
Fetching https://github.com/pointfreeco/swift-concurrency-extras
Fetching https://github.com/pointfreeco/swift-custom-dump
[1/1394] Fetching swiftui-navigation
[1256/5975] Fetching swiftui-navigation, swift-custom-dump
[2128/6827] Fetching swiftui-navigation, swift-custom-dump, swift-concurrency-extras
Fetched https://github.com/pointfreeco/swiftui-navigation from cache (0.33s)
Fetching https://github.com/pointfreeco/swift-case-paths
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (0.33s)
Fetching https://github.com/pointfreeco/combine-schedulers
[1/1534] Fetching swift-identified-collections
[293/7781] Fetching swift-identified-collections, swift-dependencies
[1043/13239] Fetching swift-identified-collections, swift-dependencies, xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (0.72s)
Fetching https://github.com/apple/swift-collections
[13240/17614] Fetching swift-identified-collections, swift-dependencies, xctest-dynamic-overlay, swift-case-paths
Fetched https://github.com/pointfreeco/swift-identified-collections from cache (1.09s)
[12668/16080] Fetching swift-dependencies, xctest-dynamic-overlay, swift-case-paths
Fetched https://github.com/pointfreeco/swift-dependencies from cache (1.09s)
[7252/9833] Fetching xctest-dynamic-overlay, swift-case-paths
[9834/12243] Fetching xctest-dynamic-overlay, swift-case-paths, combine-schedulers
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (1.20s)
[6641/6785] Fetching swift-case-paths, combine-schedulers
Fetched https://github.com/pointfreeco/swift-case-paths from cache (0.97s)
Fetched https://github.com/pointfreeco/combine-schedulers from cache (0.98s)
[1/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections from cache (1.51s)
Computing version for https://github.com/pointfreeco/swiftui-navigation
Computed https://github.com/pointfreeco/swiftui-navigation at 0.8.0 (3.09s)
Computing version for https://github.com/pointfreeco/swift-dependencies
Computed https://github.com/pointfreeco/swift-dependencies at 0.6.0 (0.58s)
Fetching https://github.com/pointfreeco/swift-clocks
[1/1292] Fetching swift-clocks
Fetched https://github.com/pointfreeco/swift-clocks from cache (0.32s)
Computing version for https://github.com/pointfreeco/swift-case-paths
Computed https://github.com/pointfreeco/swift-case-paths at 0.14.1 (0.84s)
Computing version for https://github.com/pointfreeco/combine-schedulers
Computed https://github.com/pointfreeco/combine-schedulers at 0.11.0 (0.48s)
Computing version for https://github.com/pointfreeco/swift-clocks
Computed https://github.com/pointfreeco/swift-clocks at 0.4.0 (0.70s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 0.11.2 (1.63s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 0.1.2 (0.54s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 0.9.0 (0.81s)
Computing version for https://github.com/pointfreeco/swift-identified-collections
Computed https://github.com/pointfreeco/swift-identified-collections at 0.8.0 (0.51s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.2.0 (0.66s)
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-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/swiftui-navigation
Working copy of https://github.com/pointfreeco/swiftui-navigation resolved at 0.8.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-identified-collections
Working copy of https://github.com/pointfreeco/swift-identified-collections resolved at 0.8.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-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-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/combine-schedulers
Working copy of https://github.com/pointfreeco/combine-schedulers resolved at 0.11.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/swift-clocks
Working copy of https://github.com/pointfreeco/swift-clocks resolved at 0.4.0
Building for debugging...
[0/14] Write sources
[13/14] Write swift-version-24593BA9C3E375BF.txt
[15/44] Emitting module ConcurrencyExtras
[16/45] Compiling ConcurrencyExtras UncheckedSendable.swift
[17/45] Emitting module InternalCollectionsUtilities
[18/46] Compiling XCTestDynamicOverlay XCTCurrentTestCase.swift
[19/46] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[20/47] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[21/47] Compiling InternalCollectionsUtilities UInt+reversed.swift
[22/47] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[23/47] Compiling InternalCollectionsUtilities Integer rank.swift
[24/47] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[25/47] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[26/47] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[27/47] Compiling InternalCollectionsUtilities Debugging.swift
[28/47] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[29/47] Compiling InternalCollectionsUtilities _SortedCollection.swift
[30/47] Compiling InternalCollectionsUtilities Descriptions.swift
[31/47] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[32/47] Compiling XCTestDynamicOverlay Deprecations.swift
[33/47] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[35/48] Compiling XCTestDynamicOverlay GeneratePlaceholder.swift
[36/48] Compiling XCTestDynamicOverlay RuntimeWarnings.swift
[37/48] Compiling XCTestDynamicOverlay Unimplemented.swift
[38/48] Compiling XCTestDynamicOverlay XCTFail.swift
[39/48] Compiling XCTestDynamicOverlay XCTIsTesting.swift
[40/48] Compiling ConcurrencyExtras AsyncThrowingStream.swift
[41/48] Compiling ConcurrencyExtras Locking.swift
[42/48] Compiling ConcurrencyExtras LockIsolated.swift
[43/48] Compiling ConcurrencyExtras ActorIsolated.swift
[44/48] Compiling ConcurrencyExtras AsyncStream.swift
[45/48] Compiling ConcurrencyExtras MainSerialExecutor.swift
[46/48] Compiling ConcurrencyExtras Task.swift
[47/49] Emitting module XCTestDynamicOverlay
[48/49] Compiling XCTestDynamicOverlay DefaultInitializable.swift
[51/158] Compiling CustomDump StoreKit.swift
[52/158] Compiling CustomDump Swift.swift
[53/159] Compiling CombineSchedulers UnimplementedScheduler.swift
[54/159] Compiling CustomDump KeyPath.swift
[55/159] Compiling CustomDump Photos.swift
[56/159] Compiling CustomDump Speech.swift
[57/159] Compiling CustomDump CoreImage.swift
[58/159] Emitting module CombineSchedulers
[59/159] Compiling CustomDump SwiftUI.swift
[60/159] Compiling CustomDump GameKit.swift
[61/159] Compiling CombineSchedulers UIScheduler.swift
[62/159] Compiling Clocks Timer.swift
[63/160] Compiling CombineSchedulers Timer.swift
[64/160] Compiling CombineSchedulers UIKit.swift
[72/164] Compiling CustomDump UIKit.swift
[73/164] Compiling CustomDump UserNotifications.swift
[74/164] Compiling CustomDump UserNotificationsUI.swift
[75/164] Compiling CasePaths OpenExistential.swift
[77/164] Compiling CustomDump CoreLocation.swift
[78/164] Compiling CustomDump CoreMotion.swift
[79/164] Compiling CustomDump Foundation.swift
[80/164] Compiling CustomDump Box.swift
[81/164] Compiling CustomDump CollectionDifference.swift
[82/164] Compiling CustomDump Mirror.swift
[83/164] Emitting module CasePaths
[85/164] Compiling CasePaths TypeName.swift
[86/164] Compiling CasePaths Operators.swift
[87/164] Compiling CasePaths XCTUnwrap.swift
[88/164] Emitting module CustomDump
[89/164] Compiling Clocks SwiftUI.swift
[90/164] Compiling Clocks Shims.swift
[91/164] Compiling Clocks _AsyncTimerSequence.swift
[92/164] Compiling Clocks Lock.swift
[93/164] Compiling Clocks TestClock.swift
[94/164] Emitting module Clocks
[97/164] Compiling Clocks UnimplementedClock.swift
[98/165] Compiling CustomDump String.swift
[99/165] Compiling CustomDump Unordered.swift
[100/165] Compiling CustomDump XCTAssertNoDifference.swift
[104/165] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[105/165] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[106/165] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[107/165] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[108/165] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[109/172] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[110/172] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[111/172] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[112/172] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[113/172] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[114/172] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[115/172] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[116/172] Compiling CustomDump AnyType.swift
[117/172] Compiling CustomDump CustomDumpReflectable.swift
[118/172] Compiling CustomDump CustomDumpRepresentable.swift
[119/172] Compiling CustomDump CustomDumpStringConvertible.swift
[124/172] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[125/172] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[126/172] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[127/172] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[128/172] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[129/172] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[130/172] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[131/172] Compiling OrderedCollections OrderedDictionary+Values.swift
[132/172] Compiling OrderedCollections OrderedSet+Initializers.swift
[133/172] Compiling OrderedCollections OrderedSet+Insertions.swift
[134/172] Compiling OrderedCollections OrderedSet+Invariants.swift
[135/172] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[136/172] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[137/172] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[138/172] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[139/172] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[140/172] Compiling CasePaths CasePath.swift
[141/172] Compiling CasePaths CasePaths.swift
[142/172] Compiling CasePaths EnumReflection.swift
[143/195] Compiling Dependencies DependencyValues.swift
[144/195] Compiling Dependencies Calendar.swift
[145/195] Compiling Dependencies Clocks.swift
[146/195] Compiling Dependencies Dependency.swift
[147/195] Compiling Dependencies DependencyContext.swift
[148/195] Compiling Dependencies DependencyKey.swift
[149/195] Compiling Dependencies Context.swift
[150/195] Compiling Dependencies Date.swift
[152/195] Compiling Dependencies Exports.swift
[153/195] Compiling Dependencies OpenExistential.swift
[154/195] Compiling Dependencies RuntimeWarnings.swift
[155/197] Compiling Dependencies Locale.swift
[156/197] Compiling Dependencies MainQueue.swift
[157/197] Compiling Dependencies MainRunLoop.swift
[160/197] Compiling Dependencies FireAndForget.swift
[161/197] Compiling Dependencies Deprecations.swift
[164/197] Compiling Dependencies URLSession.swift
[165/197] Compiling Dependencies UUID.swift
[166/197] Compiling Dependencies WithRandomNumberGenerator.swift
[172/198] Compiling Dependencies OpenURL.swift
[173/198] Compiling Dependencies TimeZone.swift
[185/198] Emitting module Dependencies
[189/206] 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`
[190/207] Compiling Dependencies TypeName.swift
[191/207] Compiling Dependencies WithDependencies.swift
[192/208] 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`
[193/208] Emitting module OrderedCollections
[194/208] 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`
[195/208] 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`
[196/208] 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`
[197/208] 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`
error: emit-module command failed with exit code 1 (use -v to see invocation)
[198/208] 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`
[199/208] 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`
[201/208] Compiling OrderedCollections OrderedSet+Sendable.swift
[202/208] Compiling OrderedCollections OrderedSet+SubSequence.swift
[203/208] Compiling OrderedCollections OrderedSet+Testing.swift
[204/208] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[205/208] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[206/208] Compiling OrderedCollections OrderedSet.swift
[207/208] Compiling OrderedCollections _UnsafeBitset.swift
[209/225] Emitting module IdentifiedCollections
[210/227] Compiling IdentifiedCollections IdentifiedArray+Equatable.swift
[211/227] Compiling IdentifiedCollections IdentifiedArray+ExpressibleByArrayLiteral.swift
[212/227] Compiling IdentifiedCollections IdentifiedArray+Insertions.swift
[213/227] Compiling IdentifiedCollections IdentifiedArray+MutableCollection.swift
[214/227] Compiling IdentifiedCollections IdentifiedArray+RandomAccessCollection.swift
[215/227] Compiling IdentifiedCollections IdentifiedArray+RangeReplaceableCollection.swift
[216/227] Compiling IdentifiedCollections IdentifiedArray+CustomReflectable.swift
[217/227] Compiling IdentifiedCollections IdentifiedArray+CustomStringConvertible.swift
[218/227] Compiling IdentifiedCollections IdentifiedArray+Hashable.swift
[219/227] Compiling IdentifiedCollections IdentifiedArray+Initializers.swift
[220/227] Compiling IdentifiedCollections Identified.swift
[221/227] Compiling IdentifiedCollections IdentifiedArray+Codable.swift
[222/227] Compiling IdentifiedCollections IdentifiedArray+Collection.swift
[223/227] Compiling IdentifiedCollections IdentifiedArray+CollectionAlgorithms.swift
[224/227] Compiling IdentifiedCollections IdentifiedArray+CustomDebugStringConvertible.swift
[225/227] Compiling IdentifiedCollections IdentifiedArray+Sendable.swift
[226/227] Compiling IdentifiedCollections IdentifiedArray.swift
[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-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/31] Compiling ConcurrencyExtras MainSerialExecutor.swift
[3/31] Compiling ConcurrencyExtras LockIsolated.swift
[4/32] Compiling ConcurrencyExtras AsyncThrowingStream.swift
[5/32] Compiling ConcurrencyExtras AsyncStream.swift
[6/32] Compiling ConcurrencyExtras Locking.swift
[7/32] Compiling XCTestDynamicOverlay XCTFail.swift
[8/33] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[9/33] Compiling InternalCollectionsUtilities Debugging.swift
[10/33] Emitting module ConcurrencyExtras
[11/33] Compiling ConcurrencyExtras ActorIsolated.swift
[12/34] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[13/34] Compiling InternalCollectionsUtilities Descriptions.swift
[14/34] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[15/34] Compiling XCTestDynamicOverlay DefaultInitializable.swift
[16/34] Emitting module XCTestDynamicOverlay
[17/34] Compiling XCTestDynamicOverlay XCTIsTesting.swift
[18/34] Compiling ConcurrencyExtras Task.swift
[19/34] Compiling ConcurrencyExtras UncheckedSendable.swift
[20/35] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[21/35] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[22/35] Compiling InternalCollectionsUtilities Integer rank.swift
[23/35] Compiling XCTestDynamicOverlay RuntimeWarnings.swift
[24/35] Compiling XCTestDynamicOverlay XCTCurrentTestCase.swift
[25/35] Compiling XCTestDynamicOverlay GeneratePlaceholder.swift
[26/35] Compiling XCTestDynamicOverlay Deprecations.swift
[27/35] Compiling XCTestDynamicOverlay Unimplemented.swift
[30/36] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[31/36] Compiling InternalCollectionsUtilities _SortedCollection.swift
[32/36] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[33/36] Compiling InternalCollectionsUtilities UInt+reversed.swift
[34/36] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[35/36] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[36/36] Emitting module InternalCollectionsUtilities
[38/91] Compiling CombineSchedulers UIScheduler.swift
[39/117] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[40/117] Compiling OrderedCollections OrderedSet+Descriptions.swift
[41/117] Compiling OrderedCollections OrderedDictionary.swift
[42/117] Compiling OrderedCollections OrderedSet+Codable.swift
[43/146] Compiling CasePaths CasePaths.swift
[44/146] Compiling OrderedCollections OrderedSet+Diffing.swift
[45/146] Compiling OrderedCollections OrderedSet+Equatable.swift
[46/146] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[47/146] Compiling OrderedCollections OrderedSet+Hashable.swift
[48/146] Compiling CombineSchedulers Timer.swift
[49/146] Compiling CombineSchedulers UIKit.swift
[50/146] Emitting module CombineSchedulers
[51/146] Emitting module CasePaths
[52/146] Compiling Clocks Timer.swift
[53/147] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[54/147] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[55/147] Compiling OrderedCollections OrderedDictionary+Elements.swift
[60/150] Compiling OrderedCollections OrderedDictionary+Codable.swift
[61/150] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[62/150] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[63/150] Compiling CasePaths OpenExistential.swift
[64/150] Compiling CasePaths TypeName.swift
[65/150] Compiling CasePaths Operators.swift
[66/150] Compiling CasePaths XCTUnwrap.swift
[67/150] Compiling CombineSchedulers UnimplementedScheduler.swift
[68/151] Compiling CasePaths CasePath.swift
[69/151] Compiling Clocks Lock.swift
[70/151] Compiling Clocks SwiftUI.swift
[71/151] Compiling Clocks Shims.swift
[72/151] Compiling Clocks _AsyncTimerSequence.swift
[73/151] Compiling Clocks TestClock.swift
[78/151] Compiling OrderedCollections _HashTable+Testing.swift
[79/151] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[80/151] Compiling OrderedCollections _HashTable.swift
[82/151] Compiling Clocks UnimplementedClock.swift
[83/151] Emitting module Clocks
[86/152] Compiling CustomDump String.swift
[87/152] Compiling CustomDump Unordered.swift
[88/152] Compiling CustomDump XCTAssertNoDifference.swift
[90/152] Compiling OrderedCollections OrderedSet+Initializers.swift
[91/152] Compiling OrderedCollections OrderedSet+Insertions.swift
[92/152] Compiling OrderedCollections OrderedSet+Invariants.swift
[93/152] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[94/152] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[95/152] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[96/152] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[97/152] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[98/152] Emitting module CustomDump
[99/159] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[100/159] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[101/159] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[102/159] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[103/159] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[104/159] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[105/159] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[114/159] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[115/159] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[116/159] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[117/159] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[118/159] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[119/159] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[120/159] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[121/160] Compiling CasePaths EnumReflection.swift
[123/182] Compiling Dependencies FireAndForget.swift
[124/182] Compiling Dependencies Locale.swift
[125/182] Compiling Dependencies MainQueue.swift
[126/182] Compiling Dependencies MainRunLoop.swift
[127/182] Compiling Dependencies OpenURL.swift
[128/182] Compiling Dependencies TimeZone.swift
[129/182] Compiling Dependencies URLSession.swift
[130/182] Compiling Dependencies UUID.swift
[133/182] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[134/182] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[135/182] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[136/182] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[137/182] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[138/182] Compiling OrderedCollections OrderedDictionary+Values.swift
[139/182] Compiling Dependencies Exports.swift
[140/182] Compiling Dependencies OpenExistential.swift
[141/182] Compiling Dependencies RuntimeWarnings.swift
[142/184] Compiling Dependencies Context.swift
[143/184] Compiling Dependencies Date.swift
[145/184] Emitting module Dependencies
[147/184] Compiling Dependencies WithRandomNumberGenerator.swift
[148/184] Compiling Dependencies Deprecations.swift
[161/185] Compiling Dependencies Dependency.swift
[162/185] Compiling Dependencies DependencyContext.swift
[163/185] Compiling Dependencies DependencyKey.swift
[164/185] Compiling Dependencies DependencyValues.swift
[165/185] Compiling Dependencies Calendar.swift
[166/185] Compiling Dependencies Clocks.swift
[172/185] Compiling Dependencies TypeName.swift
[173/185] Compiling Dependencies WithDependencies.swift
[178/186] Compiling OrderedCollections OrderedSet+Sendable.swift
[179/186] Compiling OrderedCollections OrderedSet+SubSequence.swift
[180/186] Compiling OrderedCollections OrderedSet+Testing.swift
[181/186] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[182/186] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[183/186] Compiling OrderedCollections OrderedSet.swift
[184/186] Compiling OrderedCollections _UnsafeBitset.swift
[186/186] Emitting module OrderedCollections
[188/195] 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`
[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`
[192/196] 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`
[193/196] 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`
error: emit-module command failed with exit code 1 (use -v to see invocation)
[194/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`
[195/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] Emitting module IdentifiedCollections
[199/214] Compiling IdentifiedCollections IdentifiedArray+Hashable.swift
[200/214] Compiling IdentifiedCollections IdentifiedArray+Initializers.swift
[201/214] Compiling IdentifiedCollections IdentifiedArray+CustomReflectable.swift
[202/214] Compiling IdentifiedCollections IdentifiedArray+CustomStringConvertible.swift
[203/214] Compiling IdentifiedCollections IdentifiedArray+Equatable.swift
[204/214] Compiling IdentifiedCollections IdentifiedArray+ExpressibleByArrayLiteral.swift
[205/214] Compiling IdentifiedCollections IdentifiedArray+Insertions.swift
[206/214] Compiling IdentifiedCollections IdentifiedArray+MutableCollection.swift
[207/214] Compiling IdentifiedCollections IdentifiedArray+CollectionAlgorithms.swift
[208/214] Compiling IdentifiedCollections IdentifiedArray+CustomDebugStringConvertible.swift
[209/214] Compiling IdentifiedCollections IdentifiedArray+Sendable.swift
[210/214] Compiling IdentifiedCollections IdentifiedArray.swift
[211/214] Compiling IdentifiedCollections Identified.swift
[212/214] Compiling IdentifiedCollections IdentifiedArray+Codable.swift
[213/214] Compiling IdentifiedCollections IdentifiedArray+Collection.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