Build Information
Failed to build SwiftTextFieldPreset, reference 1.2.1 (2b00f2
), with Swift 6.1 for Wasm on 28 May 2025 21:58:08 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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/openalloc/SwiftTextFieldPreset.git
Reference: 1.2.1
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/openalloc/SwiftTextFieldPreset
* tag 1.2.1 -> FETCH_HEAD
HEAD is now at 2b00f25 On watchOS, now stacking TextField and Presets button, per #2
Cloned https://github.com/openalloc/SwiftTextFieldPreset.git
Revision (git rev-parse @):
2b00f2589ef609af85736342f71a9bf2cde3bea2
SUCCESS checkout https://github.com/openalloc/SwiftTextFieldPreset.git at 1.2.1
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/openalloc/SwiftTextFieldPreset.git
https://github.com/openalloc/SwiftTextFieldPreset.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-collections",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.4",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-collections.git"
}
],
"manifest_display_name" : "SwiftTextFieldPreset",
"name" : "SwiftTextFieldPreset",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
},
{
"name" : "ios",
"version" : "16.0"
},
{
"name" : "watchos",
"version" : "9.0"
}
],
"products" : [
{
"name" : "TextFieldPreset",
"targets" : [
"TextFieldPreset"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "TextFieldPreset",
"module_type" : "SwiftTarget",
"name" : "TextFieldPreset",
"path" : "Sources",
"product_dependencies" : [
"Collections"
],
"product_memberships" : [
"TextFieldPreset"
],
"resources" : [
{
"path" : "/host/spi-builder-workspace/Sources/Resources/README.md",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"PresetButtonLabel.swift",
"PresetsPicker.swift",
"PresettableItem.swift",
"TextFieldPreset.swift"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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/apple/swift-collections.git
[1/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.57s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (2.71s)
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Building for debugging...
[0/11] Write sources
[0/11] Copying README.md
[0/11] Write sources
[10/11] Write swift-version-24593BA9C3E375BF.txt
[12/25] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[13/25] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[14/26] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[15/26] Compiling InternalCollectionsUtilities Descriptions.swift
[16/26] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[17/26] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[18/26] Compiling InternalCollectionsUtilities Debugging.swift
[19/26] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[20/26] Compiling InternalCollectionsUtilities _SortedCollection.swift
[21/26] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[22/26] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[23/26] Compiling InternalCollectionsUtilities Integer rank.swift
[24/26] Emitting module InternalCollectionsUtilities
[25/26] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[26/26] Compiling InternalCollectionsUtilities UInt+reversed.swift
[28/301] Compiling BitCollections BitArray+Hashable.swift
[29/301] Compiling BitCollections BitArray+Initializers.swift
[30/303] Compiling HeapModule Heap+Descriptions.swift
[31/303] Compiling BitCollections BitArray+Descriptions.swift
[32/303] Compiling BitCollections BitArray+Equatable.swift
[33/303] Compiling BitCollections BitArray+Codable.swift
[34/303] Compiling BitCollections BitArray+Collection.swift
[35/303] Compiling BitCollections BitArray+BitwiseOperations.swift
[36/303] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[37/303] Compiling BitCollections BitArray+Copy.swift
[38/303] Compiling BitCollections BitArray+CustomReflectable.swift
[39/303] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[40/303] Compiling BitCollections BitArray+Extras.swift
[41/303] Compiling BitCollections BitArray+Fill.swift
[42/303] Compiling HeapModule _HeapNode.swift
[43/303] Compiling DequeModule _DequeSlot.swift
[44/303] Compiling DequeModule _UnsafeWrappedBuffer.swift
[45/303] Compiling HashTreeCollections TreeSet+Hashable.swift
[46/303] Compiling HashTreeCollections TreeSet+Sendable.swift
[47/303] Compiling HashTreeCollections TreeSet+Sequence.swift
[48/303] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[49/303] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[50/303] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[51/303] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[52/303] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[53/303] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[54/303] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[55/313] Emitting module HeapModule
[56/313] Compiling HeapModule Heap+Invariants.swift
[57/313] Compiling HeapModule Heap+UnsafeHandle.swift
[58/313] Compiling HeapModule Heap.swift
[60/314] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[61/314] Compiling BitCollections BitSet+CustomReflectable.swift
[62/314] Compiling BitCollections BitSet+CustomStringConvertible.swift
[63/314] Compiling BitCollections BitSet+Equatable.swift
[64/314] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[65/314] Compiling BitCollections BitSet+Extras.swift
[66/314] Compiling BitCollections BitSet+Hashable.swift
[67/314] Compiling BitCollections BitSet+Initializers.swift
[68/314] Compiling BitCollections BitSet+Invariants.swift
[69/314] Compiling BitCollections BitSet+Random.swift
[70/314] Compiling BitCollections BitSet+SetAlgebra basics.swift
[71/314] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[72/314] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[73/314] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[74/314] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[75/314] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[76/314] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[77/314] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[78/314] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[79/314] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[80/314] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[81/314] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[82/314] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[83/314] Compiling BitCollections BitSet+SetAlgebra union.swift
[84/314] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[85/314] Compiling BitCollections BitSet.Counted.swift
[86/314] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[87/314] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[96/328] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[97/328] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[104/328] Compiling BitCollections BitArray+RandomBits.swift
[105/328] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[106/328] Compiling BitCollections BitArray+Shifts.swift
[107/328] Compiling BitCollections BitArray+Testing.swift
[108/328] Compiling BitCollections BitArray._UnsafeHandle.swift
[109/328] Compiling BitCollections BitArray.swift
[110/328] Compiling BitCollections BitSet+BidirectionalCollection.swift
[111/328] Compiling BitCollections BitSet+Codable.swift
[118/328] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[119/328] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[144/328] Compiling BitCollections BitSet.Index.swift
[145/328] Compiling BitCollections BitSet._UnsafeHandle.swift
[146/328] Compiling OrderedCollections OrderedSet+Sendable.swift
[147/328] Compiling OrderedCollections OrderedSet+SubSequence.swift
[148/328] Compiling OrderedCollections OrderedSet+Testing.swift
[149/328] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[150/328] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[151/328] Compiling OrderedCollections OrderedSet.swift
[152/328] Compiling OrderedCollections _UnsafeBitset.swift
[153/328] Compiling HashTreeCollections TreeSet+Equatable.swift
[154/328] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[155/328] Compiling HashTreeCollections TreeSet+Extras.swift
[156/328] Compiling HashTreeCollections TreeSet+Filter.swift
[157/328] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[158/328] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[159/328] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[160/328] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[161/328] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[162/328] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[163/328] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[164/328] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[165/328] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[166/328] Compiling HashTreeCollections TreeSet.swift
[167/328] Emitting module DequeModule
[184/328] Emitting module BitCollections
[212/338] Emitting module OrderedCollections
[248/340] Emitting module _RopeModule
[302/340] Compiling _RopeModule Rope+Join.swift
[303/340] Compiling _RopeModule Rope+MutatingForEach.swift
[304/340] Compiling _RopeModule Rope+Remove.swift
[305/340] Compiling _RopeModule Rope+RemoveSubrange.swift
[306/340] Compiling _RopeModule Rope+Split.swift
[307/340] Compiling _RopeModule Optional Utilities.swift
[308/340] Compiling _RopeModule String Utilities.swift
[309/340] Compiling _RopeModule String.Index+ABI.swift
[310/340] Compiling _RopeModule _CharacterRecognizer.swift
[311/340] Emitting module HashTreeCollections
[343/344] Emitting module Collections
[344/344] Compiling Collections Collections.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[346/351] Emitting module TextFieldPreset
/host/spi-builder-workspace/Sources/PresetButtonLabel.swift:20:8: error: no such module 'SwiftUI'
18 |
19 | import Collections
20 | import SwiftUI
| `- error: no such module 'SwiftUI'
21 |
22 | public struct PresetButtonLabel: View {
[347/351] Compiling TextFieldPreset resource_bundle_accessor.swift
/host/spi-builder-workspace/Sources/PresetButtonLabel.swift:20:8: error: no such module 'SwiftUI'
18 |
19 | import Collections
20 | import SwiftUI
| `- error: no such module 'SwiftUI'
21 |
22 | public struct PresetButtonLabel: View {
[348/351] Compiling TextFieldPreset TextFieldPreset.swift
/host/spi-builder-workspace/Sources/PresetButtonLabel.swift:20:8: error: no such module 'SwiftUI'
18 |
19 | import Collections
20 | import SwiftUI
| `- error: no such module 'SwiftUI'
21 |
22 | public struct PresetButtonLabel: View {
[349/351] Compiling TextFieldPreset PresetsPicker.swift
/host/spi-builder-workspace/Sources/PresetButtonLabel.swift:20:8: error: no such module 'SwiftUI'
18 |
19 | import Collections
20 | import SwiftUI
| `- error: no such module 'SwiftUI'
21 |
22 | public struct PresetButtonLabel: View {
[350/351] Compiling TextFieldPreset PresetButtonLabel.swift
/host/spi-builder-workspace/Sources/PresetButtonLabel.swift:20:8: error: no such module 'SwiftUI'
18 |
19 | import Collections
20 | import SwiftUI
| `- error: no such module 'SwiftUI'
21 |
22 | public struct PresetButtonLabel: View {
[351/351] Compiling TextFieldPreset PresettableItem.swift
/host/spi-builder-workspace/Sources/PresetButtonLabel.swift:20:8: error: no such module 'SwiftUI'
18 |
19 | import Collections
20 | import SwiftUI
| `- error: no such module 'SwiftUI'
21 |
22 | public struct PresetButtonLabel: View {
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/15] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[3/15] Compiling InternalCollectionsUtilities UInt+reversed.swift
[4/15] Compiling InternalCollectionsUtilities Descriptions.swift
[5/15] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[6/15] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[7/16] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[8/16] Compiling InternalCollectionsUtilities Debugging.swift
[9/16] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[10/16] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[11/16] Compiling InternalCollectionsUtilities Integer rank.swift
[12/16] Emitting module InternalCollectionsUtilities
[13/16] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[14/16] Compiling InternalCollectionsUtilities _SortedCollection.swift
[15/16] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[16/16] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[18/90] Compiling HeapModule Heap+Descriptions.swift
[19/223] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[20/223] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[21/293] Compiling HeapModule _HeapNode.swift
[22/293] Compiling HeapModule Heap.swift
[23/293] Compiling HeapModule Heap+Invariants.swift
[24/293] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[25/293] Compiling HeapModule Heap+UnsafeHandle.swift
[26/293] Emitting module HeapModule
[27/294] Compiling _RopeModule BigString+LosslessStringConvertible.swift
[28/294] Compiling _RopeModule BigString+RangeReplaceableCollection.swift
[29/294] Compiling _RopeModule BigString+ExpressibleByStringLiteral.swift
[30/294] Compiling _RopeModule BigString+Hashing.swift
[31/294] Compiling _RopeModule BigString+CustomStringConvertible.swift
[32/294] Compiling _RopeModule BigString+Equatable.swift
[34/294] Compiling _RopeModule BigString+Chunk+Indexing by Characters.swift
[35/294] Compiling _RopeModule BigString+Chunk+Indexing by UTF16.swift
[36/294] Compiling _RopeModule BigString+Sequence.swift
[37/294] Compiling _RopeModule BigString+TextOutputStream.swift
[38/294] Compiling _RopeModule BigString+Chunk+Append and Insert.swift
[39/294] Compiling _RopeModule BigString+Chunk+Breaks.swift
[40/294] Compiling _RopeModule BigString+Chunk+Counts.swift
[41/294] Compiling _RopeModule BigString+Chunk+Description.swift
[43/301] Emitting module BitCollections
[44/308] Compiling BitCollections BitSet.swift
[45/308] Compiling BitCollections Range+Utilities.swift
[46/308] Compiling BitCollections Slice+Utilities.swift
[47/308] Compiling BitCollections UInt+Tricks.swift
[48/308] Compiling BitCollections _Word.swift
[49/308] Compiling OrderedCollections OrderedSet.swift
[50/308] Compiling OrderedCollections _UnsafeBitset.swift
[51/308] Compiling _RopeModule Rope.swift
[52/308] Compiling _RopeModule RopeElement.swift
[53/308] Compiling _RopeModule RopeMetric.swift
[54/318] Compiling _RopeModule Rope+Invariants.swift
[55/318] Compiling _RopeModule Rope+_Node.swift
[56/318] Compiling _RopeModule _RopeVersion.swift
[57/318] Compiling _RopeModule Rope+Collection.swift
[58/318] Compiling _RopeModule Rope+Index.swift
[59/318] Compiling BitCollections BitSet.Index.swift
[60/318] Compiling BitCollections BitSet._UnsafeHandle.swift
[63/318] Compiling _RopeModule BigString+Chunk+RopeElement.swift
[64/318] Compiling _RopeModule BigString+Chunk+Splitting.swift
[65/318] Compiling _RopeModule BigString+Chunk.swift
[66/318] Compiling _RopeModule BigString+BidirectionalCollection.swift
[67/318] Compiling _RopeModule BigString+Builder.swift
[68/318] Compiling _RopeModule BigString+Contents.swift
[69/318] Compiling _RopeModule BigString+Debugging.swift
[72/318] Compiling _RopeModule BigString+Comparable.swift
[73/318] Compiling _RopeModule BigString+CustomDebugStringConvertible.swift
[74/318] Emitting module DequeModule
[75/319] Compiling _RopeModule BigString+Index.swift
[76/319] Compiling _RopeModule BigString+Ingester.swift
[77/319] Compiling _RopeModule BigString+Invariants.swift
[78/319] Compiling _RopeModule BigString+Iterators.swift
[79/319] Compiling _RopeModule BigString+Metrics.swift
[80/319] Compiling _RopeModule BigString+Summary.swift
[81/319] Compiling _RopeModule BigString.swift
[82/319] Compiling _RopeModule BigString+Append.swift
[83/319] Compiling _RopeModule BigString+Initializers.swift
[84/319] Compiling _RopeModule BigString+Insert.swift
[85/319] Compiling _RopeModule BigString+Managing Breaks.swift
[86/319] Compiling _RopeModule BigString+RemoveSubrange.swift
[87/319] Compiling _RopeModule BigString+ReplaceSubrange.swift
[88/319] Compiling _RopeModule BigString+Split.swift
[89/319] Compiling _RopeModule Range+BigString.swift
[90/319] Compiling _RopeModule BigString+UTF16View.swift
[99/319] Compiling _RopeModule BigString+UTF8View.swift
[100/319] Compiling _RopeModule BigString+UnicodeScalarView.swift
[101/319] Compiling _RopeModule BigSubstring+UTF16View.swift
[102/319] Compiling _RopeModule BigSubstring+UTF8View.swift
[103/319] Compiling _RopeModule BigSubstring+UnicodeScalarView.swift
[104/319] Compiling _RopeModule BigSubstring.swift
[105/319] Compiling _RopeModule Rope+Builder.swift
[106/319] Compiling _RopeModule Rope+Debugging.swift
[131/319] Compiling _RopeModule RopeSummary.swift
[132/319] Compiling _RopeModule _RopeItem.swift
[133/319] Compiling _RopeModule _RopePath.swift
[134/319] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[135/319] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[136/319] Compiling HashTreeCollections TreeDictionary+Keys.swift
[137/319] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[138/319] Compiling HashTreeCollections TreeDictionary+Merge.swift
[139/319] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[140/319] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[141/319] Compiling HashTreeCollections TreeDictionary+Values.swift
[158/319] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[159/319] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[160/319] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[161/319] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[162/319] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[163/319] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[164/319] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[165/319] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[166/319] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[167/319] Compiling HashTreeCollections TreeSet.swift
[256/329] Emitting module OrderedCollections
[301/330] Emitting module _RopeModule
[302/330] Emitting module HashTreeCollections
[304/331] Compiling _RopeModule Rope+Join.swift
[305/331] Compiling _RopeModule Rope+MutatingForEach.swift
[306/331] Compiling _RopeModule Rope+Remove.swift
[307/331] Compiling _RopeModule Rope+RemoveSubrange.swift
[308/331] Compiling _RopeModule Rope+Split.swift
[309/331] Compiling _RopeModule Optional Utilities.swift
[310/331] Compiling _RopeModule String Utilities.swift
[311/331] Compiling _RopeModule String.Index+ABI.swift
[312/331] Compiling _RopeModule _CharacterRecognizer.swift
[333/334] Emitting module Collections
[334/334] Compiling Collections Collections.swift
[336/341] Compiling TextFieldPreset resource_bundle_accessor.swift
/host/spi-builder-workspace/Sources/PresetButtonLabel.swift:20:8: error: no such module 'SwiftUI'
18 |
19 | import Collections
20 | import SwiftUI
| `- error: no such module 'SwiftUI'
21 |
22 | public struct PresetButtonLabel: View {
[337/341] Compiling TextFieldPreset TextFieldPreset.swift
/host/spi-builder-workspace/Sources/PresetButtonLabel.swift:20:8: error: no such module 'SwiftUI'
18 |
19 | import Collections
20 | import SwiftUI
| `- error: no such module 'SwiftUI'
21 |
22 | public struct PresetButtonLabel: View {
[338/341] Compiling TextFieldPreset PresetsPicker.swift
/host/spi-builder-workspace/Sources/PresetButtonLabel.swift:20:8: error: no such module 'SwiftUI'
18 |
19 | import Collections
20 | import SwiftUI
| `- error: no such module 'SwiftUI'
21 |
22 | public struct PresetButtonLabel: View {
[339/341] Compiling TextFieldPreset PresettableItem.swift
/host/spi-builder-workspace/Sources/PresetButtonLabel.swift:20:8: error: no such module 'SwiftUI'
18 |
19 | import Collections
20 | import SwiftUI
| `- error: no such module 'SwiftUI'
21 |
22 | public struct PresetButtonLabel: View {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[340/341] Emitting module TextFieldPreset
/host/spi-builder-workspace/Sources/PresetButtonLabel.swift:20:8: error: no such module 'SwiftUI'
18 |
19 | import Collections
20 | import SwiftUI
| `- error: no such module 'SwiftUI'
21 |
22 | public struct PresetButtonLabel: View {
[341/341] Compiling TextFieldPreset PresetButtonLabel.swift
/host/spi-builder-workspace/Sources/PresetButtonLabel.swift:20:8: error: no such module 'SwiftUI'
18 |
19 | import Collections
20 | import SwiftUI
| `- error: no such module 'SwiftUI'
21 |
22 | public struct PresetButtonLabel: View {
BUILD FAILURE 6.1 wasm