The Swift Package Index logo.Swift Package Index

Build Information

Failed to build swift-composable-fullscreen-popup, reference 0.1.0 (06acec), with Swift 6.1 for Wasm on 28 May 2025 23:37:07 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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/Ryu0118/swift-composable-fullscreen-popup.git
Reference: 0.1.0
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/Ryu0118/swift-composable-fullscreen-popup
 * tag               0.1.0      -> FETCH_HEAD
HEAD is now at 06acec3 Update README.md
Cloned https://github.com/Ryu0118/swift-composable-fullscreen-popup.git
Revision (git rev-parse @):
06acec3df1b567602ecc306fe2869d0c7ec35a6e
SUCCESS checkout https://github.com/Ryu0118/swift-composable-fullscreen-popup.git at 0.1.0
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/Ryu0118/swift-composable-fullscreen-popup.git
https://github.com/Ryu0118/swift-composable-fullscreen-popup.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-fullscreen-popup",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.2.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Ryu0118/swift-fullscreen-popup"
    },
    {
      "identity" : "swift-composable-architecture",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-composable-architecture.git"
    }
  ],
  "manifest_display_name" : "swift-composable-fullscreen-popup",
  "name" : "swift-composable-fullscreen-popup",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "ComposableFullscreenPopup",
      "targets" : [
        "ComposableFullscreenPopup"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ComposableFullscreenPopupTests",
      "module_type" : "SwiftTarget",
      "name" : "ComposableFullscreenPopupTests",
      "path" : "Tests/ComposableFullscreenPopupTests",
      "sources" : [
        "ComposableFullscreenPopupTests.swift"
      ],
      "target_dependencies" : [
        "ComposableFullscreenPopup"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ComposableFullscreenPopup",
      "module_type" : "SwiftTarget",
      "name" : "ComposableFullscreenPopup",
      "path" : "Sources/ComposableFullscreenPopup",
      "product_dependencies" : [
        "FullscreenPopup",
        "ComposableArchitecture"
      ],
      "product_memberships" : [
        "ComposableFullscreenPopup"
      ],
      "sources" : [
        "Binding+isPresented.swift",
        "ComposableFullscreenPopup.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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.git
[1/303663] Fetching swift-composable-architecture
Fetching https://github.com/Ryu0118/swift-fullscreen-popup
Fetched https://github.com/pointfreeco/swift-composable-architecture.git from cache (26.59s)
[1/108] Fetching swift-fullscreen-popup
Fetched https://github.com/Ryu0118/swift-fullscreen-popup from cache (1.02s)
Computing version for https://github.com/Ryu0118/swift-fullscreen-popup
Computed https://github.com/Ryu0118/swift-fullscreen-popup at 0.3.0 (29.57s)
Computing version for https://github.com/pointfreeco/swift-composable-architecture.git
Computed https://github.com/pointfreeco/swift-composable-architecture.git at 1.20.2 (1.09s)
Fetching https://github.com/pointfreeco/swift-navigation
Fetching https://github.com/pointfreeco/swift-sharing
Fetching https://github.com/pointfreeco/swift-perception
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
Fetching https://github.com/swiftlang/swift-syntax
Fetching https://github.com/pointfreeco/swift-identified-collections
[1/1411] Fetching swift-perception
[1412/4667] Fetching swift-perception, swift-sharing
[4180/6201] Fetching swift-perception, swift-sharing, swift-identified-collections
[4380/11659] Fetching swift-perception, swift-sharing, swift-identified-collections, xctest-dynamic-overlay
[7035/57060] Fetching swift-perception, swift-sharing, swift-identified-collections, xctest-dynamic-overlay, swift-navigation
Fetched https://github.com/pointfreeco/swift-identified-collections from cache (0.92s)
Fetching https://github.com/pointfreeco/swift-dependencies
[10558/55526] Fetching swift-perception, swift-sharing, xctest-dynamic-overlay, swift-navigation
[12375/125978] Fetching swift-perception, swift-sharing, xctest-dynamic-overlay, swift-navigation, swift-syntax
[27411/132227] Fetching swift-perception, swift-sharing, xctest-dynamic-overlay, swift-navigation, swift-syntax, swift-dependencies
Fetched https://github.com/pointfreeco/swift-dependencies from cache (1.15s)
[54588/125978] Fetching swift-perception, swift-sharing, xctest-dynamic-overlay, swift-navigation, swift-syntax
Fetching https://github.com/pointfreeco/swift-custom-dump
[78072/130559] Fetching swift-perception, swift-sharing, xctest-dynamic-overlay, swift-navigation, swift-syntax, swift-custom-dump
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (0.66s)
[81594/125978] Fetching swift-perception, swift-sharing, xctest-dynamic-overlay, swift-navigation, swift-syntax
Fetching https://github.com/pointfreeco/swift-concurrency-extras
[87231/126830] Fetching swift-perception, swift-sharing, xctest-dynamic-overlay, swift-navigation, swift-syntax, swift-concurrency-extras
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (0.60s)
[93571/125978] Fetching swift-perception, swift-sharing, xctest-dynamic-overlay, swift-navigation, swift-syntax
Fetching https://github.com/pointfreeco/swift-case-paths
[102730/130353] Fetching swift-perception, swift-sharing, xctest-dynamic-overlay, swift-navigation, swift-syntax, swift-case-paths
Fetched https://github.com/pointfreeco/swift-case-paths from cache (0.69s)
[108013/125978] Fetching swift-perception, swift-sharing, xctest-dynamic-overlay, swift-navigation, swift-syntax
Fetching https://github.com/pointfreeco/combine-schedulers
[111889/128388] Fetching swift-perception, swift-sharing, xctest-dynamic-overlay, swift-navigation, swift-syntax, combine-schedulers
Fetched https://github.com/pointfreeco/combine-schedulers from cache (0.60s)
Fetching https://github.com/apple/swift-collections
[121751/125978] Fetching swift-perception, swift-sharing, xctest-dynamic-overlay, swift-navigation, swift-syntax
[125979/142569] Fetching swift-perception, swift-sharing, xctest-dynamic-overlay, swift-navigation, swift-syntax, swift-collections
Fetched https://github.com/apple/swift-collections from cache (2.81s)
Fetched https://github.com/pointfreeco/swift-perception from cache (10.36s)
Fetched https://github.com/pointfreeco/swift-sharing from cache (10.37s)
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (10.38s)
Fetched https://github.com/pointfreeco/swift-navigation from cache (10.45s)
Fetched https://github.com/swiftlang/swift-syntax from cache (10.51s)
Computing version for https://github.com/pointfreeco/swift-navigation
Computed https://github.com/pointfreeco/swift-navigation at 2.3.0 (11.46s)
Computing version for https://github.com/pointfreeco/swift-identified-collections
Computed https://github.com/pointfreeco/swift-identified-collections at 1.1.1 (0.90s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (0.84s)
Computing version for https://github.com/pointfreeco/combine-schedulers
Computed https://github.com/pointfreeco/combine-schedulers at 1.0.3 (0.90s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 1.3.1 (0.84s)
Computing version for https://github.com/pointfreeco/swift-case-paths
Computed https://github.com/pointfreeco/swift-case-paths at 1.7.0 (3.38s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.5.2 (0.90s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.2.0 (1.04s)
Computing version for https://github.com/pointfreeco/swift-perception
Computed https://github.com/pointfreeco/swift-perception at 1.6.0 (0.84s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 601.0.1 (3.41s)
Computing version for https://github.com/pointfreeco/swift-dependencies
Computed https://github.com/pointfreeco/swift-dependencies at 1.9.2 (0.81s)
Fetching https://github.com/pointfreeco/swift-clocks
[1/1292] Fetching swift-clocks
Fetched https://github.com/pointfreeco/swift-clocks from cache (0.50s)
Computing version for https://github.com/pointfreeco/swift-clocks
Computed https://github.com/pointfreeco/swift-clocks at 1.0.6 (1.47s)
Computing version for https://github.com/pointfreeco/swift-sharing
Computed https://github.com/pointfreeco/swift-sharing at 2.5.2 (0.92s)
Creating working copy for https://github.com/pointfreeco/swift-concurrency-extras
Working copy of https://github.com/pointfreeco/swift-concurrency-extras resolved at 1.3.1
Creating working copy for https://github.com/pointfreeco/swift-custom-dump
Working copy of https://github.com/pointfreeco/swift-custom-dump resolved at 1.3.3
Creating working copy for https://github.com/pointfreeco/swift-dependencies
Working copy of https://github.com/pointfreeco/swift-dependencies resolved at 1.9.2
Creating working copy for https://github.com/pointfreeco/swift-sharing
Working copy of https://github.com/pointfreeco/swift-sharing resolved at 2.5.2
Creating working copy for https://github.com/pointfreeco/combine-schedulers
Working copy of https://github.com/pointfreeco/combine-schedulers resolved at 1.0.3
Creating working copy for https://github.com/pointfreeco/swift-composable-architecture.git
Working copy of https://github.com/pointfreeco/swift-composable-architecture.git resolved at 1.20.2
Creating working copy for https://github.com/pointfreeco/swift-case-paths
Working copy of https://github.com/pointfreeco/swift-case-paths resolved at 1.7.0
Creating working copy for https://github.com/pointfreeco/swift-perception
Working copy of https://github.com/pointfreeco/swift-perception resolved at 1.6.0
Creating working copy for https://github.com/pointfreeco/swift-clocks
Working copy of https://github.com/pointfreeco/swift-clocks resolved at 1.0.6
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 601.0.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/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.5.2
Creating working copy for https://github.com/pointfreeco/swift-identified-collections
Working copy of https://github.com/pointfreeco/swift-identified-collections resolved at 1.1.1
Creating working copy for https://github.com/Ryu0118/swift-fullscreen-popup
Working copy of https://github.com/Ryu0118/swift-fullscreen-popup resolved at 0.3.0
Creating working copy for https://github.com/pointfreeco/swift-navigation
Working copy of https://github.com/pointfreeco/swift-navigation resolved at 2.3.0
Building for debugging...
[0/75] Write sources
[17/75] Copying PrivacyInfo.xcprivacy
[17/75] Write sources
[45/75] Compiling _SwiftSyntaxCShims dummy.c
[46/75] Compiling UIKitNavigationShim shim.m
[47/75] Write swift-version-24593BA9C3E375BF.txt
[49/120] Emitting module SwiftSyntax510
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[50/120] Emitting module SwiftSyntax601
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[51/120] Compiling SwiftSyntax601 Empty.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[52/121] Compiling SwiftSyntax510 Empty.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[53/122] Compiling IssueReporting TestContext.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[54/122] Compiling IssueReporting Unimplemented.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[55/124] Emitting module SwiftSyntax600
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[56/124] Compiling SwiftSyntax600 Empty.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[58/125] Compiling Sharing2 Empty.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[59/125] Emitting module Sharing2
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[60/125] Compiling InternalCollectionsUtilities Descriptions.swift
[61/125] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[63/125] Compiling Sharing1 Empty.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[64/125] Emitting module Sharing1
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[65/125] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[66/125] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[67/125] Emitting module SwiftSyntax509
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[68/125] Compiling SwiftSyntax509 Empty.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[69/128] Emitting module InternalCollectionsUtilities
[70/129] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[71/129] Compiling InternalCollectionsUtilities Integer rank.swift
[72/129] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[73/129] Compiling InternalCollectionsUtilities UInt+reversed.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[77/129] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[78/129] Compiling InternalCollectionsUtilities Debugging.swift
[79/129] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[80/129] Compiling InternalCollectionsUtilities _SortedCollection.swift
[81/129] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[84/129] Wrapping AST for SwiftSyntax601 for debugging
[86/139] Wrapping AST for SwiftSyntax510 for debugging
[88/147] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[88/147] Wrapping AST for SwiftSyntax600 for debugging
[89/147] Wrapping AST for SwiftSyntax509 for debugging
[92/148] Emitting module ConcurrencyExtras
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[93/149] Compiling ConcurrencyExtras MainSerialExecutor.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[94/177] Compiling SwiftSyntax SourceLocation.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[95/177] Compiling SwiftSyntax SourcePresence.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[96/214] Compiling ConcurrencyExtras UncheckedSendable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[97/268] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[98/268] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[99/268] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[100/268] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[101/268] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[102/268] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[103/268] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[104/268] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[105/268] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[106/268] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[107/268] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[108/268] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[109/268] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[110/268] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[111/275] Compiling OrderedCollections OrderedDictionary+Hashable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[112/275] Compiling OrderedCollections OrderedDictionary+Initializers.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[113/275] Compiling ConcurrencyExtras LockIsolated.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[114/275] Compiling OrderedCollections OrderedDictionary+Sequence.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[115/275] Compiling OrderedCollections OrderedDictionary+Values.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[116/275] Compiling OrderedCollections _HashTable+Bucket.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[117/275] Compiling OrderedCollections OrderedDictionary.swift
[118/275] Compiling OrderedCollections OrderedSet+Codable.swift
[119/275] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[120/275] Compiling OrderedCollections OrderedSet+Descriptions.swift
[121/275] Compiling OrderedCollections OrderedSet+Diffing.swift
[122/275] Compiling OrderedCollections OrderedSet+Equatable.swift
[123/275] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[124/275] Compiling OrderedCollections OrderedSet+Hashable.swift
[125/275] Compiling OrderedCollections OrderedSet+Initializers.swift
[126/275] Compiling OrderedCollections OrderedSet+Insertions.swift
[127/275] Compiling OrderedCollections OrderedSet+Invariants.swift
[128/275] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[129/275] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[130/275] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[131/275] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[132/275] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[133/275] Compiling OrderedCollections OrderedDictionary+Invariants.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[134/275] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[135/275] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[136/275] Compiling OrderedCollections OrderedDictionary+Sendable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[137/275] Compiling ConcurrencyExtras Result.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[138/275] Compiling ConcurrencyExtras Task.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[141/276] Compiling OrderedCollections _HashTable+Testing.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[142/276] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[143/276] Compiling OrderedCollections _HashTable+BucketIterator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[144/276] Compiling OrderedCollections _HashTable+Constants.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[145/276] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[146/276] Emitting module IssueReporting
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[159/277] Compiling OrderedCollections OrderedDictionary+Codable.swift
[160/277] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[161/277] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[162/277] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[163/277] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[164/277] Compiling OrderedCollections OrderedDictionary+Elements.swift
[165/277] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[166/277] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[168/313] Compiling PerceptionCore Bindable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[169/313] Compiling PerceptionCore Environment.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[170/314] Compiling PerceptionCore BetaChecking.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[171/314] Compiling PerceptionCore Exports.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[172/314] Compiling PerceptionCore Unchecked.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[173/314] Compiling PerceptionCore _PerceptionRegistrar.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[174/314] Emitting module CombineSchedulers
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[175/314] Compiling CombineSchedulers Timer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[176/314] Compiling PerceptionCore Locking.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[177/314] Compiling PerceptionCore ThreadLocal.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[178/314] Compiling CombineSchedulers UIKit.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[179/314] Compiling CombineSchedulers UIScheduler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[180/314] Compiling XCTestDynamicOverlay Exports.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[181/314] Compiling Clocks SwiftUI.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[182/315] Compiling CombineSchedulers UnimplementedScheduler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[183/316] Compiling Clocks Timer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[184/316] Compiling FullscreenPopup View+popup.swift
/host/spi-builder-workspace/.build/checkouts/swift-fullscreen-popup/Sources/FullscreenPopup/AnimatableFullScreenViewModifier.swift:1:8: error: no such module 'SwiftUI'
  1 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  2 | import UIKit
  3 |
[185/316] Compiling FullscreenPopup PopupModifier.swift
/host/spi-builder-workspace/.build/checkouts/swift-fullscreen-popup/Sources/FullscreenPopup/AnimatableFullScreenViewModifier.swift:1:8: error: no such module 'SwiftUI'
  1 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  2 | import UIKit
  3 |
[186/316] Compiling FullscreenPopup PopupItemModifier.swift
/host/spi-builder-workspace/.build/checkouts/swift-fullscreen-popup/Sources/FullscreenPopup/AnimatableFullScreenViewModifier.swift:1:8: error: no such module 'SwiftUI'
  1 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  2 | import UIKit
  3 |
[187/316] Compiling PerceptionCore Perceptible.swift
[188/316] Compiling PerceptionCore PerceptionChecking.swift
[193/316] Compiling OrderedCollections _HashTable.swift
[194/316] Compiling OrderedCollections _Hashtable+Header.swift
[196/316] Compiling FullscreenPopup Binding+isPresented.swift
/host/spi-builder-workspace/.build/checkouts/swift-fullscreen-popup/Sources/FullscreenPopup/AnimatableFullScreenViewModifier.swift:1:8: error: no such module 'SwiftUI'
  1 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  2 | import UIKit
  3 |
[197/316] Compiling FullscreenPopup AnimatableFullScreenViewModifier.swift
/host/spi-builder-workspace/.build/checkouts/swift-fullscreen-popup/Sources/FullscreenPopup/AnimatableFullScreenViewModifier.swift:1:8: error: no such module 'SwiftUI'
  1 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  2 | import UIKit
  3 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[198/316] Emitting module FullscreenPopup
/host/spi-builder-workspace/.build/checkouts/swift-fullscreen-popup/Sources/FullscreenPopup/AnimatableFullScreenViewModifier.swift:1:8: error: no such module 'SwiftUI'
  1 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  2 | import UIKit
  3 |
[199/316] Compiling FullscreenPopup Duration+nanoseconds.swift
/host/spi-builder-workspace/.build/checkouts/swift-fullscreen-popup/Sources/FullscreenPopup/AnimatableFullScreenViewModifier.swift:1:8: error: no such module 'SwiftUI'
  1 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  2 | import UIKit
  3 |
[200/316] Emitting module XCTestDynamicOverlay
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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/28] Write swift-version-24593BA9C3E375BF.txt
[2/38] Compiling SwiftSyntax509 Empty.swift
[3/40] Emitting module SwiftSyntax601
[4/40] Compiling SwiftSyntax601 Empty.swift
[5/50] Emitting module SwiftSyntax509
[6/75] Emitting module Sharing1
[7/75] Compiling Sharing1 Empty.swift
[8/76] Emitting module SwiftSyntax600
[9/76] Compiling SwiftSyntax600 Empty.swift
[11/77] Compiling SwiftSyntax510 Empty.swift
[12/76] Emitting module SwiftSyntax510
[14/76] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[15/76] Compiling InternalCollectionsUtilities Debugging.swift
[17/77] Compiling Sharing2 Empty.swift
[18/77] Emitting module Sharing2
[21/76] Compiling InternalCollectionsUtilities Descriptions.swift
[22/76] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[23/76] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[25/76] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[26/76] Compiling InternalCollectionsUtilities UInt+reversed.swift
[27/94] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[28/158] Compiling SwiftSyntax Identifier.swift
[29/158] Compiling SwiftSyntax MemoryLayout.swift
[30/158] Compiling SwiftSyntax MissingNodeInitializers.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[31/160] Emitting module FullscreenPopup
/host/spi-builder-workspace/.build/checkouts/swift-fullscreen-popup/Sources/FullscreenPopup/AnimatableFullScreenViewModifier.swift:1:8: error: no such module 'SwiftUI'
  1 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  2 | import UIKit
  3 |
[32/160] Compiling FullscreenPopup PopupModifier.swift
/host/spi-builder-workspace/.build/checkouts/swift-fullscreen-popup/Sources/FullscreenPopup/AnimatableFullScreenViewModifier.swift:1:8: error: no such module 'SwiftUI'
  1 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  2 | import UIKit
  3 |
[33/160] Compiling FullscreenPopup AnimatableFullScreenViewModifier.swift
/host/spi-builder-workspace/.build/checkouts/swift-fullscreen-popup/Sources/FullscreenPopup/AnimatableFullScreenViewModifier.swift:1:8: error: no such module 'SwiftUI'
  1 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  2 | import UIKit
  3 |
[34/160] Compiling FullscreenPopup PopupItemModifier.swift
/host/spi-builder-workspace/.build/checkouts/swift-fullscreen-popup/Sources/FullscreenPopup/AnimatableFullScreenViewModifier.swift:1:8: error: no such module 'SwiftUI'
  1 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  2 | import UIKit
  3 |
[35/160] Compiling FullscreenPopup View+popup.swift
/host/spi-builder-workspace/.build/checkouts/swift-fullscreen-popup/Sources/FullscreenPopup/AnimatableFullScreenViewModifier.swift:1:8: error: no such module 'SwiftUI'
  1 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  2 | import UIKit
  3 |
[36/160] Compiling FullscreenPopup Binding+isPresented.swift
/host/spi-builder-workspace/.build/checkouts/swift-fullscreen-popup/Sources/FullscreenPopup/AnimatableFullScreenViewModifier.swift:1:8: error: no such module 'SwiftUI'
  1 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  2 | import UIKit
  3 |
[37/160] Compiling FullscreenPopup Duration+nanoseconds.swift
/host/spi-builder-workspace/.build/checkouts/swift-fullscreen-popup/Sources/FullscreenPopup/AnimatableFullScreenViewModifier.swift:1:8: error: no such module 'SwiftUI'
  1 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  2 | import UIKit
  3 |
BUILD FAILURE 6.1 wasm