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 v0.0.12-beta (4cbe7c), with Swift 6.1 for Android on 28 May 2025 06:18:40 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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: v0.0.12-beta
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
 * tag               v0.0.12-beta -> FETCH_HEAD
HEAD is now at 4cbe7c1 Removed logo
Cloned https://github.com/valentinradu/Helm.git
Revision (git rev-parse @):
4cbe7c1348acee3054dfaa7d5f19eff8e8f95cc4
SUCCESS checkout https://github.com/valentinradu/Helm.git at v0.0.12-beta
========================================
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-1":/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.65s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (3.00s)
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
[10/12] Copying Media.xcassets
[11/12] Write swift-version-24593BA9C3E375BF.txt
[13/26] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[14/27] Emitting module InternalCollectionsUtilities
[15/27] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[16/27] Compiling InternalCollectionsUtilities Integer rank.swift
[17/27] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[18/27] Compiling InternalCollectionsUtilities UInt+reversed.swift
[19/27] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[20/27] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[21/27] Compiling InternalCollectionsUtilities Debugging.swift
[22/27] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[23/27] Compiling InternalCollectionsUtilities _SortedCollection.swift
[24/27] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[25/27] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[26/27] Compiling InternalCollectionsUtilities Descriptions.swift
[27/27] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[29/302] Compiling HashTreeCollections _HashLevel.swift
[30/302] Compiling HashTreeCollections _HashNode+Builder.swift
[31/304] Compiling HeapModule Heap+Descriptions.swift
[32/304] Compiling HeapModule _HeapNode.swift
[33/304] Compiling DequeModule _DequeSlot.swift
[34/304] Compiling DequeModule _UnsafeWrappedBuffer.swift
[35/304] Compiling HeapModule Heap.swift
[36/304] Emitting module HeapModule
[37/304] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[38/304] Compiling HeapModule Heap+UnsafeHandle.swift
[39/304] Compiling HeapModule Heap+Invariants.swift
[40/305] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[41/305] Compiling HashTreeCollections TreeSet+Debugging.swift
[42/305] Compiling HashTreeCollections TreeSet+Descriptions.swift
[43/305] Compiling HashTreeCollections TreeSet+Equatable.swift
[44/305] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[45/305] Compiling HashTreeCollections TreeSet+Extras.swift
[46/305] Compiling HashTreeCollections TreeSet+Filter.swift
[47/305] Compiling HashTreeCollections TreeDictionary+Merge.swift
[48/305] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[49/305] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[50/305] Compiling HashTreeCollections TreeDictionary+Values.swift
[51/305] Compiling HashTreeCollections TreeDictionary.swift
[52/305] Compiling HashTreeCollections TreeSet+Codable.swift
[53/305] Compiling HashTreeCollections TreeSet+Collection.swift
[55/312] Compiling HashTreeCollections _AncestorHashSlots.swift
[56/312] Compiling HashTreeCollections _Bitmap.swift
[57/312] Compiling HashTreeCollections _HashNode+Storage.swift
[58/312] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[59/312] Compiling HashTreeCollections _HashNode+Structural filter.swift
[60/312] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[61/312] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[62/312] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[63/312] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[64/319] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[65/319] Compiling HashTreeCollections _HashNode+Structural merge.swift
[66/319] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[67/319] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[68/319] Compiling HashTreeCollections TreeDictionary+Filter.swift
[69/319] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[70/319] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[71/319] Emitting module BitCollections
[72/319] Compiling BitCollections BitSet.swift
[73/319] Compiling BitCollections Range+Utilities.swift
[74/319] Compiling BitCollections Slice+Utilities.swift
[75/319] Compiling BitCollections UInt+Tricks.swift
[76/319] Compiling BitCollections _Word.swift
[77/319] Compiling OrderedCollections OrderedSet.swift
[78/319] Compiling OrderedCollections _UnsafeBitset.swift
[79/319] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[80/319] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[81/319] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[82/329] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[83/329] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[84/329] Compiling HashTreeCollections _HashNode+Debugging.swift
[85/329] Compiling HashTreeCollections _HashNode+Initializers.swift
[86/329] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[87/329] Compiling HashTreeCollections _HashNode+Structural union.swift
[88/329] Compiling HashTreeCollections _Bucket.swift
[89/329] Compiling HashTreeCollections _Hash.swift
[90/329] Compiling HashTreeCollections _HashNode+Invariants.swift
[91/329] Compiling HashTreeCollections _HashNode+Lookups.swift
[100/329] Compiling BitCollections BitSet.Index.swift
[101/329] Compiling BitCollections BitSet._UnsafeHandle.swift
[110/329] Emitting module DequeModule
[118/330] Compiling HashTreeCollections TreeDictionary+Keys.swift
[119/330] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[177/330] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[178/330] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[179/330] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[180/330] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[181/330] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[182/330] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[183/330] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[184/330] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[185/330] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[186/330] Compiling HashTreeCollections TreeSet.swift
[187/330] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[188/330] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[189/330] Compiling HashTreeCollections _HashNode.swift
[190/330] Compiling HashTreeCollections _HashNodeHeader.swift
[191/330] Compiling HashTreeCollections _HashSlot.swift
[192/330] Compiling HashTreeCollections _HashStack.swift
[193/330] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[194/330] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[218/331] Compiling HashTreeCollections _HashTreeIterator.swift
[219/331] Compiling HashTreeCollections _HashTreeStatistics.swift
[220/331] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[221/331] Compiling HashTreeCollections _RawHashNode.swift
[222/331] Compiling HashTreeCollections _UnmanagedHashNode.swift
[223/331] Compiling HashTreeCollections _UnsafePath.swift
[224/331] Compiling HashTreeCollections TreeDictionary+Codable.swift
[225/331] Compiling HashTreeCollections TreeDictionary+Collection.swift
[226/331] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[227/331] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[228/331] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[267/340] Emitting module OrderedCollections
[269/341] Emitting module _RopeModule
[303/341] Emitting module HashTreeCollections
[334/342] Compiling _RopeModule Rope+Join.swift
[335/342] Compiling _RopeModule Rope+MutatingForEach.swift
[336/342] Compiling _RopeModule Rope+Remove.swift
[337/342] Compiling _RopeModule Rope+RemoveSubrange.swift
[338/342] Compiling _RopeModule Rope+Split.swift
[339/342] Compiling _RopeModule Optional Utilities.swift
[340/342] Compiling _RopeModule String Utilities.swift
[341/342] Compiling _RopeModule String.Index+ABI.swift
[342/342] Compiling _RopeModule _CharacterRecognizer.swift
[344/345] Compiling Collections Collections.swift
[345/345] Emitting module Collections
[347/357] 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
[348/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
[349/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
[350/358] 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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[351/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
[352/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
[353/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
[354/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
[355/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
[356/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
[357/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
[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-1":/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 UnsafeBufferPointer+Extras.swift
[3/16] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[4/16] Compiling InternalCollectionsUtilities Debugging.swift
[5/16] Compiling InternalCollectionsUtilities Descriptions.swift
[6/16] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[7/16] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[8/16] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[9/16] Compiling InternalCollectionsUtilities _SortedCollection.swift
[10/16] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[11/16] Compiling InternalCollectionsUtilities Integer rank.swift
[12/16] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[13/16] Compiling InternalCollectionsUtilities UInt+reversed.swift
[14/16] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[15/16] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[16/16] Emitting module InternalCollectionsUtilities
[18/291] Compiling _RopeModule BigString+Chunk+Counts.swift
[19/291] Compiling _RopeModule BigString+Chunk+Description.swift
[20/293] Compiling HeapModule Heap+Descriptions.swift
[21/293] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[22/293] Compiling _RopeModule BigString+Debugging.swift
[23/293] Compiling _RopeModule BigString+Index.swift
[24/293] Compiling _RopeModule BigString+Ingester.swift
[25/293] Compiling _RopeModule BigString+Invariants.swift
[26/293] Compiling HeapModule _HeapNode.swift
[27/293] Compiling HeapModule Heap+UnsafeHandle.swift
[28/293] Compiling HeapModule Heap+Invariants.swift
[29/293] Compiling HeapModule Heap.swift
[30/293] Emitting module HeapModule
[31/293] Compiling _RopeModule BigString+Summary.swift
[32/293] Compiling _RopeModule BigString.swift
[33/293] Compiling _RopeModule BigString+Iterators.swift
[34/293] Compiling _RopeModule BigString+Metrics.swift
[35/294] Compiling _RopeModule BigString+ReplaceSubrange.swift
[36/294] Compiling _RopeModule BigString+Split.swift
[37/294] Compiling _RopeModule Range+BigString.swift
[38/294] Compiling _RopeModule BigString+UTF16View.swift
[39/294] Compiling _RopeModule BigString+UTF8View.swift
[40/294] Compiling _RopeModule Rope+_Storage.swift
[41/294] Compiling _RopeModule Rope+_UnmanagedLeaf.swift
[42/294] Compiling _RopeModule Rope+_UnsafeHandle.swift
[43/294] Compiling _RopeModule Rope.swift
[44/294] Compiling _RopeModule RopeElement.swift
[45/304] Emitting module BitCollections
[47/311] Compiling _RopeModule BigString+Initializers.swift
[48/311] Compiling _RopeModule BigString+Insert.swift
[49/311] Compiling _RopeModule BigString+Managing Breaks.swift
[50/311] Compiling _RopeModule BigString+RemoveSubrange.swift
[59/311] Compiling BitCollections BitSet.Index.swift
[60/311] Compiling BitCollections BitSet._UnsafeHandle.swift
[61/318] Compiling DequeModule _DequeSlot.swift
[62/318] Compiling DequeModule _UnsafeWrappedBuffer.swift
[63/318] Compiling _RopeModule BigSubstring+UnicodeScalarView.swift
[64/318] Compiling _RopeModule BigSubstring.swift
[65/318] Compiling _RopeModule Rope+Builder.swift
[66/318] Compiling _RopeModule Rope+Debugging.swift
[67/318] Compiling _RopeModule Rope+Invariants.swift
[68/318] Compiling _RopeModule Rope+_Node.swift
[69/318] Compiling _RopeModule BigString+Append.swift
[74/318] Compiling _RopeModule BigString+Builder.swift
[75/318] Compiling _RopeModule BigString+Contents.swift
[76/318] Compiling _RopeModule BigString+ExpressibleByStringLiteral.swift
[77/318] Compiling _RopeModule BigString+Hashing.swift
[78/318] Compiling _RopeModule BigString+LosslessStringConvertible.swift
[79/318] Compiling _RopeModule BigString+RangeReplaceableCollection.swift
[80/318] Compiling _RopeModule BigString+Sequence.swift
[81/318] Compiling _RopeModule BigString+TextOutputStream.swift
[82/318] Compiling _RopeModule BigString+UnicodeScalarView.swift
[83/318] Compiling _RopeModule BigSubstring+UTF16View.swift
[84/318] Compiling _RopeModule BigSubstring+UTF8View.swift
[94/318] Compiling _RopeModule BigString+Chunk+Append and Insert.swift
[95/318] Compiling _RopeModule BigString+Chunk+Breaks.swift
[100/318] Compiling _RopeModule BigString+Chunk+RopeElement.swift
[101/318] Compiling _RopeModule BigString+Chunk+Splitting.swift
[102/318] Compiling _RopeModule BigString+Chunk.swift
[103/318] Compiling _RopeModule BigString+BidirectionalCollection.swift
[104/318] Compiling _RopeModule BigString+Comparable.swift
[105/318] Compiling _RopeModule BigString+CustomDebugStringConvertible.swift
[106/318] Compiling _RopeModule BigString+CustomStringConvertible.swift
[107/318] Compiling _RopeModule BigString+Equatable.swift
[115/318] Compiling OrderedCollections OrderedSet+Sendable.swift
[116/318] Compiling OrderedCollections OrderedSet+SubSequence.swift
[117/318] Compiling OrderedCollections OrderedSet+Testing.swift
[118/318] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[119/327] Compiling _RopeModule _CharacterRecognizer.swift
[120/327] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[121/327] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[122/327] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[123/327] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[124/327] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[125/327] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[126/327] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[127/327] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[128/327] Compiling HashTreeCollections TreeSet.swift
[129/327] Emitting module DequeModule
[199/328] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[215/329] Compiling OrderedCollections OrderedSet.swift
[216/329] Compiling OrderedCollections _UnsafeBitset.swift
[224/329] Compiling _RopeModule Rope+Sequence.swift
[225/329] Compiling _RopeModule Rope+Append.swift
[226/329] Compiling _RopeModule Rope+Extract.swift
[227/329] Compiling _RopeModule Rope+Find.swift
[228/329] Compiling _RopeModule Rope+ForEachWhile.swift
[229/329] Compiling _RopeModule Rope+Insert.swift
[230/329] Compiling _RopeModule Rope+Join.swift
[231/329] Compiling _RopeModule Rope+MutatingForEach.swift
[232/329] Compiling _RopeModule Rope+Remove.swift
[233/329] Compiling _RopeModule Rope+RemoveSubrange.swift
[234/329] Compiling _RopeModule Rope+Split.swift
[235/329] Compiling _RopeModule Optional Utilities.swift
[236/329] Compiling _RopeModule String Utilities.swift
[237/329] Compiling _RopeModule String.Index+ABI.swift
[289/329] Emitting module OrderedCollections
[320/330] Emitting module _RopeModule
[331/331] Emitting module HashTreeCollections
[333/334] Emitting module Collections
[334/334] Compiling Collections Collections.swift
[336/346] 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
[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 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
[339/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
[340/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
[341/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
[342/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
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