The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build SwiftTextFieldPreset, reference main (2b00f2), with Swift 6.1 for Wasm on 28 May 2025 21:58:35 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>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/openalloc/SwiftTextFieldPreset.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/openalloc/SwiftTextFieldPreset
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
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 main
========================================
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-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/apple/swift-collections.git
[1/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.76s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (2.99s)
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
[1/11] Copying README.md
[1/11] Write sources
[10/11] Write swift-version-24593BA9C3E375BF.txt
[12/25] Emitting module InternalCollectionsUtilities
[13/26] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[14/26] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[15/26] Compiling InternalCollectionsUtilities UInt+reversed.swift
[16/26] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[17/26] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[18/26] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[19/26] Compiling InternalCollectionsUtilities _SortedCollection.swift
[20/26] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[21/26] Compiling InternalCollectionsUtilities Integer rank.swift
[22/26] Compiling InternalCollectionsUtilities Descriptions.swift
[23/26] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[24/26] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[25/26] Compiling InternalCollectionsUtilities Debugging.swift
[26/26] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[28/301] Compiling HashTreeCollections _HashNode+Structural merge.swift
[29/301] Compiling HashTreeCollections _AncestorHashSlots.swift
[30/303] Compiling HeapModule _HeapNode.swift
[31/303] Compiling HeapModule Heap.swift
[32/303] Compiling HeapModule Heap+Invariants.swift
[33/303] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[34/303] Compiling HeapModule Heap+Descriptions.swift
[35/303] Compiling HeapModule Heap+UnsafeHandle.swift
[36/303] Compiling HashTreeCollections _HashNode+Storage.swift
[37/303] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[38/303] Emitting module HeapModule
[39/304] Compiling DequeModule _DequeSlot.swift
[40/304] Compiling DequeModule _UnsafeWrappedBuffer.swift
[41/304] Emitting module BitCollections
[42/311] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[43/311] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[44/311] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[45/311] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[46/311] Compiling HashTreeCollections _HashNode+Structural filter.swift
[47/311] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[48/311] Compiling HashTreeCollections _Bitmap.swift
[49/311] Compiling HashTreeCollections _Bucket.swift
[51/311] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[52/311] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[53/311] Compiling HashTreeCollections TreeDictionary+Keys.swift
[54/311] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[55/311] Compiling HashTreeCollections TreeDictionary+Merge.swift
[56/311] Compiling BitCollections BitSet.Index.swift
[57/311] Compiling BitCollections BitSet._UnsafeHandle.swift
[58/318] Compiling HashTreeCollections _HashNode.swift
[59/318] Compiling HashTreeCollections _HashNodeHeader.swift
[60/318] Compiling HashTreeCollections _HashSlot.swift
[61/318] Compiling HashTreeCollections _HashStack.swift
[62/318] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[63/318] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[64/318] Compiling HashTreeCollections TreeDictionary+Filter.swift
[65/318] Compiling HashTreeCollections TreeSet+Hashable.swift
[66/318] Compiling HashTreeCollections TreeSet+Sendable.swift
[67/318] Compiling HashTreeCollections TreeSet+Sequence.swift
[68/318] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[69/318] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[70/318] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[71/318] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[72/318] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[73/318] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[74/318] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[75/328] Compiling OrderedCollections OrderedSet+SubSequence.swift
[76/328] Compiling OrderedCollections OrderedSet+Testing.swift
[77/328] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[78/328] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[79/328] Compiling OrderedCollections OrderedSet.swift
[80/328] Compiling OrderedCollections _UnsafeBitset.swift
[81/328] Compiling HashTreeCollections TreeSet+Equatable.swift
[82/328] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[83/328] Compiling HashTreeCollections TreeSet+Extras.swift
[84/328] Compiling HashTreeCollections TreeSet+Filter.swift
[86/328] Compiling HashTreeCollections _HashNode+Builder.swift
[87/328] Compiling HashTreeCollections _HashNode+Debugging.swift
[88/328] Compiling HashTreeCollections _HashNode+Initializers.swift
[89/328] Compiling HashTreeCollections _HashNode+Invariants.swift
[90/328] Compiling HashTreeCollections _HashNode+Lookups.swift
[91/328] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[99/328] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[100/328] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[106/328] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[107/328] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[108/328] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[109/328] Compiling HashTreeCollections _HashNode+Structural union.swift
[110/328] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[111/328] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[114/328] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[115/328] Compiling HashTreeCollections _RawHashNode.swift
[116/328] Compiling HashTreeCollections _UnmanagedHashNode.swift
[117/328] Compiling HashTreeCollections _UnsafePath.swift
[118/328] Compiling HashTreeCollections TreeDictionary+Codable.swift
[119/328] Compiling HashTreeCollections TreeDictionary+Collection.swift
[120/328] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[121/328] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[128/328] Compiling HashTreeCollections _HashTreeIterator.swift
[129/328] Compiling HashTreeCollections _HashTreeStatistics.swift
[155/328] Compiling OrderedCollections OrderedSet+Sendable.swift
[156/328] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[157/328] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[165/328] Emitting module DequeModule
[167/329] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[168/329] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[169/329] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[170/329] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[171/329] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[172/329] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[173/329] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[174/329] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[175/329] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[176/329] Compiling HashTreeCollections TreeSet.swift
[246/339] Emitting module OrderedCollections
[280/340] Emitting module _RopeModule
[292/340] Emitting module HashTreeCollections
[333/341] Compiling _RopeModule Rope+Join.swift
[334/341] Compiling _RopeModule Rope+MutatingForEach.swift
[335/341] Compiling _RopeModule Rope+Remove.swift
[336/341] Compiling _RopeModule Rope+RemoveSubrange.swift
[337/341] Compiling _RopeModule Rope+Split.swift
[338/341] Compiling _RopeModule Optional Utilities.swift
[339/341] Compiling _RopeModule String Utilities.swift
[340/341] Compiling _RopeModule String.Index+ABI.swift
[341/341] Compiling _RopeModule _CharacterRecognizer.swift
[343/344] Emitting module Collections
[344/344] Compiling Collections Collections.swift
[346/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 {
[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 {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[348/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 {
[349/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 {
[350/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 {
[351/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 {
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/1] Write swift-version-24593BA9C3E375BF.txt
[2/15] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[3/15] Compiling InternalCollectionsUtilities Debugging.swift
[4/16] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[5/16] Compiling InternalCollectionsUtilities Descriptions.swift
[6/16] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[7/16] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[8/16] Compiling InternalCollectionsUtilities Integer rank.swift
[9/16] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[10/16] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[11/16] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[12/16] Emitting module InternalCollectionsUtilities
[13/16] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[14/16] Compiling InternalCollectionsUtilities UInt+reversed.swift
[15/16] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[16/16] Compiling InternalCollectionsUtilities _SortedCollection.swift
[18/249] Compiling _RopeModule BigString+Chunk+Counts.swift
[19/249] Compiling _RopeModule BigString+Chunk+Description.swift
[20/269] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[21/285] Compiling HeapModule Heap+Descriptions.swift
[22/293] Compiling _RopeModule BigString+Builder.swift
[23/293] Compiling _RopeModule BigString+Contents.swift
[24/293] Compiling HeapModule Heap.swift
[25/293] Compiling HeapModule _HeapNode.swift
[26/293] Compiling _RopeModule BigString+Chunk+Indexing by Characters.swift
[27/293] Compiling _RopeModule BigString+Chunk+Indexing by UTF16.swift
[28/293] Emitting module HeapModule
[29/293] Compiling HeapModule Heap+Invariants.swift
[30/293] Compiling HeapModule Heap+UnsafeHandle.swift
[31/294] Compiling _RopeModule BigString+Chunk+RopeElement.swift
[32/294] Compiling _RopeModule BigString+Chunk+Splitting.swift
[33/294] Compiling _RopeModule BigString+Chunk.swift
[34/294] Compiling _RopeModule BigString+BidirectionalCollection.swift
[36/294] Compiling DequeModule _DequeSlot.swift
[37/294] Compiling DequeModule _UnsafeWrappedBuffer.swift
[42/294] Compiling _RopeModule BigString+Debugging.swift
[43/294] Compiling _RopeModule BigString+Index.swift
[45/301] Compiling _RopeModule Rope+_UnmanagedLeaf.swift
[46/301] Compiling _RopeModule Rope+_UnsafeHandle.swift
[47/301] Compiling _RopeModule Rope.swift
[48/301] Compiling _RopeModule RopeElement.swift
[49/301] Compiling _RopeModule RopeMetric.swift
[50/301] Compiling _RopeModule RopeSummary.swift
[51/301] Compiling _RopeModule _RopeItem.swift
[52/301] Compiling _RopeModule _RopePath.swift
[53/301] Compiling _RopeModule BigString+Comparable.swift
[54/301] Compiling _RopeModule BigString+CustomDebugStringConvertible.swift
[55/301] Compiling _RopeModule BigString+CustomStringConvertible.swift
[56/301] Compiling _RopeModule BigString+Equatable.swift
[57/301] Compiling BitCollections BitSet.Index.swift
[58/301] Compiling BitCollections BitSet._UnsafeHandle.swift
[59/308] Compiling _RopeModule BigString+Iterators.swift
[60/308] Compiling _RopeModule BigString+Metrics.swift
[61/308] Compiling _RopeModule BigString+Summary.swift
[62/308] Compiling _RopeModule BigString.swift
[63/308] Compiling _RopeModule BigString+Append.swift
[64/308] Compiling _RopeModule BigString+Initializers.swift
[65/308] Compiling _RopeModule BigString+Insert.swift
[66/308] Compiling _RopeModule BigString+Managing Breaks.swift
[75/308] Compiling OrderedCollections OrderedSet+SubSequence.swift
[76/308] Compiling OrderedCollections OrderedSet+Testing.swift
[77/308] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[78/308] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[79/308] Compiling OrderedCollections OrderedSet.swift
[80/308] Compiling OrderedCollections _UnsafeBitset.swift
[81/308] Compiling _RopeModule Rope+Sequence.swift
[82/308] Compiling _RopeModule Rope+Append.swift
[83/308] Compiling _RopeModule Rope+Extract.swift
[84/308] Compiling _RopeModule Rope+Find.swift
[85/308] Compiling _RopeModule Rope+ForEachWhile.swift
[86/308] Compiling _RopeModule Rope+Insert.swift
[87/308] Compiling HashTreeCollections TreeSet+Sequence.swift
[88/308] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[89/308] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[90/308] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[91/308] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[92/308] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[93/308] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[94/308] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[95/318] Compiling _RopeModule BigSubstring+UTF16View.swift
[96/318] Compiling _RopeModule BigSubstring+UTF8View.swift
[97/318] Compiling _RopeModule BigSubstring+UnicodeScalarView.swift
[98/318] Compiling _RopeModule BigSubstring.swift
[99/318] Compiling _RopeModule Rope+Builder.swift
[100/318] Compiling _RopeModule Rope+Debugging.swift
[101/318] Compiling _RopeModule Rope+Invariants.swift
[102/318] Emitting module BitCollections
[103/318] Compiling _RopeModule BigString+Chunk+Append and Insert.swift
[104/318] Compiling _RopeModule BigString+Chunk+Breaks.swift
[113/318] Emitting module DequeModule
[118/319] Compiling OrderedCollections OrderedSet+Sendable.swift
[123/319] Compiling _RopeModule BigString+RemoveSubrange.swift
[124/319] Compiling _RopeModule BigString+ReplaceSubrange.swift
[125/319] Compiling _RopeModule BigString+Split.swift
[126/319] Compiling _RopeModule Range+BigString.swift
[127/319] Compiling _RopeModule BigString+UTF16View.swift
[128/319] Compiling _RopeModule BigString+UTF8View.swift
[129/319] Compiling _RopeModule BigString+UnicodeScalarView.swift
[137/319] Compiling _RopeModule Rope+_Node.swift
[138/319] Compiling _RopeModule Rope+_Storage.swift
[173/319] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[174/319] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[175/319] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[176/319] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[177/319] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[178/319] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[179/319] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[180/319] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[181/319] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[182/319] Compiling HashTreeCollections TreeSet.swift
[191/320] Emitting module OrderedCollections
[270/330] Emitting module _RopeModule
[282/330] Emitting module HashTreeCollections
[323/331] Compiling _RopeModule Rope+Join.swift
[324/331] Compiling _RopeModule Rope+MutatingForEach.swift
[325/331] Compiling _RopeModule Rope+Remove.swift
[326/331] Compiling _RopeModule Rope+RemoveSubrange.swift
[327/331] Compiling _RopeModule Rope+Split.swift
[328/331] Compiling _RopeModule Optional Utilities.swift
[329/331] Compiling _RopeModule String Utilities.swift
[330/331] Compiling _RopeModule String.Index+ABI.swift
[331/331] Compiling _RopeModule _CharacterRecognizer.swift
[333/334] Emitting module Collections
[334/334] Compiling Collections Collections.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[336/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 {
[337/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 {
[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 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 {
[340/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 {
[341/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 {
BUILD FAILURE 6.1 wasm