The Swift Package Index logo.Swift Package Index

Build Information

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

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-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/Ryu0118/swift-composable-fullscreen-popup.git
Reference: 0.1.0
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
 * tag               0.1.0      -> FETCH_HEAD
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 0.1.0
========================================
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-4609320-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/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.46s)
[1/303663] Fetching swift-composable-architecture
Fetched https://github.com/pointfreeco/swift-composable-architecture.git from cache (26.94s)
Computing version for https://github.com/Ryu0118/swift-fullscreen-popup
Computed https://github.com/Ryu0118/swift-fullscreen-popup at 0.3.0 (30.91s)
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.50s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
Fetching https://github.com/pointfreeco/swift-navigation
Fetching https://github.com/pointfreeco/swift-perception
Fetching https://github.com/swiftlang/swift-syntax
[1/1411] Fetching swift-perception
[1412/6869] Fetching swift-perception, xctest-dynamic-overlay
[2286/52270] Fetching swift-perception, xctest-dynamic-overlay, swift-navigation
[14589/122722] Fetching swift-perception, xctest-dynamic-overlay, swift-navigation, swift-syntax
Fetching https://github.com/pointfreeco/swift-sharing
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (1.37s)
[29295/117264] Fetching swift-perception, swift-navigation, swift-syntax
Fetching https://github.com/pointfreeco/swift-dependencies
[43010/120520] Fetching swift-perception, swift-navigation, swift-syntax, swift-sharing
[56097/126769] Fetching swift-perception, swift-navigation, swift-syntax, swift-sharing, swift-dependencies
Fetched https://github.com/pointfreeco/swift-sharing from cache (0.55s)
[57031/123513] Fetching swift-perception, swift-navigation, swift-syntax, swift-dependencies
Fetching https://github.com/pointfreeco/swift-custom-dump
[65744/128094] Fetching swift-perception, swift-navigation, swift-syntax, swift-dependencies, swift-custom-dump
Fetched https://github.com/pointfreeco/swift-dependencies from cache (1.12s)
[65484/121845] Fetching swift-perception, swift-navigation, swift-syntax, swift-custom-dump
Fetching https://github.com/pointfreeco/swift-concurrency-extras
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (0.75s)
Fetching https://github.com/pointfreeco/swift-case-paths
[62312/117264] Fetching swift-perception, swift-navigation, swift-syntax
[69079/118116] Fetching swift-perception, swift-navigation, swift-syntax, swift-concurrency-extras
[69318/122491] Fetching swift-perception, swift-navigation, swift-syntax, swift-concurrency-extras, swift-case-paths
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (0.72s)
Fetching https://github.com/pointfreeco/combine-schedulers
[75846/121639] Fetching swift-perception, swift-navigation, swift-syntax, swift-case-paths
Fetched https://github.com/pointfreeco/swift-case-paths from cache (0.79s)
Fetching https://github.com/apple/swift-collections
[73584/117264] Fetching swift-perception, swift-navigation, swift-syntax
[75699/119674] Fetching swift-perception, swift-navigation, swift-syntax, combine-schedulers
Fetched https://github.com/pointfreeco/combine-schedulers from cache (0.69s)
[82969/117264] Fetching swift-perception, swift-navigation, swift-syntax
[92607/133855] Fetching swift-perception, swift-navigation, swift-syntax, swift-collections
Fetched https://github.com/pointfreeco/swift-navigation from cache (4.57s)
[59269/88454] Fetching swift-perception, swift-syntax, swift-collections
Fetched https://github.com/apple/swift-collections from cache (2.49s)
Fetching https://github.com/pointfreeco/swift-identified-collections
Fetched https://github.com/pointfreeco/swift-perception from cache (11.01s)
Fetched https://github.com/swiftlang/swift-syntax from cache (11.10s)
[1/1534] Fetching swift-identified-collections
Fetched https://github.com/pointfreeco/swift-identified-collections from cache (0.68s)
Computing version for https://github.com/pointfreeco/swift-navigation
Computed https://github.com/pointfreeco/swift-navigation at 2.3.0 (12.57s)
Computing version for https://github.com/pointfreeco/swift-identified-collections
Computed https://github.com/pointfreeco/swift-identified-collections at 1.1.1 (0.84s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (0.80s)
Computing version for https://github.com/pointfreeco/combine-schedulers
Computed https://github.com/pointfreeco/combine-schedulers at 1.0.3 (0.89s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 1.3.1 (0.79s)
Computing version for https://github.com/pointfreeco/swift-case-paths
Computed https://github.com/pointfreeco/swift-case-paths at 1.7.0 (3.49s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.5.2 (1.00s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.2.0 (1.27s)
Computing version for https://github.com/pointfreeco/swift-perception
Computed https://github.com/pointfreeco/swift-perception at 1.6.0 (0.85s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 601.0.1 (3.75s)
Computing version for https://github.com/pointfreeco/swift-dependencies
Computed https://github.com/pointfreeco/swift-dependencies at 1.9.2 (1.07s)
Fetching https://github.com/pointfreeco/swift-clocks
[1/1292] Fetching swift-clocks
Fetched https://github.com/pointfreeco/swift-clocks from cache (0.43s)
Computing version for https://github.com/pointfreeco/swift-clocks
Computed https://github.com/pointfreeco/swift-clocks at 1.0.6 (1.33s)
Computing version for https://github.com/pointfreeco/swift-sharing
Computed https://github.com/pointfreeco/swift-sharing at 2.5.2 (0.91s)
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-concurrency-extras
Working copy of https://github.com/pointfreeco/swift-concurrency-extras resolved at 1.3.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-clocks
Working copy of https://github.com/pointfreeco/swift-clocks resolved at 1.0.6
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/apple/swift-collections
Working copy of https://github.com/apple/swift-collections resolved at 1.2.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-perception
Working copy of https://github.com/pointfreeco/swift-perception resolved at 1.6.0
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/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/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-custom-dump
Working copy of https://github.com/pointfreeco/swift-custom-dump resolved at 1.3.3
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/combine-schedulers
Working copy of https://github.com/pointfreeco/combine-schedulers resolved at 1.0.3
Creating working copy for https://github.com/pointfreeco/swift-navigation
Working copy of https://github.com/pointfreeco/swift-navigation resolved at 2.3.0
Building for debugging...
[0/75] Write sources
[10/75] Copying PrivacyInfo.xcprivacy
[10/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 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
[50/120] 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
[51/120] 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
[52/120] Emitting module InternalCollectionsUtilities
[53/121] 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
[54/121] 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
[55/122] Compiling IssueReporting IssueReporter.swift
[56/122] Compiling IssueReporting SwiftTesting.swift
[57/122] Compiling IssueReporting XCTest.swift
[58/122] Compiling IssueReporting IsTesting.swift
[59/122] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[60/122] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[61/122] Compiling IssueReporting FailureObserver.swift
[62/122] Compiling IssueReporting LockIsolated.swift
[63/122] Compiling IssueReporting ReportIssue.swift
[64/122] Compiling IssueReporting TestContext.swift
[65/122] Compiling IssueReporting UncheckedSendable.swift
[66/122] Compiling IssueReporting Warn.swift
[67/122] Compiling IssueReporting Rethrows.swift
[68/122] Compiling IssueReporting RuntimeWarningReporter.swift
[69/123] 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
[70/124] 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
[71/124] 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
[72/125] 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
[73/125] 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
[75/126] 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
[77/127] 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
[82/128] Wrapping AST for SwiftSyntax509 for debugging
[83/139] Wrapping AST for SwiftSyntax600 for debugging
[84/144] Wrapping AST for SwiftSyntax510 for debugging
[85/201] Wrapping AST for SwiftSyntax601 for debugging
[87/245] 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
[88/266] Compiling SwiftSyntax SwiftSyntaxCompatibility.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/266] Compiling SwiftSyntax Syntax.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
[90/268] Compiling ConcurrencyExtras UncheckedSendable.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
[91/268] 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
[92/268] Compiling SwiftSyntax SyntaxRewriter.swift
[93/268] Compiling SwiftSyntax SyntaxTraits.swift
[94/268] Compiling SwiftSyntax SyntaxVisitor.swift
[95/268] Compiling SwiftSyntax TokenKind.swift
[96/268] Compiling SwiftSyntax Tokens.swift
[97/268] Compiling SwiftSyntax TriviaPieces.swift
[98/268] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[99/275] Compiling SwiftSyntax CommonAncestor.swift
[100/275] Compiling SwiftSyntax Convenience.swift
[101/275] Compiling SwiftSyntax CustomTraits.swift
[102/275] Compiling SwiftSyntax EditorPlaceholder.swift
[103/275] Compiling SwiftSyntax Trivia.swift
[104/275] Compiling SwiftSyntax Utils.swift
[105/275] Compiling SwiftSyntax ChildNameForKeyPath.swift
[106/275] Compiling SwiftSyntax TokenDiagnostic.swift
[107/275] Compiling SwiftSyntax TokenSequence.swift
[108/275] Compiling SwiftSyntax TokenSyntax.swift
[109/275] Compiling SwiftSyntax AbsolutePosition.swift
[110/275] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[111/275] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[112/275] Compiling SwiftSyntax Assert.swift
[113/275] Compiling SwiftSyntax BumpPtrAllocator.swift
[114/275] Compiling SwiftSyntax Keyword.swift
[115/275] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[116/275] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[117/275] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[118/275] Compiling SwiftSyntax SyntaxBaseNodes.swift
[119/275] Compiling SwiftSyntax SyntaxCollections.swift
[120/275] Compiling SwiftSyntax SyntaxEnum.swift
[121/275] Compiling SwiftSyntax SyntaxKind.swift
[122/275] Compiling IssueReporting WithExpectedIssue.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
[123/275] Compiling IssueReporting WithIssueContext.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
[124/275] Compiling SwiftSyntax SyntaxCollection.swift
[125/275] Compiling SwiftSyntax SyntaxHashable.swift
[128/275] Compiling SwiftSyntax SyntaxNodeStructure.swift
[129/275] Compiling SwiftSyntax SyntaxProtocol.swift
[130/275] Compiling SwiftSyntax SyntaxText.swift
[131/275] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[132/275] Compiling SwiftSyntax Identifier.swift
[133/275] Compiling SwiftSyntax MemoryLayout.swift
[134/275] Compiling SwiftSyntax MissingNodeInitializers.swift
[135/275] Compiling SwiftSyntax RawSyntax.swift
[136/275] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[137/275] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[138/275] Compiling SwiftSyntax RawSyntaxTokenView.swift
[139/275] Compiling SwiftSyntax SourceEdit.swift
[140/275] Compiling SwiftSyntax SourceLength.swift
[141/275] Compiling SwiftSyntax SourceLocation.swift
[142/275] Compiling SwiftSyntax SourcePresence.swift
[145/275] Compiling SwiftSyntax SyntaxArena.swift
[146/275] Compiling SwiftSyntax SyntaxArenaAllocatedBuffer.swift
[147/275] Compiling SwiftSyntax SyntaxChildren.swift
[148/275] Compiling OrderedCollections OrderedSet+Sendable.swift
[149/275] Compiling OrderedCollections OrderedSet+SubSequence.swift
[150/275] Compiling OrderedCollections OrderedSet+Testing.swift
[151/275] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[152/275] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[153/275] Compiling OrderedCollections OrderedSet.swift
[154/275] Compiling OrderedCollections _UnsafeBitset.swift
[155/275] Emitting module OrderedCollections
[157/294] 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
<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
[159/294] 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
[160/294] 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
[161/294] 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
[162/294] 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
[163/294] 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 |
[164/294] 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 |
[165/294] 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
[166/294] 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
[167/294] 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
[168/294] 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 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[169/294] 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 |
[170/294] 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
[171/294] 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 |
[172/294] 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 |
[173/294] 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 |
[174/294] 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/294] 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
<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/294] 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
<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
[180/294] 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
[184/295] 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
<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
[186/295] 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
[187/295] 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
<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-4609320-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/28] Write swift-version-24593BA9C3E375BF.txt
[2/54] Compiling Sharing2 Empty.swift
[3/54] Emitting module Sharing2
[4/71] Emitting module SwiftSyntax600
[5/71] Compiling SwiftSyntax600 Empty.swift
[6/75] Emitting module SwiftSyntax601
[7/75] Emitting module Sharing1
[8/75] Compiling SwiftSyntax509 Empty.swift
[10/75] Compiling SwiftSyntax601 Empty.swift
[11/75] Emitting module SwiftSyntax509
[13/76] Emitting module SwiftSyntax510
[14/77] Compiling SwiftSyntax510 Empty.swift
[15/77] Compiling Sharing1 Empty.swift
[16/78] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[19/79] Compiling IssueReporting UncheckedSendable.swift
[20/79] Compiling IssueReporting Warn.swift
[21/79] Compiling IssueReporting LockIsolated.swift
[22/79] Compiling IssueReporting Rethrows.swift
[25/88] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[26/94] Compiling IssueReporting ErrorReporting.swift
[27/94] Compiling IssueReporting AppHostWarning.swift
[28/94] Compiling IssueReporting Deprecations.swift
[29/94] Compiling ConcurrencyExtras ActorIsolated.swift
[30/94] Compiling ConcurrencyExtras AnyHashableSendable.swift
[31/94] Compiling ConcurrencyExtras AsyncStream.swift
[32/96] Compiling ConcurrencyExtras MainSerialExecutor.swift
[33/96] Compiling ConcurrencyExtras Locking.swift
[34/96] Compiling ConcurrencyExtras UncheckedBox.swift
[35/96] Emitting module ConcurrencyExtras
[36/96] Compiling IssueReporting TestContext.swift
[37/96] Compiling IssueReporting Unimplemented.swift
[38/97] Compiling ConcurrencyExtras Result.swift
[39/97] Compiling ConcurrencyExtras Task.swift
[41/97] Compiling IssueReporting FailureObserver.swift
[44/161] Emitting module IssueReporting
[45/161] Compiling ConcurrencyExtras LockIsolated.swift
[46/161] 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 |
[47/161] 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)
[48/161] 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 |
[49/161] Compiling SwiftSyntax AbsolutePosition.swift
[50/161] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[51/161] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[52/161] Compiling SwiftSyntax Assert.swift
[53/161] Compiling SwiftSyntax Identifier.swift
[54/161] Compiling SwiftSyntax MemoryLayout.swift
[55/161] Compiling SwiftSyntax MissingNodeInitializers.swift
[57/161] Compiling SwiftSyntax BumpPtrAllocator.swift
[58/161] Compiling SwiftSyntax CommonAncestor.swift
[59/161] 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 |
[60/161] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[61/161] Compiling SwiftSyntax RawSyntaxTokenView.swift
[62/161] Compiling SwiftSyntax RawSyntax.swift
[63/161] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[64/161] Emitting module InternalCollectionsUtilities
[65/161] 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 |
[66/161] 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 |
[67/161] 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 |
[68/161] Compiling ConcurrencyExtras UncheckedSendable.swift
[71/162] Compiling SwiftSyntax Convenience.swift
[72/162] Compiling SwiftSyntax CustomTraits.swift
[75/163] Compiling SwiftSyntax SourceLocation.swift
[76/163] Compiling SwiftSyntax SourcePresence.swift
BUILD FAILURE 6.1 android