Build Information
Failed to build swift-composable-fullscreen-popup, reference main (06acec), with Swift 6.1 for Wasm on 28 May 2025 23:37:50 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Ryu0118/swift-composable-fullscreen-popup.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/Ryu0118/swift-composable-fullscreen-popup
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
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 main
========================================
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-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -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
Fetching https://github.com/Ryu0118/swift-fullscreen-popup
[1/108] Fetching swift-fullscreen-popup
Fetched https://github.com/Ryu0118/swift-fullscreen-popup from cache (0.46s)
[1/303663] Fetching swift-composable-architecture
Fetched https://github.com/pointfreeco/swift-composable-architecture.git from cache (28.22s)
Computing version for https://github.com/Ryu0118/swift-fullscreen-popup
Computed https://github.com/Ryu0118/swift-fullscreen-popup at 0.3.0 (29.16s)
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.17s)
Fetching https://github.com/pointfreeco/swift-sharing
Fetching https://github.com/swiftlang/swift-syntax
Fetching https://github.com/pointfreeco/swift-navigation
[1/3256] Fetching swift-sharing
[3257/48657] Fetching swift-sharing, swift-navigation
Fetched https://github.com/pointfreeco/swift-sharing from cache (0.69s)
Fetching https://github.com/pointfreeco/swift-identified-collections
Fetching https://github.com/pointfreeco/swift-perception
[2271/45401] Fetching swift-navigation
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[8628/46812] Fetching swift-navigation, swift-perception
[8868/48346] Fetching swift-navigation, swift-perception, swift-identified-collections
[11036/118798] Fetching swift-navigation, swift-perception, swift-identified-collections, swift-syntax
[12398/124256] Fetching swift-navigation, swift-perception, swift-identified-collections, swift-syntax, xctest-dynamic-overlay
Fetching https://github.com/pointfreeco/swift-dependencies
Fetched https://github.com/pointfreeco/swift-identified-collections from cache (0.90s)
[20274/122722] Fetching swift-navigation, swift-perception, swift-syntax, xctest-dynamic-overlay
Fetching https://github.com/pointfreeco/swift-custom-dump
[35263/127303] Fetching swift-navigation, swift-perception, swift-syntax, xctest-dynamic-overlay, swift-custom-dump
[49712/133552] Fetching swift-navigation, swift-perception, swift-syntax, xctest-dynamic-overlay, swift-custom-dump, swift-dependencies
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (0.92s)
[53222/128971] Fetching swift-navigation, swift-perception, swift-syntax, xctest-dynamic-overlay, swift-dependencies
Fetching https://github.com/pointfreeco/swift-concurrency-extras
Fetched https://github.com/pointfreeco/swift-perception from cache (2.27s)
[66158/127560] Fetching swift-navigation, swift-syntax, xctest-dynamic-overlay, swift-dependencies
Fetching https://github.com/pointfreeco/swift-case-paths
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (2.37s)
[62516/122102] Fetching swift-navigation, swift-syntax, swift-dependencies
Fetching https://github.com/pointfreeco/combine-schedulers
[62971/122954] Fetching swift-navigation, swift-syntax, swift-dependencies, swift-concurrency-extras
Fetched https://github.com/pointfreeco/swift-dependencies from cache (1.89s)
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (0.90s)
Fetching https://github.com/apple/swift-collections
[60196/115853] Fetching swift-navigation, swift-syntax
[61606/120228] Fetching swift-navigation, swift-syntax, swift-case-paths
[62705/122638] Fetching swift-navigation, swift-syntax, swift-case-paths, combine-schedulers
Fetched https://github.com/pointfreeco/combine-schedulers from cache (0.98s)
[70121/120228] Fetching swift-navigation, swift-syntax, swift-case-paths
[71618/136819] Fetching swift-navigation, swift-syntax, swift-case-paths, swift-collections
Fetched https://github.com/pointfreeco/swift-case-paths from cache (1.42s)
[69481/132444] Fetching swift-navigation, swift-syntax, swift-collections
Fetched https://github.com/pointfreeco/swift-navigation from cache (6.95s)
[83521/87043] Fetching swift-syntax, swift-collections
Fetched https://github.com/apple/swift-collections from cache (3.92s)
[70452/70452] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax from cache (15.25s)
Computing version for https://github.com/pointfreeco/swift-navigation
Computed https://github.com/pointfreeco/swift-navigation at 2.3.0 (16.36s)
Computing version for https://github.com/pointfreeco/swift-identified-collections
Computed https://github.com/pointfreeco/swift-identified-collections at 1.1.1 (0.95s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (0.99s)
Computing version for https://github.com/pointfreeco/combine-schedulers
Computed https://github.com/pointfreeco/combine-schedulers at 1.0.3 (1.00s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 1.3.1 (0.97s)
Computing version for https://github.com/pointfreeco/swift-case-paths
Computed https://github.com/pointfreeco/swift-case-paths at 1.7.0 (3.92s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.5.2 (1.00s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.2.0 (1.11s)
Computing version for https://github.com/pointfreeco/swift-perception
Computed https://github.com/pointfreeco/swift-perception at 1.6.0 (1.01s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 601.0.1 (4.18s)
Computing version for https://github.com/pointfreeco/swift-dependencies
Computed https://github.com/pointfreeco/swift-dependencies at 1.9.2 (1.00s)
Fetching https://github.com/pointfreeco/swift-clocks
[1/1292] Fetching swift-clocks
Fetched https://github.com/pointfreeco/swift-clocks from cache (0.45s)
Computing version for https://github.com/pointfreeco/swift-clocks
Computed https://github.com/pointfreeco/swift-clocks at 1.0.6 (1.60s)
Computing version for https://github.com/pointfreeco/swift-sharing
Computed https://github.com/pointfreeco/swift-sharing at 2.5.2 (1.08s)
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/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-perception
Working copy of https://github.com/pointfreeco/swift-perception resolved at 1.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 1.1.1
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/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 601.0.1
Creating working copy for https://github.com/pointfreeco/swift-navigation
Working copy of https://github.com/pointfreeco/swift-navigation resolved at 2.3.0
Creating working copy for https://github.com/pointfreeco/swift-clocks
Working copy of https://github.com/pointfreeco/swift-clocks resolved at 1.0.6
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-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-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/apple/swift-collections
Working copy of https://github.com/apple/swift-collections resolved at 1.2.0
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-composable-architecture.git
Working copy of https://github.com/pointfreeco/swift-composable-architecture.git resolved at 1.20.2
Building for debugging...
[0/75] Write sources
[1/75] Copying PrivacyInfo.xcprivacy
[1/75] Write sources
[45/75] Compiling UIKitNavigationShim shim.m
[46/75] Compiling _SwiftSyntaxCShims dummy.c
[47/75] Write swift-version-24593BA9C3E375BF.txt
[49/120] 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
[50/120] 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
[51/120] 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
[52/122] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[53/122] Compiling InternalCollectionsUtilities _SortedCollection.swift
[54/123] Compiling InternalCollectionsUtilities Debugging.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/123] Compiling IssueReporting IsTesting.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
[56/123] Compiling IssueReporting IssueReporter.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
[57/123] Emitting module InternalCollectionsUtilities
[58/123] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[59/123] Compiling InternalCollectionsUtilities Integer rank.swift
[60/123] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.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
[61/123] Compiling InternalCollectionsUtilities _UniqueCollection.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
[62/123] 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
[63/123] Compiling InternalCollectionsUtilities Descriptions.swift
[65/123] 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
[68/123] 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
[69/123] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[70/124] 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
[71/124] 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
[72/125] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[73/125] Compiling InternalCollectionsUtilities UInt+reversed.swift
[74/125] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[75/125] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[78/125] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[79/126] 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
[80/126] 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
[82/127] 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
[83/127] 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
[84/146] 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
[85/147] 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
[86/147] 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
[87/148] Wrapping AST for SwiftSyntax600 for debugging
[92/203] 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
[92/204] Wrapping AST for SwiftSyntax601 for debugging
[94/204] 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
[95/204] 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
[95/204] Wrapping AST for SwiftSyntax510 for debugging
[96/204] Wrapping AST for SwiftSyntax509 for debugging
[98/230] 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
[99/268] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[100/268] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[101/268] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[102/268] Compiling SwiftSyntax SyntaxBaseNodes.swift
[103/268] Compiling SwiftSyntax SyntaxCollections.swift
[104/268] Compiling SwiftSyntax SyntaxEnum.swift
[105/268] Compiling SwiftSyntax SyntaxKind.swift
[106/268] Compiling SwiftSyntax SyntaxRewriter.swift
[107/268] Compiling SwiftSyntax SyntaxTraits.swift
[108/268] Compiling SwiftSyntax SyntaxVisitor.swift
[109/268] Compiling SwiftSyntax TokenKind.swift
[110/268] Compiling SwiftSyntax Tokens.swift
[111/268] Compiling SwiftSyntax TriviaPieces.swift
[112/268] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[113/275] Compiling SwiftSyntax SyntaxChildren.swift
[114/275] Compiling SwiftSyntax SyntaxCollection.swift
[115/275] Compiling SwiftSyntax SyntaxHashable.swift
[116/275] Compiling SwiftSyntax SyntaxIdentifier.swift
[117/275] Compiling SwiftSyntax SyntaxNodeFactory.swift
[118/275] Compiling SwiftSyntax SyntaxNodeStructure.swift
[119/275] Compiling SwiftSyntax SyntaxProtocol.swift
[120/275] Compiling SwiftSyntax SyntaxText.swift
[121/275] Compiling SwiftSyntax CustomTraits.swift
[122/275] Compiling SwiftSyntax EditorPlaceholder.swift
[123/275] Compiling SwiftSyntax SourceLocation.swift
[124/275] Compiling SwiftSyntax SourcePresence.swift
[125/275] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[126/275] Compiling SwiftSyntax Syntax.swift
[127/275] Compiling SwiftSyntax SyntaxArena.swift
[128/275] Compiling SwiftSyntax SyntaxArenaAllocatedBuffer.swift
[129/275] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[130/275] Compiling SwiftSyntax TokenDiagnostic.swift
[131/275] Compiling SwiftSyntax TokenSequence.swift
[132/275] Compiling SwiftSyntax TokenSyntax.swift
[133/275] Compiling SwiftSyntax Trivia.swift
[134/275] Compiling SwiftSyntax Utils.swift
[135/275] Compiling SwiftSyntax ChildNameForKeyPath.swift
[136/275] Compiling SwiftSyntax Keyword.swift
[137/275] Compiling SwiftSyntax Identifier.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 SwiftSyntax MemoryLayout.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
[139/275] Compiling SwiftSyntax MissingNodeInitializers.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
[140/275] Compiling SwiftSyntax RawSyntaxTokenView.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
[141/275] Compiling SwiftSyntax SourceEdit.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/275] Compiling SwiftSyntax SourceLength.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/275] Compiling SwiftSyntax RawSyntax.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/275] Compiling SwiftSyntax RawSyntaxLayoutView.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/275] Compiling SwiftSyntax RawSyntaxNodeProtocol.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
[147/275] Compiling SwiftSyntax AbsolutePosition.swift
[148/275] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[149/275] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[150/275] Compiling SwiftSyntax Assert.swift
[151/275] Compiling SwiftSyntax BumpPtrAllocator.swift
[152/275] Compiling SwiftSyntax CommonAncestor.swift
[153/275] Compiling SwiftSyntax Convenience.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
<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/276] 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
[160/276] 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
[161/276] 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
<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
[166/276] 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
[168/313] 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
[169/313] Compiling CombineSchedulers ImmediateScheduler.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/313] Compiling CombineSchedulers Deprecations.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 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
[172/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
[173/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
[174/314] Compiling CombineSchedulers AnyScheduler.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
[175/314] Compiling CombineSchedulers Concurrency.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] 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
[177/314] Compiling CombineSchedulers 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
[178/314] Compiling CombineSchedulers TestScheduler.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 Lock.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 CombineSchedulers NSRecursiveLock.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 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
[183/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
[184/316] Compiling Clocks AnyClock.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
[186/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)
[187/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 |
[188/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 |
[189/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 |
[190/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 |
[199/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 |
[200/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 |
<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
[201/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
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
[0/1] Planning build
Building for debugging...
[0/28] Write swift-version-24593BA9C3E375BF.txt
[2/50] Emitting module Sharing1
[3/80] Compiling Sharing1 Empty.swift
[4/83] Emitting module SwiftSyntax509
[5/83] Compiling Sharing2 Empty.swift
[6/83] Emitting module SwiftSyntax600
[7/83] Compiling SwiftSyntax600 Empty.swift
[8/84] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[9/84] Compiling SwiftSyntax510 Empty.swift
[10/84] Compiling SwiftSyntax509 Empty.swift
[11/84] Emitting module Sharing2
[12/87] Emitting module SwiftSyntax510
[14/88] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[15/88] Compiling InternalCollectionsUtilities Debugging.swift
[19/87] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[20/87] Compiling InternalCollectionsUtilities Integer rank.swift
[21/86] Compiling InternalCollectionsUtilities Descriptions.swift
[22/86] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[26/86] Compiling ConcurrencyExtras Result.swift
[27/86] Compiling ConcurrencyExtras MainSerialExecutor.swift
[28/86] Compiling ConcurrencyExtras Task.swift
[29/86] Compiling ConcurrencyExtras LockIsolated.swift
[30/86] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[31/86] Compiling InternalCollectionsUtilities UInt+reversed.swift
[32/86] Emitting module ConcurrencyExtras
[35/86] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[36/86] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[37/86] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[38/88] Compiling ConcurrencyExtras UncheckedSendable.swift
[39/89] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[41/93] Compiling IssueReporting TestContext.swift
[42/93] Compiling IssueReporting Unimplemented.swift
[43/98] Compiling IssueReporting BreakpointReporter.swift
[44/98] Compiling IssueReporting FatalErrorReporter.swift
[45/98] Compiling IssueReporting RuntimeWarningReporter.swift
[46/98] Compiling IssueReporting ReportIssue.swift
[47/98] Emitting module IssueReporting
[48/98] 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 |
[49/98] Emitting module SwiftSyntax601
[50/98] Compiling SwiftSyntax601 Empty.swift
[52/99] Compiling InternalCollectionsUtilities _SortedCollection.swift
[53/99] 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 |
[54/99] 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 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[55/99] 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 |
[56/99] 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 |
[57/99] 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 |
[58/99] 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 |
[62/99] Emitting module InternalCollectionsUtilities
BUILD FAILURE 6.1 wasm