The Swift Package Index logo.Swift Package Index

Build Information

Failed to build swift-composable-fullscreen-popup, reference main (06acec), with Swift 6.1 for Android on 28 May 2025 23:38:05 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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/Ryu0118/swift-composable-fullscreen-popup.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/Ryu0118/swift-composable-fullscreen-popup
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 06acec3 Update README.md
Cloned https://github.com/Ryu0118/swift-composable-fullscreen-popup.git
Revision (git rev-parse @):
06acec3df1b567602ecc306fe2869d0c7ec35a6e
SUCCESS checkout https://github.com/Ryu0118/swift-composable-fullscreen-popup.git at main
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/Ryu0118/swift-composable-fullscreen-popup.git
https://github.com/Ryu0118/swift-composable-fullscreen-popup.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-fullscreen-popup",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.2.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Ryu0118/swift-fullscreen-popup"
    },
    {
      "identity" : "swift-composable-architecture",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-composable-architecture.git"
    }
  ],
  "manifest_display_name" : "swift-composable-fullscreen-popup",
  "name" : "swift-composable-fullscreen-popup",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "ComposableFullscreenPopup",
      "targets" : [
        "ComposableFullscreenPopup"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ComposableFullscreenPopupTests",
      "module_type" : "SwiftTarget",
      "name" : "ComposableFullscreenPopupTests",
      "path" : "Tests/ComposableFullscreenPopupTests",
      "sources" : [
        "ComposableFullscreenPopupTests.swift"
      ],
      "target_dependencies" : [
        "ComposableFullscreenPopup"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ComposableFullscreenPopup",
      "module_type" : "SwiftTarget",
      "name" : "ComposableFullscreenPopup",
      "path" : "Sources/ComposableFullscreenPopup",
      "product_dependencies" : [
        "FullscreenPopup",
        "ComposableArchitecture"
      ],
      "product_memberships" : [
        "ComposableFullscreenPopup"
      ],
      "sources" : [
        "Binding+isPresented.swift",
        "ComposableFullscreenPopup.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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/pointfreeco/swift-composable-architecture.git
Fetching https://github.com/Ryu0118/swift-fullscreen-popup
[1/108] Fetching swift-fullscreen-popup
Fetched https://github.com/Ryu0118/swift-fullscreen-popup from cache (0.48s)
[1/303663] Fetching swift-composable-architecture
Fetched https://github.com/pointfreeco/swift-composable-architecture.git from cache (30.02s)
Computing version for https://github.com/Ryu0118/swift-fullscreen-popup
Computed https://github.com/Ryu0118/swift-fullscreen-popup at 0.3.0 (30.96s)
Computing version for https://github.com/pointfreeco/swift-composable-architecture.git
Computed https://github.com/pointfreeco/swift-composable-architecture.git at 1.20.2 (1.15s)
Fetching https://github.com/swiftlang/swift-syntax
Fetching https://github.com/pointfreeco/swift-sharing
[1/3256] Fetching swift-sharing
Fetched https://github.com/pointfreeco/swift-sharing from cache (0.56s)
Fetching https://github.com/pointfreeco/swift-dependencies
[1/6249] Fetching swift-dependencies
[814/76701] Fetching swift-dependencies, swift-syntax
Fetched https://github.com/pointfreeco/swift-dependencies from cache (0.87s)
Fetching https://github.com/pointfreeco/swift-custom-dump
[9159/70452] Fetching swift-syntax
[11978/75033] Fetching swift-syntax, swift-custom-dump
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (0.57s)
Fetching https://github.com/pointfreeco/swift-concurrency-extras
[13386/70452] Fetching swift-syntax
[23955/71304] Fetching swift-syntax, swift-concurrency-extras
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (0.54s)
Fetching https://github.com/pointfreeco/swift-case-paths
[27477/70452] Fetching swift-syntax
[45091/74827] Fetching swift-syntax, swift-case-paths
Fetched https://github.com/pointfreeco/swift-case-paths from cache (0.64s)
[52135/70452] Fetching swift-syntax
Fetching https://github.com/pointfreeco/combine-schedulers
[57068/72862] Fetching swift-syntax, combine-schedulers
Fetched https://github.com/pointfreeco/combine-schedulers from cache (0.50s)
[64816/70452] Fetching swift-syntax
Fetching https://github.com/apple/swift-collections
[70453/87043] Fetching swift-syntax, swift-collections
Fetched https://github.com/apple/swift-collections from cache (3.51s)
Fetching https://github.com/pointfreeco/swift-identified-collections
Fetching https://github.com/pointfreeco/swift-navigation
Fetching https://github.com/pointfreeco/swift-perception
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
Fetched https://github.com/swiftlang/swift-syntax from cache (12.86s)
[1/1411] Fetching swift-perception
[1187/2945] Fetching swift-perception, swift-identified-collections
[1704/48346] Fetching swift-perception, swift-identified-collections, swift-navigation
[2634/53804] Fetching swift-perception, swift-identified-collections, swift-navigation, xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/swift-perception from cache (0.59s)
[1270/52393] Fetching swift-identified-collections, swift-navigation, xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (1.66s)
[40125/46935] Fetching swift-identified-collections, swift-navigation
Fetched https://github.com/pointfreeco/swift-identified-collections from cache (3.49s)
Fetched https://github.com/pointfreeco/swift-navigation from cache (3.53s)
Computing version for https://github.com/pointfreeco/swift-navigation
Computed https://github.com/pointfreeco/swift-navigation at 2.3.0 (17.20s)
Computing version for https://github.com/pointfreeco/swift-identified-collections
Computed https://github.com/pointfreeco/swift-identified-collections at 1.1.1 (1.01s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (1.13s)
Computing version for https://github.com/pointfreeco/combine-schedulers
Computed https://github.com/pointfreeco/combine-schedulers at 1.0.3 (1.16s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 1.3.1 (1.04s)
Computing version for https://github.com/pointfreeco/swift-case-paths
Computed https://github.com/pointfreeco/swift-case-paths at 1.7.0 (4.19s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.5.2 (1.42s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.2.0 (1.38s)
Computing version for https://github.com/pointfreeco/swift-perception
Computed https://github.com/pointfreeco/swift-perception at 1.6.0 (1.06s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 601.0.1 (4.81s)
Computing version for https://github.com/pointfreeco/swift-dependencies
Computed https://github.com/pointfreeco/swift-dependencies at 1.9.2 (1.05s)
Fetching https://github.com/pointfreeco/swift-clocks
[1/1292] Fetching swift-clocks
Fetched https://github.com/pointfreeco/swift-clocks from cache (0.47s)
Computing version for https://github.com/pointfreeco/swift-clocks
Computed https://github.com/pointfreeco/swift-clocks at 1.0.6 (1.48s)
Computing version for https://github.com/pointfreeco/swift-sharing
Computed https://github.com/pointfreeco/swift-sharing at 2.5.2 (1.14s)
Creating working copy for https://github.com/pointfreeco/swift-custom-dump
Working copy of https://github.com/pointfreeco/swift-custom-dump resolved at 1.3.3
Creating working copy for https://github.com/apple/swift-collections
Working copy of https://github.com/apple/swift-collections resolved at 1.2.0
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 601.0.1
Creating working copy for https://github.com/pointfreeco/swift-clocks
Working copy of https://github.com/pointfreeco/swift-clocks resolved at 1.0.6
Creating working copy for https://github.com/pointfreeco/swift-sharing
Working copy of https://github.com/pointfreeco/swift-sharing resolved at 2.5.2
Creating working copy for https://github.com/pointfreeco/swift-concurrency-extras
Working copy of https://github.com/pointfreeco/swift-concurrency-extras resolved at 1.3.1
Creating working copy for https://github.com/Ryu0118/swift-fullscreen-popup
Working copy of https://github.com/Ryu0118/swift-fullscreen-popup resolved at 0.3.0
Creating working copy for https://github.com/pointfreeco/swift-identified-collections
Working copy of https://github.com/pointfreeco/swift-identified-collections resolved at 1.1.1
Creating working copy for https://github.com/pointfreeco/swift-case-paths
Working copy of https://github.com/pointfreeco/swift-case-paths resolved at 1.7.0
Creating working copy for https://github.com/pointfreeco/swift-navigation
Working copy of https://github.com/pointfreeco/swift-navigation resolved at 2.3.0
Creating working copy for https://github.com/pointfreeco/swift-dependencies
Working copy of https://github.com/pointfreeco/swift-dependencies resolved at 1.9.2
Creating working copy for https://github.com/pointfreeco/swift-perception
Working copy of https://github.com/pointfreeco/swift-perception resolved at 1.6.0
Creating working copy for https://github.com/pointfreeco/swift-composable-architecture.git
Working copy of https://github.com/pointfreeco/swift-composable-architecture.git resolved at 1.20.2
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.5.2
Creating working copy for https://github.com/pointfreeco/combine-schedulers
Working copy of https://github.com/pointfreeco/combine-schedulers resolved at 1.0.3
Building for debugging...
[0/75] Write sources
[4/75] Copying PrivacyInfo.xcprivacy
[4/75] Write sources
[45/75] Compiling UIKitNavigationShim shim.m
[46/75] Compiling _SwiftSyntaxCShims dummy.c
[47/75] Write swift-version-24593BA9C3E375BF.txt
[49/120] Emitting module Sharing1
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[50/120] Emitting module InternalCollectionsUtilities
[51/121] Compiling SwiftSyntax600 Empty.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[52/121] Emitting module SwiftSyntax600
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[53/122] Emitting module SwiftSyntax509
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[54/122] Compiling SwiftSyntax509 Empty.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[56/123] Emitting module SwiftSyntax601
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[57/123] Compiling SwiftSyntax601 Empty.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[58/123] Compiling Sharing1 Empty.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[59/125] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[60/125] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[61/125] Compiling InternalCollectionsUtilities _SortedCollection.swift
[62/125] Compiling Sharing2 Empty.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[63/125] Emitting module Sharing2
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[64/126] Emitting module SwiftSyntax510
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[65/126] Compiling SwiftSyntax510 Empty.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[66/127] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[67/127] Compiling InternalCollectionsUtilities Descriptions.swift
[68/127] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[69/127] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[70/127] Compiling InternalCollectionsUtilities Debugging.swift
[73/127] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[74/127] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[75/127] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[76/127] Compiling InternalCollectionsUtilities UInt+reversed.swift
[77/127] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[78/127] Compiling InternalCollectionsUtilities Integer rank.swift
[81/135] Wrapping AST for SwiftSyntax600 for debugging
[82/135] Wrapping AST for SwiftSyntax601 for debugging
[84/146] Wrapping AST for SwiftSyntax509 for debugging
[85/146] Wrapping AST for SwiftSyntax510 for debugging
[87/265] Compiling OrderedCollections OrderedDictionary+Hashable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[88/265] Compiling OrderedCollections OrderedDictionary+Initializers.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[89/267] Emitting module IssueReporting
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[90/267] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[91/267] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[92/267] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[93/267] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[94/267] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[95/267] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[96/267] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[97/274] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[98/274] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[99/274] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[100/274] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[101/274] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[102/274] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[103/274] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[104/274] Compiling OrderedCollections OrderedDictionary.swift
[105/274] Compiling OrderedCollections OrderedSet+Codable.swift
[106/274] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[107/274] Compiling OrderedCollections OrderedSet+Descriptions.swift
[108/274] Compiling OrderedCollections OrderedSet+Diffing.swift
[109/274] Compiling OrderedCollections OrderedSet+Equatable.swift
[110/274] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[111/274] Compiling OrderedCollections OrderedSet+Hashable.swift
[112/274] Compiling OrderedCollections OrderedSet+Initializers.swift
[113/274] Compiling OrderedCollections OrderedSet+Insertions.swift
[114/274] Compiling OrderedCollections OrderedSet+Invariants.swift
[115/274] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[116/274] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[117/274] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[118/274] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[119/274] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[122/274] Compiling IssueReporting WithExpectedIssue.swift
[123/274] Compiling IssueReporting WithIssueContext.swift
[124/274] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[125/274] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[126/274] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[127/274] Compiling OrderedCollections OrderedDictionary+Values.swift
[128/274] Compiling OrderedCollections OrderedDictionary+Codable.swift
[129/274] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[130/274] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[131/274] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[132/274] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[133/274] Compiling OrderedCollections OrderedDictionary+Elements.swift
[134/274] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[135/274] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[138/274] Compiling OrderedCollections _HashTable+Bucket.swift
[139/274] Compiling OrderedCollections _HashTable+BucketIterator.swift
[140/274] Compiling OrderedCollections _HashTable+Constants.swift
[141/274] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[142/274] Compiling OrderedCollections _HashTable+Testing.swift
[143/274] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[144/274] Compiling OrderedCollections _HashTable.swift
[145/274] Compiling OrderedCollections _Hashtable+Header.swift
[146/274] Compiling OrderedCollections OrderedSet+Sendable.swift
[147/274] Compiling OrderedCollections OrderedSet+SubSequence.swift
[148/274] Compiling OrderedCollections OrderedSet+Testing.swift
[149/274] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[150/274] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[151/274] Compiling OrderedCollections OrderedSet.swift
[152/274] Compiling OrderedCollections _UnsafeBitset.swift
[153/274] Emitting module OrderedCollections
[155/275] Compiling FullscreenPopup PopupModifier.swift
/host/spi-builder-workspace/.build/checkouts/swift-fullscreen-popup/Sources/FullscreenPopup/AnimatableFullScreenViewModifier.swift:1:8: error: no such module 'SwiftUI'
  1 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  2 | import UIKit
  3 |
[156/275] Compiling FullscreenPopup PopupItemModifier.swift
/host/spi-builder-workspace/.build/checkouts/swift-fullscreen-popup/Sources/FullscreenPopup/AnimatableFullScreenViewModifier.swift:1:8: error: no such module 'SwiftUI'
  1 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  2 | import UIKit
  3 |
[157/275] Compiling FullscreenPopup View+popup.swift
/host/spi-builder-workspace/.build/checkouts/swift-fullscreen-popup/Sources/FullscreenPopup/AnimatableFullScreenViewModifier.swift:1:8: error: no such module 'SwiftUI'
  1 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  2 | import UIKit
  3 |
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[167/302] Compiling IdentifiedCollections IdentifiedArray+RangeReplaceableCollection.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[168/302] Compiling IdentifiedCollections IdentifiedArray+Sendable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[169/304] Compiling IdentifiedCollections IdentifiedArray+MutableCollection.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[170/304] Compiling IdentifiedCollections IdentifiedArray+RandomAccessCollection.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[171/304] Compiling IdentifiedCollections IdentifiedArray+Hashable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[172/304] Compiling IdentifiedCollections IdentifiedArray+IdentifiedCollection.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[173/304] Compiling IdentifiedCollections Identified.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[174/304] Compiling IdentifiedCollections IdentifiedArray+Codable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[175/304] Compiling IdentifiedCollections IdentifiedArray+Collection.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[176/304] Compiling IdentifiedCollections IdentifiedArray.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[177/304] Compiling IdentifiedCollections IdentifiedCollection.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[178/304] Emitting module IdentifiedCollections
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[182/304] Compiling IdentifiedCollections IdentifiedArray+CustomStringConvertible.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[183/304] Compiling IdentifiedCollections IdentifiedArray+Equatable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[184/304] Compiling IdentifiedCollections IdentifiedArray+ExpressibleByArrayLiteral.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[185/304] Compiling IdentifiedCollections IdentifiedArray+Initializers.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[186/304] Compiling IdentifiedCollections IdentifiedArray+Insertions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[187/304] Compiling IdentifiedCollections IdentifiedArray+CustomDebugStringConvertible.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[188/304] Compiling IdentifiedCollections IdentifiedArray+CustomReflectable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[192/304] Compiling IdentifiedCollections IdentifiedArray+CollectionAlgorithms.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[193/304] Emitting module ConcurrencyExtras
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[198/305] Compiling ConcurrencyExtras Result.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[199/305] Compiling ConcurrencyExtras LockIsolated.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[200/305] Compiling ConcurrencyExtras MainSerialExecutor.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[201/305] Compiling ConcurrencyExtras Task.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[202/305] Compiling FullscreenPopup AnimatableFullScreenViewModifier.swift
/host/spi-builder-workspace/.build/checkouts/swift-fullscreen-popup/Sources/FullscreenPopup/AnimatableFullScreenViewModifier.swift:1:8: error: no such module 'SwiftUI'
  1 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  2 | import UIKit
  3 |
[203/305] Compiling FullscreenPopup Binding+isPresented.swift
/host/spi-builder-workspace/.build/checkouts/swift-fullscreen-popup/Sources/FullscreenPopup/AnimatableFullScreenViewModifier.swift:1:8: error: no such module 'SwiftUI'
  1 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  2 | import UIKit
  3 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[204/305] Emitting module FullscreenPopup
/host/spi-builder-workspace/.build/checkouts/swift-fullscreen-popup/Sources/FullscreenPopup/AnimatableFullScreenViewModifier.swift:1:8: error: no such module 'SwiftUI'
  1 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  2 | import UIKit
  3 |
[205/305] Compiling FullscreenPopup Duration+nanoseconds.swift
/host/spi-builder-workspace/.build/checkouts/swift-fullscreen-popup/Sources/FullscreenPopup/AnimatableFullScreenViewModifier.swift:1:8: error: no such module 'SwiftUI'
  1 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  2 | import UIKit
  3 |
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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/28] Write swift-version-24593BA9C3E375BF.txt
[2/34] Compiling SwiftSyntax509 Empty.swift
[3/72] Emitting module SwiftSyntax601
[4/73] Compiling SwiftSyntax601 Empty.swift
[5/74] Compiling Sharing1 Empty.swift
[7/74] Emitting module SwiftSyntax509
[8/74] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[9/74] Compiling SwiftSyntax600 Empty.swift
[10/75] Emitting module SwiftSyntax510
[11/75] Compiling SwiftSyntax510 Empty.swift
[12/76] Emitting module SwiftSyntax600
[13/77] Compiling Sharing2 Empty.swift
[14/77] Emitting module Sharing2
[15/78] Emitting module Sharing1
[20/76] Compiling IssueReporting IsTesting.swift
[21/76] Compiling IssueReporting IssueReporter.swift
[22/76] Compiling IssueReporting SwiftTesting.swift
[23/76] Compiling IssueReporting UncheckedSendable.swift
[25/83] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[26/94] Compiling FullscreenPopup View+popup.swift
/host/spi-builder-workspace/.build/checkouts/swift-fullscreen-popup/Sources/FullscreenPopup/AnimatableFullScreenViewModifier.swift:1:8: error: no such module 'SwiftUI'
  1 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  2 | import UIKit
  3 |
[27/94] Compiling IssueReporting TestContext.swift
[28/94] Compiling IssueReporting Unimplemented.swift
[29/94] Compiling IssueReporting XCTest.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[32/160] Emitting module FullscreenPopup
/host/spi-builder-workspace/.build/checkouts/swift-fullscreen-popup/Sources/FullscreenPopup/AnimatableFullScreenViewModifier.swift:1:8: error: no such module 'SwiftUI'
  1 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  2 | import UIKit
  3 |
[33/160] Compiling FullscreenPopup AnimatableFullScreenViewModifier.swift
/host/spi-builder-workspace/.build/checkouts/swift-fullscreen-popup/Sources/FullscreenPopup/AnimatableFullScreenViewModifier.swift:1:8: error: no such module 'SwiftUI'
  1 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  2 | import UIKit
  3 |
[34/160] Compiling FullscreenPopup PopupModifier.swift
/host/spi-builder-workspace/.build/checkouts/swift-fullscreen-popup/Sources/FullscreenPopup/AnimatableFullScreenViewModifier.swift:1:8: error: no such module 'SwiftUI'
  1 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  2 | import UIKit
  3 |
[35/160] Compiling FullscreenPopup PopupItemModifier.swift
/host/spi-builder-workspace/.build/checkouts/swift-fullscreen-popup/Sources/FullscreenPopup/AnimatableFullScreenViewModifier.swift:1:8: error: no such module 'SwiftUI'
  1 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  2 | import UIKit
  3 |
[36/160] Compiling FullscreenPopup Duration+nanoseconds.swift
/host/spi-builder-workspace/.build/checkouts/swift-fullscreen-popup/Sources/FullscreenPopup/AnimatableFullScreenViewModifier.swift:1:8: error: no such module 'SwiftUI'
  1 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  2 | import UIKit
  3 |
[37/160] Compiling FullscreenPopup Binding+isPresented.swift
/host/spi-builder-workspace/.build/checkouts/swift-fullscreen-popup/Sources/FullscreenPopup/AnimatableFullScreenViewModifier.swift:1:8: error: no such module 'SwiftUI'
  1 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  2 | import UIKit
  3 |
BUILD FAILURE 6.1 android