The Swift Package Index logo.Swift Package Index

Build Information

Failed to build AppDevUtils, reference 0.2.1 (28ad9d), with Swift 6.1 for Wasm on 28 May 2025 13:57:53 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/Saik0s/AppDevUtils.git
Reference: 0.2.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/Saik0s/AppDevUtils
 * tag               0.2.1      -> FETCH_HEAD
HEAD is now at 28ad9de Cleanup, adds urlsession sessiondelegate
Cloned https://github.com/Saik0s/AppDevUtils.git
Revision (git rev-parse @):
28ad9dec6e1102499137c7f31f0f068065cebcf6
SUCCESS checkout https://github.com/Saik0s/AppDevUtils.git at 0.2.1
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/Saik0s/AppDevUtils.git
https://github.com/Saik0s/AppDevUtils.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "default_localization" : "en",
  "dependencies" : [
    {
      "identity" : "swift-composable-architecture",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.49.2",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-composable-architecture.git"
    },
    {
      "identity" : "dynamiccolor",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.0.1",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/yannickl/DynamicColor.git"
    }
  ],
  "manifest_display_name" : "AppDevUtils",
  "name" : "AppDevUtils",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "tvos",
      "version" : "15.0"
    },
    {
      "name" : "watchos",
      "version" : "8.0"
    }
  ],
  "products" : [
    {
      "name" : "AppDevUtils",
      "targets" : [
        "AppDevUtils"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "AppDevUtilsTests",
      "module_type" : "SwiftTarget",
      "name" : "AppDevUtilsTests",
      "path" : "Tests/AppDevUtilsTests",
      "sources" : [
        "AppDevUtilsTests.swift"
      ],
      "target_dependencies" : [
        "AppDevUtils"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AppDevUtils",
      "module_type" : "SwiftTarget",
      "name" : "AppDevUtils",
      "path" : "Sources/AppDevUtils",
      "product_dependencies" : [
        "ComposableArchitecture",
        "DynamicColor"
      ],
      "product_memberships" : [
        "AppDevUtils"
      ],
      "sources" : [
        "Extensions/Array++.swift",
        "Extensions/Binding++.swift",
        "Extensions/CGFloat++.swift",
        "Extensions/CGPoint++.swift",
        "Extensions/CGRect++.swift",
        "Extensions/CGSize++.swift",
        "Extensions/Codable++.swift",
        "Extensions/Codable+File.swift",
        "Extensions/Collection++.swift",
        "Extensions/Data++.swift",
        "Extensions/DateFormatter++.swift",
        "Extensions/DecodableExtensions.swift",
        "Extensions/Dictionary++.swift",
        "Extensions/DictionaryExtensions.swift",
        "Extensions/Double++.swift",
        "Extensions/Double+equal.swift",
        "Extensions/Encodable++.swift",
        "Extensions/Error+Equality.swift",
        "Extensions/ErrorMessage.swift",
        "Extensions/Image++.swift",
        "Extensions/Occupiable+isNotEmpty.swift",
        "Extensions/Optional++.swift",
        "Extensions/Publisher++.swift",
        "Extensions/Publisher+genericError.swift",
        "Extensions/Result++.swift",
        "Extensions/Sequence++.swift",
        "Extensions/String++.swift",
        "Extensions/Task++.swift",
        "Extensions/UIApplication++.swift",
        "Extensions/UIApplicationExtensions.swift",
        "Extensions/UIViewController++.swift",
        "Extensions/URL+file.swift",
        "Extensions/URL+staticString.swift",
        "Extensions/URLRequest+cURL.swift",
        "Extensions/UserDefaults+Codable.swift",
        "Helpers/CodableValueSubject.swift",
        "Helpers/Create.swift",
        "Helpers/CustomAssert.swift",
        "Helpers/DebouncingTaskViewModifier.swift",
        "Helpers/Logging.swift",
        "Helpers/ReplaySubject.swift",
        "Helpers/Resulting.swift",
        "Helpers/Then.swift",
        "Helpers/URLSession+Delegate.swift",
        "TCAExtensions/AnyReducer+Subscriptions.swift",
        "TCAExtensions/Identified.swift",
        "TCAExtensions/ReducerProtocol+onChange.swift",
        "TCAExtensions/StateWithContext.swift",
        "UI/DesignSystem/ColorPalette.swift",
        "UI/DesignSystem/DesignSystem.swift",
        "UI/DesignSystem/Fonts.swift",
        "UI/DesignSystem/Grid.swift",
        "UI/SwiftUIHelpers/Border.swift",
        "UI/SwiftUIHelpers/Color++.swift",
        "UI/SwiftUIHelpers/ContinuousCornerRadius.swift",
        "UI/SwiftUIHelpers/ForEach.swift",
        "UI/SwiftUIHelpers/FrameSize.swift",
        "UI/SwiftUIHelpers/Gradients.swift",
        "UI/SwiftUIHelpers/PreviewPresets/ContentSizeCategoryPreview.swift",
        "UI/SwiftUIHelpers/PreviewPresets/DarkThemePreview.swift",
        "UI/SwiftUIHelpers/PreviewPresets/FontPreview.swift",
        "UI/SwiftUIHelpers/PreviewPresets/LocalePreview.swift",
        "UI/SwiftUIHelpers/PreviewPresets/RightToLeftPreview.swift",
        "UI/SwiftUIHelpers/PreviewPresets/View+PreviewPresets.swift",
        "UI/SwiftUIHelpers/RoundedCorner.swift",
        "UI/SwiftUIHelpers/UIViewRepresenting.swift",
        "UI/SwiftUIHelpers/View++.swift",
        "UI/SwiftUIHelpers/View+animate.swift",
        "UI/SwiftUIHelpers/View+onWillDisappear.swift",
        "UI/SwiftUIHelpers/View+readSize.swift",
        "UI/SwiftUIHelpers/WithInlineState.swift",
        "UI/Views/ActivityIndicator.swift",
        "UI/Views/ExpandableText.swift",
        "UI/Views/ShareSheet.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
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/yannickl/DynamicColor.git
Fetching https://github.com/pointfreeco/swift-composable-architecture.git
[1/2201] Fetching dynamiccolor
Fetched https://github.com/yannickl/DynamicColor.git from cache (0.32s)
[1/303658] Fetching swift-composable-architecture
Fetched https://github.com/pointfreeco/swift-composable-architecture.git from cache (16.06s)
Computing version for https://github.com/yannickl/DynamicColor.git
Computed https://github.com/yannickl/DynamicColor.git at 5.0.1 (16.56s)
Computing version for https://github.com/pointfreeco/swift-composable-architecture.git
Computed https://github.com/pointfreeco/swift-composable-architecture.git at 0.59.0 (0.54s)
Fetching https://github.com/pointfreeco/swift-concurrency-extras
Fetching https://github.com/pointfreeco/swift-custom-dump
Fetching https://github.com/pointfreeco/swiftui-navigation
Fetching https://github.com/pointfreeco/swift-identified-collections
Fetching https://github.com/pointfreeco/swift-dependencies
[1/1394] Fetching swiftui-navigation
[782/2246] Fetching swiftui-navigation, swift-concurrency-extras
[2247/6827] Fetching swiftui-navigation, swift-concurrency-extras, swift-custom-dump
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[6828/8361] Fetching swiftui-navigation, swift-concurrency-extras, swift-custom-dump, swift-identified-collections
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (0.40s)
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (0.40s)
[1687/9177] Fetching swiftui-navigation, swift-identified-collections, swift-dependencies
Fetching https://github.com/pointfreeco/combine-schedulers
Fetching https://github.com/pointfreeco/swift-case-paths
Fetched https://github.com/pointfreeco/swiftui-navigation from cache (0.64s)
Fetching https://github.com/apple/swift-collections
[1/4375] Fetching swift-case-paths
[89/6785] Fetching swift-case-paths, combine-schedulers
[1512/12243] Fetching swift-case-paths, combine-schedulers, xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/swift-dependencies from cache (0.76s)
Fetched https://github.com/pointfreeco/swift-identified-collections from cache (0.76s)
Fetched https://github.com/pointfreeco/combine-schedulers from cache (0.49s)
Fetched https://github.com/pointfreeco/swift-case-paths from cache (0.49s)
[3221/5458] Fetching xctest-dynamic-overlay
[5459/22049] Fetching xctest-dynamic-overlay, swift-collections
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (0.78s)
[4314/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections from cache (2.97s)
Computing version for https://github.com/pointfreeco/swiftui-navigation
Computed https://github.com/pointfreeco/swiftui-navigation at 0.8.0 (6.95s)
Computing version for https://github.com/pointfreeco/swift-dependencies
Computed https://github.com/pointfreeco/swift-dependencies at 0.6.0 (0.54s)
Fetching https://github.com/pointfreeco/swift-clocks
[1/1292] Fetching swift-clocks
Fetched https://github.com/pointfreeco/swift-clocks from cache (0.85s)
Computing version for https://github.com/pointfreeco/swift-case-paths
Computed https://github.com/pointfreeco/swift-case-paths at 0.14.1 (1.37s)
Computing version for https://github.com/pointfreeco/combine-schedulers
Computed https://github.com/pointfreeco/combine-schedulers at 0.11.0 (0.53s)
Computing version for https://github.com/pointfreeco/swift-clocks
Computed https://github.com/pointfreeco/swift-clocks at 0.4.0 (0.52s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 0.11.2 (0.54s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 0.1.2 (1.01s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 0.9.0 (0.50s)
Computing version for https://github.com/pointfreeco/swift-identified-collections
Computed https://github.com/pointfreeco/swift-identified-collections at 0.8.0 (0.65s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.2.0 (0.72s)
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/yannickl/DynamicColor.git
Working copy of https://github.com/yannickl/DynamicColor.git resolved at 5.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 0.14.1
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-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-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-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-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/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-composable-architecture.git
Working copy of https://github.com/pointfreeco/swift-composable-architecture.git resolved at 0.59.0
Building for debugging...
[0/15] Write sources
[14/15] Write swift-version-24593BA9C3E375BF.txt
[16/60] Emitting module InternalCollectionsUtilities
[17/60] Compiling DynamicColor Array.swift
[18/60] Compiling DynamicColor ContrastDisplayContext.swift
[19/61] Compiling DynamicColor DynamicColor+Deriving.swift
/host/spi-builder-workspace/.build/checkouts/DynamicColor/Sources/SwiftUIColor.swift:27:8: error: no such module 'SwiftUI'
25 |  */
26 |
27 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
28 |
29 | @available(iOS 13.0, tvOS 13.0, watchOS 6.0, macOS 10.15, *)
[20/61] Compiling DynamicColor DynamicColor+HSB.swift
/host/spi-builder-workspace/.build/checkouts/DynamicColor/Sources/SwiftUIColor.swift:27:8: error: no such module 'SwiftUI'
25 |  */
26 |
27 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
28 |
29 | @available(iOS 13.0, tvOS 13.0, watchOS 6.0, macOS 10.15, *)
[21/61] Compiling DynamicColor DynamicColor+HSL.swift
[22/61] Compiling DynamicColor DynamicColor+Lab.swift
/host/spi-builder-workspace/.build/checkouts/DynamicColor/Sources/SwiftUIColor.swift:27:8: error: no such module 'SwiftUI'
25 |  */
26 |
27 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
28 |
29 | @available(iOS 13.0, tvOS 13.0, watchOS 6.0, macOS 10.15, *)
/host/spi-builder-workspace/.build/checkouts/DynamicColor/Sources/SwiftUIColor.swift:27:8: error: no such module 'SwiftUI'
25 |  */
26 |
27 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
28 |
29 | @available(iOS 13.0, tvOS 13.0, watchOS 6.0, macOS 10.15, *)
[25/62] Compiling DynamicColor DynamicColor+XYZ.swift
[26/62] Compiling DynamicColor DynamicColor.swift
[27/62] Compiling DynamicColor DynamicColor+Mixing.swift
[28/62] Compiling DynamicColor DynamicColor+RGBA.swift
[29/62] Emitting module ConcurrencyExtras
[30/63] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[31/63] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[32/63] Compiling XCTestDynamicOverlay Unimplemented.swift
[33/63] Compiling XCTestDynamicOverlay XCTCurrentTestCase.swift
[34/64] Compiling DynamicColor Utils.swift
/host/spi-builder-workspace/.build/checkouts/DynamicColor/Sources/SwiftUIColor.swift:27:8: error: no such module 'SwiftUI'
25 |  */
26 |
27 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
28 |
29 | @available(iOS 13.0, tvOS 13.0, watchOS 6.0, macOS 10.15, *)
[37/64] Compiling DynamicColor DynamicColorSpace.swift
[38/64] Compiling DynamicColor DynamicGradient.swift
[40/65] Compiling ConcurrencyExtras UncheckedSendable.swift
[41/120] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[42/120] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[43/120] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[44/120] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[45/120] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[46/120] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[47/120] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[48/127] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[49/127] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[50/127] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[51/127] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[52/127] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[53/127] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[54/127] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[55/127] Compiling ConcurrencyExtras AsyncThrowingStream.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[56/127] Emitting module DynamicColor
/host/spi-builder-workspace/.build/checkouts/DynamicColor/Sources/SwiftUIColor.swift:27:8: error: no such module 'SwiftUI'
25 |  */
26 |
27 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
28 |
29 | @available(iOS 13.0, tvOS 13.0, watchOS 6.0, macOS 10.15, *)
[57/127] Compiling OrderedCollections OrderedDictionary+Codable.swift
/host/spi-builder-workspace/.build/checkouts/DynamicColor/Sources/SwiftUIColor.swift:27:8: error: no such module 'SwiftUI'
25 |  */
26 |
27 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
28 |
29 | @available(iOS 13.0, tvOS 13.0, watchOS 6.0, macOS 10.15, *)
[58/127] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
/host/spi-builder-workspace/.build/checkouts/DynamicColor/Sources/SwiftUIColor.swift:27:8: error: no such module 'SwiftUI'
25 |  */
26 |
27 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
28 |
29 | @available(iOS 13.0, tvOS 13.0, watchOS 6.0, macOS 10.15, *)
[59/127] Compiling XCTestDynamicOverlay XCTFail.swift
[60/127] Compiling XCTestDynamicOverlay Deprecations.swift
[61/127] Compiling XCTestDynamicOverlay GeneratePlaceholder.swift
[62/127] Compiling XCTestDynamicOverlay RuntimeWarnings.swift
[63/127] Compiling ConcurrencyExtras LockIsolated.swift
[64/127] Compiling OrderedCollections _HashTable+Testing.swift
/host/spi-builder-workspace/.build/checkouts/DynamicColor/Sources/SwiftUIColor.swift:27:8: error: no such module 'SwiftUI'
25 |  */
26 |
27 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
28 |
29 | @available(iOS 13.0, tvOS 13.0, watchOS 6.0, macOS 10.15, *)
[65/127] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
/host/spi-builder-workspace/.build/checkouts/DynamicColor/Sources/SwiftUIColor.swift:27:8: error: no such module 'SwiftUI'
25 |  */
26 |
27 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
28 |
29 | @available(iOS 13.0, tvOS 13.0, watchOS 6.0, macOS 10.15, *)
[66/127] Compiling XCTestDynamicOverlay XCTIsTesting.swift
[67/127] Compiling ConcurrencyExtras ActorIsolated.swift
[68/127] Compiling ConcurrencyExtras AsyncStream.swift
[69/127] Compiling ConcurrencyExtras Locking.swift
[70/127] Compiling ConcurrencyExtras MainSerialExecutor.swift
[71/127] Compiling ConcurrencyExtras Task.swift
[72/127] Compiling OrderedCollections _HashTable+Bucket.swift
/host/spi-builder-workspace/.build/checkouts/DynamicColor/Sources/SwiftUIColor.swift:27:8: error: no such module 'SwiftUI'
25 |  */
26 |
27 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
28 |
29 | @available(iOS 13.0, tvOS 13.0, watchOS 6.0, macOS 10.15, *)
[73/127] Compiling OrderedCollections _HashTable+BucketIterator.swift
/host/spi-builder-workspace/.build/checkouts/DynamicColor/Sources/SwiftUIColor.swift:27:8: error: no such module 'SwiftUI'
25 |  */
26 |
27 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
28 |
29 | @available(iOS 13.0, tvOS 13.0, watchOS 6.0, macOS 10.15, *)
[74/127] Compiling OrderedCollections _HashTable+Constants.swift
/host/spi-builder-workspace/.build/checkouts/DynamicColor/Sources/SwiftUIColor.swift:27:8: error: no such module 'SwiftUI'
25 |  */
26 |
27 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
28 |
29 | @available(iOS 13.0, tvOS 13.0, watchOS 6.0, macOS 10.15, *)
[75/127] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
/host/spi-builder-workspace/.build/checkouts/DynamicColor/Sources/SwiftUIColor.swift:27:8: error: no such module 'SwiftUI'
25 |  */
26 |
27 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
28 |
29 | @available(iOS 13.0, tvOS 13.0, watchOS 6.0, macOS 10.15, *)
[76/127] Compiling OrderedCollections OrderedDictionary+Equatable.swift
/host/spi-builder-workspace/.build/checkouts/DynamicColor/Sources/SwiftUIColor.swift:27:8: error: no such module 'SwiftUI'
25 |  */
26 |
27 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
28 |
29 | @available(iOS 13.0, tvOS 13.0, watchOS 6.0, macOS 10.15, *)
[77/127] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
/host/spi-builder-workspace/.build/checkouts/DynamicColor/Sources/SwiftUIColor.swift:27:8: error: no such module 'SwiftUI'
25 |  */
26 |
27 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
28 |
29 | @available(iOS 13.0, tvOS 13.0, watchOS 6.0, macOS 10.15, *)
[78/128] Compiling XCTestDynamicOverlay DefaultInitializable.swift
[79/128] Emitting module XCTestDynamicOverlay
[80/129] Compiling OrderedCollections OrderedDictionary.swift
[81/129] Compiling OrderedCollections OrderedSet+Codable.swift
[82/129] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[83/129] Compiling OrderedCollections OrderedSet+Descriptions.swift
[84/129] Compiling OrderedCollections OrderedSet+Diffing.swift
[85/129] Compiling OrderedCollections OrderedSet+Equatable.swift
[86/129] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[87/129] Compiling OrderedCollections OrderedSet+Hashable.swift
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/46] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[3/47] Compiling DynamicColor DynamicColor+XYZ.swift
[4/47] Compiling DynamicColor DynamicColor.swift
[5/47] Compiling DynamicColor DynamicColorSpace.swift
[6/47] Compiling DynamicColor DynamicGradient.swift
[7/47] Compiling ConcurrencyExtras MainSerialExecutor.swift
[8/47] Compiling ConcurrencyExtras Task.swift
[9/48] Compiling DynamicColor Array.swift
/host/spi-builder-workspace/.build/checkouts/DynamicColor/Sources/SwiftUIColor.swift:27:8: error: no such module 'SwiftUI'
25 |  */
26 |
27 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
28 |
29 | @available(iOS 13.0, tvOS 13.0, watchOS 6.0, macOS 10.15, *)
[10/48] Compiling DynamicColor ContrastDisplayContext.swift
/host/spi-builder-workspace/.build/checkouts/DynamicColor/Sources/SwiftUIColor.swift:27:8: error: no such module 'SwiftUI'
25 |  */
26 |
27 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
28 |
29 | @available(iOS 13.0, tvOS 13.0, watchOS 6.0, macOS 10.15, *)
error: emit-module command failed with exit code 1 (use -v to see invocation)
[11/48] Emitting module DynamicColor
/host/spi-builder-workspace/.build/checkouts/DynamicColor/Sources/SwiftUIColor.swift:27:8: error: no such module 'SwiftUI'
25 |  */
26 |
27 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
28 |
29 | @available(iOS 13.0, tvOS 13.0, watchOS 6.0, macOS 10.15, *)
[12/48] Compiling XCTestDynamicOverlay RuntimeWarnings.swift
[13/50] Compiling XCTestDynamicOverlay XCTFail.swift
[14/50] Emitting module ConcurrencyExtras
[15/50] Compiling ConcurrencyExtras ActorIsolated.swift
[16/50] Compiling ConcurrencyExtras AsyncThrowingStream.swift
[17/50] Compiling ConcurrencyExtras AsyncStream.swift
[18/50] Compiling ConcurrencyExtras Locking.swift
[19/50] Compiling ConcurrencyExtras LockIsolated.swift
[20/50] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[21/50] Compiling DynamicColor Utils.swift
/host/spi-builder-workspace/.build/checkouts/DynamicColor/Sources/SwiftUIColor.swift:27:8: error: no such module 'SwiftUI'
25 |  */
26 |
27 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
28 |
29 | @available(iOS 13.0, tvOS 13.0, watchOS 6.0, macOS 10.15, *)
[22/50] Compiling XCTestDynamicOverlay XCTIsTesting.swift
[23/50] Compiling XCTestDynamicOverlay DefaultInitializable.swift
[24/50] Emitting module XCTestDynamicOverlay
[25/50] Compiling XCTestDynamicOverlay Deprecations.swift
[28/50] Compiling DynamicColor DynamicColor+Deriving.swift
[29/50] Compiling DynamicColor DynamicColor+HSB.swift
[30/50] Compiling DynamicColor HSL.swift
[31/50] Compiling DynamicColor SwiftUIColor.swift
[32/50] Compiling DynamicColor DynamicColor+Mixing.swift
[33/50] Compiling DynamicColor DynamicColor+RGBA.swift
[34/50] Compiling ConcurrencyExtras UncheckedSendable.swift
[35/51] Emitting module InternalCollectionsUtilities
[38/52] Compiling XCTestDynamicOverlay XCTCurrentTestCase.swift
[39/52] Compiling XCTestDynamicOverlay GeneratePlaceholder.swift
[40/52] Compiling XCTestDynamicOverlay Unimplemented.swift
[42/161] Compiling CombineSchedulers AnyScheduler.swift
[43/161] Compiling CombineSchedulers Concurrency.swift
[44/162] Compiling CombineSchedulers UIKit.swift
[45/162] Compiling CombineSchedulers UIScheduler.swift
[46/162] Emitting module CombineSchedulers
[47/162] Compiling Clocks Timer.swift
[48/162] Compiling CombineSchedulers Timer.swift
[49/162] Compiling Clocks Lock.swift
[50/162] Compiling CombineSchedulers SwiftUI.swift
[51/162] Compiling CombineSchedulers TestScheduler.swift
[52/163] Compiling CombineSchedulers Lock.swift
[53/163] Compiling CombineSchedulers NSRecursiveLock.swift
[54/163] Compiling Clocks Shims.swift
[55/163] Compiling CombineSchedulers ImmediateScheduler.swift
[56/163] Compiling CombineSchedulers Deprecations.swift
[58/163] Compiling CustomDump UserNotifications.swift
[59/163] Compiling CustomDump UserNotificationsUI.swift
/host/spi-builder-workspace/.build/checkouts/DynamicColor/Sources/SwiftUIColor.swift:27:8: error: no such module 'SwiftUI'
25 |  */
26 |
27 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
28 |
29 | @available(iOS 13.0, tvOS 13.0, watchOS 6.0, macOS 10.15, *)
/host/spi-builder-workspace/.build/checkouts/DynamicColor/Sources/SwiftUIColor.swift:27:8: error: no such module 'SwiftUI'
25 |  */
26 |
27 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
28 |
29 | @available(iOS 13.0, tvOS 13.0, watchOS 6.0, macOS 10.15, *)
[65/163] Compiling CustomDump CustomDumpStringConvertible.swift
/host/spi-builder-workspace/.build/checkouts/DynamicColor/Sources/SwiftUIColor.swift:27:8: error: no such module 'SwiftUI'
25 |  */
26 |
27 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
28 |
29 | @available(iOS 13.0, tvOS 13.0, watchOS 6.0, macOS 10.15, *)
[66/163] Compiling CustomDump Diff.swift
/host/spi-builder-workspace/.build/checkouts/DynamicColor/Sources/SwiftUIColor.swift:27:8: error: no such module 'SwiftUI'
25 |  */
26 |
27 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
28 |
29 | @available(iOS 13.0, tvOS 13.0, watchOS 6.0, macOS 10.15, *)
/host/spi-builder-workspace/.build/checkouts/DynamicColor/Sources/SwiftUIColor.swift:27:8: error: no such module 'SwiftUI'
25 |  */
26 |
27 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
28 |
29 | @available(iOS 13.0, tvOS 13.0, watchOS 6.0, macOS 10.15, *)
/host/spi-builder-workspace/.build/checkouts/DynamicColor/Sources/SwiftUIColor.swift:27:8: error: no such module 'SwiftUI'
25 |  */
26 |
27 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
28 |
29 | @available(iOS 13.0, tvOS 13.0, watchOS 6.0, macOS 10.15, *)
/host/spi-builder-workspace/.build/checkouts/DynamicColor/Sources/SwiftUIColor.swift:27:8: error: no such module 'SwiftUI'
25 |  */
26 |
27 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
28 |
29 | @available(iOS 13.0, tvOS 13.0, watchOS 6.0, macOS 10.15, *)
/host/spi-builder-workspace/.build/checkouts/DynamicColor/Sources/SwiftUIColor.swift:27:8: error: no such module 'SwiftUI'
25 |  */
26 |
27 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
28 |
29 | @available(iOS 13.0, tvOS 13.0, watchOS 6.0, macOS 10.15, *)
/host/spi-builder-workspace/.build/checkouts/DynamicColor/Sources/SwiftUIColor.swift:27:8: error: no such module 'SwiftUI'
25 |  */
26 |
27 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
28 |
29 | @available(iOS 13.0, tvOS 13.0, watchOS 6.0, macOS 10.15, *)
/host/spi-builder-workspace/.build/checkouts/DynamicColor/Sources/SwiftUIColor.swift:27:8: error: no such module 'SwiftUI'
25 |  */
26 |
27 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
28 |
29 | @available(iOS 13.0, tvOS 13.0, watchOS 6.0, macOS 10.15, *)
[73/163] Compiling CustomDump CustomDumpReflectable.swift
/host/spi-builder-workspace/.build/checkouts/DynamicColor/Sources/SwiftUIColor.swift:27:8: error: no such module 'SwiftUI'
25 |  */
26 |
27 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
28 |
29 | @available(iOS 13.0, tvOS 13.0, watchOS 6.0, macOS 10.15, *)
[74/163] Compiling CustomDump CustomDumpRepresentable.swift
/host/spi-builder-workspace/.build/checkouts/DynamicColor/Sources/SwiftUIColor.swift:27:8: error: no such module 'SwiftUI'
25 |  */
26 |
27 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
28 |
29 | @available(iOS 13.0, tvOS 13.0, watchOS 6.0, macOS 10.15, *)
[75/166] Emitting module CasePaths
[76/166] Compiling CombineSchedulers UnimplementedScheduler.swift
[77/166] Compiling CustomDump GameKit.swift
[78/166] Compiling CustomDump KeyPath.swift
[79/166] Compiling CustomDump Photos.swift
[80/166] Compiling CustomDump Speech.swift
BUILD FAILURE 6.1 wasm