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 Helm, reference main (9e8323), with Swift 6.1 for Android on 28 May 2025 06:19:23 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/valentinradu/Helm.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/valentinradu/Helm
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 9e83233 Update README.md
Cloned https://github.com/valentinradu/Helm.git
Revision (git rev-parse @):
9e83233160174813b620e734d6e43018e123ed25
SUCCESS checkout https://github.com/valentinradu/Helm.git at main
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/valentinradu/Helm.git
https://github.com/valentinradu/Helm.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-collections",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-collections.git"
    }
  ],
  "manifest_display_name" : "Helm",
  "name" : "Helm",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "macos",
      "version" : "11.0"
    },
    {
      "name" : "tvos",
      "version" : "9.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "2.0"
    },
    {
      "name" : "driverkit",
      "version" : "19.0"
    }
  ],
  "products" : [
    {
      "name" : "Helm",
      "targets" : [
        "Helm"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Playground",
      "targets" : [
        "Playground"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "Playground",
      "module_type" : "SwiftTarget",
      "name" : "Playground",
      "path" : "Sources/Playground",
      "product_memberships" : [
        "Playground"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Sources/Playground/Media.xcassets",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "Examples/ActionSheet.swift",
        "Examples/Basic.swift",
        "Examples/NavigationView.swift",
        "Examples/TabView.swift",
        "PlaygroundFragment.swift"
      ],
      "target_dependencies" : [
        "Helm"
      ],
      "type" : "library"
    },
    {
      "c99name" : "HelmTests",
      "module_type" : "SwiftTarget",
      "name" : "HelmTests",
      "path" : "Tests/HelmTests",
      "sources" : [
        "Fixtures.swift",
        "GraphTests.swift",
        "HelmTests.swift"
      ],
      "target_dependencies" : [
        "Helm"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Helm",
      "module_type" : "SwiftTarget",
      "name" : "Helm",
      "path" : "Sources/Helm",
      "product_dependencies" : [
        "Collections"
      ],
      "product_memberships" : [
        "Helm",
        "Playground"
      ],
      "sources" : [
        "Errors.swift",
        "Graph+Operators.swift",
        "Graph.swift",
        "Helm+Navigation.swift",
        "Helm+Transitions.swift",
        "Helm+Traversal.swift",
        "Helm+Validation.swift",
        "Helm.swift",
        "Optional+Unwrap.swift",
        "Segue+Graph.swift",
        "Segue.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -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
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-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.16s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.85s)
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/12] Write sources
[0/12] Copying Media.xcassets
[10/12] Write sources
[11/12] Write swift-version-24593BA9C3E375BF.txt
[13/26] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[14/26] Compiling InternalCollectionsUtilities _SortedCollection.swift
[15/27] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[16/27] Compiling InternalCollectionsUtilities Debugging.swift
[17/27] Emitting module InternalCollectionsUtilities
[18/27] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[19/27] Compiling InternalCollectionsUtilities Integer rank.swift
[20/27] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[21/27] Compiling InternalCollectionsUtilities Descriptions.swift
[22/27] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[23/27] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[24/27] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[25/27] Compiling InternalCollectionsUtilities UInt+reversed.swift
[26/27] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[27/27] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[29/302] Compiling BitCollections BitArray._UnsafeHandle.swift
[30/302] Compiling BitCollections BitArray.swift
[31/304] Compiling HeapModule Heap+Descriptions.swift
[32/304] Compiling BitCollections BitArray+Shifts.swift
[33/304] Compiling BitCollections BitArray+Testing.swift
[34/304] Compiling HeapModule Heap+Invariants.swift
[35/304] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[36/304] Compiling HeapModule Heap+UnsafeHandle.swift
[37/304] Compiling BitCollections BitArray+Hashable.swift
[38/304] Compiling BitCollections BitArray+Initializers.swift
[39/304] Compiling HeapModule _HeapNode.swift
[40/304] Compiling DequeModule _DequeSlot.swift
[41/304] Compiling DequeModule _UnsafeWrappedBuffer.swift
[42/304] Compiling HeapModule Heap.swift
[43/304] Compiling BitCollections BitSet+BidirectionalCollection.swift
[44/304] Compiling BitCollections BitSet+Codable.swift
[45/304] Emitting module HeapModule
[47/305] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[48/305] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[49/305] Compiling BitCollections BitSet+SetAlgebra union.swift
[50/305] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[51/305] Compiling BitCollections BitSet.Counted.swift
[52/305] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[53/305] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[54/312] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[55/312] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[56/312] Compiling BitCollections BitArray+Extras.swift
[57/312] Compiling BitCollections BitArray+Fill.swift
[62/312] Compiling HashTreeCollections TreeSet+Hashable.swift
[63/312] Compiling HashTreeCollections TreeSet+Sendable.swift
[64/312] Compiling HashTreeCollections TreeSet+Sequence.swift
[65/312] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[66/312] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[67/312] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[68/312] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[69/312] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[70/312] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[71/312] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[72/312] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[73/312] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[74/312] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[75/312] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[76/312] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[77/312] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[78/312] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[79/329] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[80/329] Compiling BitCollections BitSet+CustomReflectable.swift
[81/329] Compiling BitCollections BitSet+CustomStringConvertible.swift
[82/329] Compiling BitCollections BitSet+Equatable.swift
[83/329] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[84/329] Compiling BitCollections BitSet+Extras.swift
[85/329] Compiling BitCollections BitSet+Hashable.swift
[90/329] Compiling BitCollections BitSet.swift
[91/329] Compiling BitCollections Range+Utilities.swift
[92/329] Compiling BitCollections Slice+Utilities.swift
[93/329] Compiling BitCollections UInt+Tricks.swift
[94/329] Compiling BitCollections _Word.swift
[95/329] Compiling OrderedCollections OrderedSet.swift
[96/329] Compiling OrderedCollections _UnsafeBitset.swift
[97/329] Compiling HashTreeCollections TreeDictionary+Merge.swift
[98/329] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[99/329] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[100/329] Compiling HashTreeCollections TreeDictionary+Values.swift
[109/329] Compiling BitCollections BitSet.Index.swift
[110/329] Compiling BitCollections BitSet._UnsafeHandle.swift
[111/329] Emitting module BitCollections
[112/329] Compiling BitCollections BitSet+Initializers.swift
[113/329] Compiling BitCollections BitSet+Invariants.swift
[114/329] Compiling BitCollections BitSet+Random.swift
[115/329] Compiling BitCollections BitSet+SetAlgebra basics.swift
[116/329] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[117/329] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[118/329] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[126/329] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[127/329] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[149/329] Compiling BitCollections BitArray+RandomBits.swift
[150/329] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[151/329] Emitting module DequeModule
[163/330] Compiling BitCollections BitArray+BitwiseOperations.swift
[164/330] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[165/330] Compiling BitCollections BitArray+Codable.swift
[166/330] Compiling BitCollections BitArray+Collection.swift
[167/330] Compiling BitCollections BitArray+Copy.swift
[168/330] Compiling BitCollections BitArray+CustomReflectable.swift
[169/330] Compiling BitCollections BitArray+Descriptions.swift
[170/330] Compiling BitCollections BitArray+Equatable.swift
[198/339] Compiling _RopeModule _CharacterRecognizer.swift
[199/339] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[200/339] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[201/339] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[202/339] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[203/339] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[204/339] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[205/339] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[206/339] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[207/339] Compiling HashTreeCollections TreeSet.swift
[240/340] Emitting module _RopeModule
[279/340] Emitting module OrderedCollections
[313/341] Emitting module HashTreeCollections
[315/342] Compiling _RopeModule Rope+Join.swift
[316/342] Compiling _RopeModule Rope+MutatingForEach.swift
[317/342] Compiling _RopeModule Rope+Remove.swift
[318/342] Compiling _RopeModule Rope+RemoveSubrange.swift
[319/342] Compiling _RopeModule Rope+Split.swift
[320/342] Compiling _RopeModule Optional Utilities.swift
[321/342] Compiling _RopeModule String Utilities.swift
[322/342] Compiling _RopeModule String.Index+ABI.swift
[344/345] Emitting module Collections
[345/345] Compiling Collections Collections.swift
[347/357] Compiling Helm Segue+Graph.swift
/host/spi-builder-workspace/Sources/Helm/Helm+Navigation.swift:10:8: error: no such module 'SwiftUI'
  8 | import Foundation
  9 | import OrderedCollections
 10 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
 11 |
 12 | // Present-related methods
[348/358] Compiling Helm Helm+Transitions.swift
/host/spi-builder-workspace/Sources/Helm/Helm+Navigation.swift:10:8: error: no such module 'SwiftUI'
  8 | import Foundation
  9 | import OrderedCollections
 10 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
 11 |
 12 | // Present-related methods
[349/358] Compiling Helm Helm+Traversal.swift
/host/spi-builder-workspace/Sources/Helm/Helm+Navigation.swift:10:8: error: no such module 'SwiftUI'
  8 | import Foundation
  9 | import OrderedCollections
 10 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
 11 |
 12 | // Present-related methods
[350/358] Compiling Helm Optional+Unwrap.swift
/host/spi-builder-workspace/Sources/Helm/Helm+Navigation.swift:10:8: error: no such module 'SwiftUI'
  8 | import Foundation
  9 | import OrderedCollections
 10 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
 11 |
 12 | // Present-related methods
[351/358] Compiling Helm Helm.swift
/host/spi-builder-workspace/Sources/Helm/Helm+Navigation.swift:10:8: error: no such module 'SwiftUI'
  8 | import Foundation
  9 | import OrderedCollections
 10 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
 11 |
 12 | // Present-related methods
error: emit-module command failed with exit code 1 (use -v to see invocation)
[352/358] Emitting module Helm
/host/spi-builder-workspace/Sources/Helm/Helm+Navigation.swift:10:8: error: no such module 'SwiftUI'
  8 | import Foundation
  9 | import OrderedCollections
 10 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
 11 |
 12 | // Present-related methods
[353/358] Compiling Helm Graph.swift
/host/spi-builder-workspace/Sources/Helm/Helm+Navigation.swift:10:8: error: no such module 'SwiftUI'
  8 | import Foundation
  9 | import OrderedCollections
 10 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
 11 |
 12 | // Present-related methods
[354/358] Compiling Helm Helm+Navigation.swift
/host/spi-builder-workspace/Sources/Helm/Helm+Navigation.swift:10:8: error: no such module 'SwiftUI'
  8 | import Foundation
  9 | import OrderedCollections
 10 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
 11 |
 12 | // Present-related methods
[355/358] Compiling Helm Errors.swift
/host/spi-builder-workspace/Sources/Helm/Helm+Navigation.swift:10:8: error: no such module 'SwiftUI'
  8 | import Foundation
  9 | import OrderedCollections
 10 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
 11 |
 12 | // Present-related methods
[356/358] Compiling Helm Graph+Operators.swift
/host/spi-builder-workspace/Sources/Helm/Helm+Navigation.swift:10:8: error: no such module 'SwiftUI'
  8 | import Foundation
  9 | import OrderedCollections
 10 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
 11 |
 12 | // Present-related methods
[357/358] Compiling Helm Helm+Validation.swift
/host/spi-builder-workspace/Sources/Helm/Helm+Navigation.swift:10:8: error: no such module 'SwiftUI'
  8 | import Foundation
  9 | import OrderedCollections
 10 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
 11 |
 12 | // Present-related methods
[358/358] Compiling Helm Segue.swift
/host/spi-builder-workspace/Sources/Helm/Helm+Navigation.swift:10:8: error: no such module 'SwiftUI'
  8 | import Foundation
  9 | import OrderedCollections
 10 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
 11 |
 12 | // Present-related methods
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-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 UnsafeMutableBufferPointer+Extras.swift
[5/16] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[6/16] Compiling InternalCollectionsUtilities Integer rank.swift
[7/16] Emitting module InternalCollectionsUtilities
[8/16] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[9/16] Compiling InternalCollectionsUtilities UInt+reversed.swift
[10/16] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[11/16] Compiling InternalCollectionsUtilities _SortedCollection.swift
[12/16] Compiling InternalCollectionsUtilities Descriptions.swift
[13/16] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[14/16] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[15/16] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[16/16] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[18/226] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[19/236] Compiling HeapModule Heap+Descriptions.swift
[20/259] Compiling HashTreeCollections _Bucket.swift
[21/259] Compiling HashTreeCollections _Hash.swift
[22/293] Compiling HeapModule Heap.swift
[23/293] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[24/293] Compiling HashTreeCollections _HashNode+Storage.swift
[25/293] Compiling HashTreeCollections _HashNode+Debugging.swift
[26/293] Compiling HashTreeCollections _HashNode+Initializers.swift
[27/293] Compiling HashTreeCollections _HashLevel.swift
[28/293] Compiling HashTreeCollections _HashNode+Builder.swift
[29/293] Compiling HeapModule _HeapNode.swift
[30/293] Compiling HeapModule Heap+Invariants.swift
[31/293] Compiling HeapModule Heap+UnsafeHandle.swift
[32/293] Emitting module HeapModule
[34/294] Compiling DequeModule _DequeSlot.swift
[35/294] Compiling DequeModule _UnsafeWrappedBuffer.swift
[36/294] Compiling HashTreeCollections _HashNode+Invariants.swift
[37/294] Compiling HashTreeCollections _HashNode+Lookups.swift
[38/294] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[39/294] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[40/294] Compiling HashTreeCollections _AncestorHashSlots.swift
[41/294] Compiling HashTreeCollections _Bitmap.swift
[42/294] Compiling HashTreeCollections TreeDictionary+Collection.swift
[43/294] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[44/294] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[45/294] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[46/294] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[47/294] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[48/294] Compiling HashTreeCollections TreeDictionary+Filter.swift
[49/301] Compiling HashTreeCollections TreeSet+Hashable.swift
[50/301] Compiling HashTreeCollections TreeSet+Sendable.swift
[51/301] Compiling HashTreeCollections TreeSet+Sequence.swift
[52/301] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[53/301] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[54/301] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[55/301] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[56/301] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[57/301] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[58/301] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[59/301] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[60/301] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[61/301] Compiling HashTreeCollections TreeDictionary+Keys.swift
[62/301] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[63/301] Compiling HashTreeCollections TreeDictionary+Merge.swift
[64/301] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[65/301] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[66/311] Compiling OrderedCollections OrderedSet+SubSequence.swift
[67/311] Compiling OrderedCollections OrderedSet+Testing.swift
[68/311] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[69/311] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[70/311] Compiling OrderedCollections OrderedSet.swift
[71/311] Compiling OrderedCollections _UnsafeBitset.swift
[72/311] Compiling HashTreeCollections TreeSet+Equatable.swift
[73/311] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[74/311] Compiling HashTreeCollections TreeSet+Extras.swift
[75/311] Compiling HashTreeCollections TreeSet+Filter.swift
[76/311] Compiling HashTreeCollections _HashNode+Structural union.swift
[77/311] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[78/311] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[79/311] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[80/311] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[81/311] Compiling HashTreeCollections _HashNode.swift
[82/311] Compiling HashTreeCollections _HashNodeHeader.swift
[91/318] Compiling HashTreeCollections _HashSlot.swift
[92/318] Compiling HashTreeCollections _HashStack.swift
[93/318] Compiling HashTreeCollections _HashTreeIterator.swift
[94/318] Compiling HashTreeCollections _HashTreeStatistics.swift
[95/318] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[96/318] Compiling HashTreeCollections _RawHashNode.swift
[97/318] Compiling HashTreeCollections _UnmanagedHashNode.swift
[106/318] Compiling BitCollections BitSet.Index.swift
[107/318] Compiling BitCollections BitSet._UnsafeHandle.swift
[108/318] Compiling BitCollections BitSet.swift
[131/318] Compiling HashTreeCollections _UnsafePath.swift
[132/318] Compiling HashTreeCollections TreeDictionary+Codable.swift
[147/318] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[148/318] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[149/318] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[150/318] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[151/318] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[152/318] Compiling HashTreeCollections _HashNode+Structural merge.swift
[153/318] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[154/318] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[155/318] Emitting module BitCollections
[164/318] Emitting module DequeModule
[193/319] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[194/319] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[195/319] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[196/319] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[197/319] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[198/319] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[199/319] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[200/319] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[201/319] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[202/319] Compiling HashTreeCollections TreeSet.swift
[212/319] Compiling BitCollections _Word.swift
[221/328] Emitting module OrderedCollections
[225/328] Compiling BitCollections Range+Utilities.swift
[226/328] Compiling BitCollections Slice+Utilities.swift
[227/328] Compiling BitCollections UInt+Tricks.swift
[281/330] Emitting module _RopeModule
[321/330] Emitting module HashTreeCollections
[322/331] Compiling _RopeModule Rope+Join.swift
[323/331] Compiling _RopeModule Rope+MutatingForEach.swift
[324/331] Compiling _RopeModule Rope+Remove.swift
[325/331] Compiling _RopeModule Rope+RemoveSubrange.swift
[326/331] Compiling _RopeModule Rope+Split.swift
[327/331] Compiling _RopeModule Optional Utilities.swift
[328/331] Compiling _RopeModule String Utilities.swift
[329/331] Compiling _RopeModule String.Index+ABI.swift
[330/331] Compiling _RopeModule _CharacterRecognizer.swift
[333/334] Compiling Collections Collections.swift
[334/334] Emitting module Collections
[336/346] Compiling Helm Segue+Graph.swift
/host/spi-builder-workspace/Sources/Helm/Helm+Navigation.swift:10:8: error: no such module 'SwiftUI'
  8 | import Foundation
  9 | import OrderedCollections
 10 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
 11 |
 12 | // Present-related methods
[337/347] Compiling Helm Helm+Validation.swift
/host/spi-builder-workspace/Sources/Helm/Helm+Navigation.swift:10:8: error: no such module 'SwiftUI'
  8 | import Foundation
  9 | import OrderedCollections
 10 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
 11 |
 12 | // Present-related methods
[338/347] Compiling Helm Helm+Transitions.swift
/host/spi-builder-workspace/Sources/Helm/Helm+Navigation.swift:10:8: error: no such module 'SwiftUI'
  8 | import Foundation
  9 | import OrderedCollections
 10 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
 11 |
 12 | // Present-related methods
[339/347] Compiling Helm Helm+Traversal.swift
/host/spi-builder-workspace/Sources/Helm/Helm+Navigation.swift:10:8: error: no such module 'SwiftUI'
  8 | import Foundation
  9 | import OrderedCollections
 10 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
 11 |
 12 | // Present-related methods
[340/347] Compiling Helm Helm.swift
/host/spi-builder-workspace/Sources/Helm/Helm+Navigation.swift:10:8: error: no such module 'SwiftUI'
  8 | import Foundation
  9 | import OrderedCollections
 10 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
 11 |
 12 | // Present-related methods
[341/347] Compiling Helm Optional+Unwrap.swift
/host/spi-builder-workspace/Sources/Helm/Helm+Navigation.swift:10:8: error: no such module 'SwiftUI'
  8 | import Foundation
  9 | import OrderedCollections
 10 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
 11 |
 12 | // Present-related methods
[342/347] Compiling Helm Segue.swift
/host/spi-builder-workspace/Sources/Helm/Helm+Navigation.swift:10:8: error: no such module 'SwiftUI'
  8 | import Foundation
  9 | import OrderedCollections
 10 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
 11 |
 12 | // Present-related methods
error: emit-module command failed with exit code 1 (use -v to see invocation)
[343/347] Emitting module Helm
/host/spi-builder-workspace/Sources/Helm/Helm+Navigation.swift:10:8: error: no such module 'SwiftUI'
  8 | import Foundation
  9 | import OrderedCollections
 10 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
 11 |
 12 | // Present-related methods
[344/347] Compiling Helm Errors.swift
/host/spi-builder-workspace/Sources/Helm/Helm+Navigation.swift:10:8: error: no such module 'SwiftUI'
  8 | import Foundation
  9 | import OrderedCollections
 10 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
 11 |
 12 | // Present-related methods
[345/347] Compiling Helm Graph+Operators.swift
/host/spi-builder-workspace/Sources/Helm/Helm+Navigation.swift:10:8: error: no such module 'SwiftUI'
  8 | import Foundation
  9 | import OrderedCollections
 10 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
 11 |
 12 | // Present-related methods
[346/347] Compiling Helm Graph.swift
/host/spi-builder-workspace/Sources/Helm/Helm+Navigation.swift:10:8: error: no such module 'SwiftUI'
  8 | import Foundation
  9 | import OrderedCollections
 10 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
 11 |
 12 | // Present-related methods
[347/347] Compiling Helm Helm+Navigation.swift
/host/spi-builder-workspace/Sources/Helm/Helm+Navigation.swift:10:8: error: no such module 'SwiftUI'
  8 | import Foundation
  9 | import OrderedCollections
 10 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
 11 |
 12 | // Present-related methods
BUILD FAILURE 6.1 android