Build Information
Failed to build swift-snapshot-testing-macros, reference 3.0.0 (0fed90), with Swift 6.1 for Android on 13 Apr 2026 11:07:59 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/adammcarter/swift-snapshot-testing-macros.git
Reference: 3.0.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/adammcarter/swift-snapshot-testing-macros
* tag 3.0.0 -> FETCH_HEAD
HEAD is now at 0fed90a Merge pull request #98 from adammcarter/feature/rename-configuration-folders
Cloned https://github.com/adammcarter/swift-snapshot-testing-macros.git
Revision (git rev-parse @):
0fed90a58d8bb418baed164bfda5239f9f56b1cc
SUCCESS checkout https://github.com/adammcarter/swift-snapshot-testing-macros.git at 3.0.0
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/adammcarter/swift-snapshot-testing-macros.git
https://github.com/adammcarter/swift-snapshot-testing-macros.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/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 swiftpackageindex/spi-images
Digest: sha256:d37fe7b8fba27dae59fb1d9d7dfa86b38b41ffb3975924aad6f05cb4cc3de131
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.1-latest
Fetching https://github.com/swiftlang/swift-syntax
Fetching https://github.com/pointfreeco/swift-snapshot-testing
Fetching https://github.com/pointfreeco/swift-macro-testing
[1/961] Fetching swift-macro-testing
[962/75928] Fetching swift-macro-testing, swift-syntax
[10708/91974] Fetching swift-macro-testing, swift-syntax, swift-snapshot-testing
Fetched https://github.com/pointfreeco/swift-macro-testing from cache (6.64s)
Fetched https://github.com/swiftlang/swift-syntax from cache (6.70s)
Fetched https://github.com/pointfreeco/swift-snapshot-testing from cache (6.73s)
Computing version for https://github.com/pointfreeco/swift-macro-testing
Computed https://github.com/pointfreeco/swift-macro-testing at 0.6.4 (7.29s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing
Computed https://github.com/pointfreeco/swift-snapshot-testing at 1.19.1 (0.54s)
Fetching https://github.com/pointfreeco/swift-custom-dump
[1/5464] Fetching swift-custom-dump
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (0.36s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 602.0.0 (2.91s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.5.0 (0.52s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/5723] Fetching xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (0.74s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.9.0 (1.29s)
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.9.0
Creating working copy for https://github.com/pointfreeco/swift-macro-testing
Working copy of https://github.com/pointfreeco/swift-macro-testing resolved at 0.6.4
Creating working copy for https://github.com/pointfreeco/swift-snapshot-testing
Working copy of https://github.com/pointfreeco/swift-snapshot-testing resolved at 1.19.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.5.0
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 602.0.0
warning: 'spi-builder-workspace': Invalid Exclude '/host/spi-builder-workspace/Tests/SnapshotsPlayground/__Snapshots__': File not found.
Building for debugging...
[0/54] Write sources
[26/54] Compiling _SwiftSyntaxCShims PlatformMutex.c
[27/54] Write swift-version-24593BA9C3E375BF.txt
[29/130] 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
[30/130] 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
[31/130] Compiling SnapshotTestSupport Tags+traits.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
[32/131] Compiling SnapshotTestSupport Tags+parameters.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
[33/131] 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
[34/131] 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
[35/131] 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
[36/131] 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
[37/133] Emitting module SnapshotTestSupport
<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
[38/133] Compiling SnapshotTestSupport Tags+configurations.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
[39/133] Compiling SwiftSyntax602 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
[40/133] Emitting module SwiftSyntax602
<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
[41/135] 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
[42/135] 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
[48/137] Wrapping AST for SwiftSyntax602 for debugging
[49/139] Wrapping AST for SwiftSyntax600 for debugging
[51/148] Emitting module SnapshotTesting
[51/152] Wrapping AST for SwiftSyntax510 for debugging
[52/152] Wrapping AST for SwiftSyntax509 for debugging
[54/152] Emitting module SnapshotTestSupport
<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/152] Wrapping AST for SwiftSyntax601 for debugging
[56/215] Compiling SwiftSyntax Utils.swift
[57/215] Compiling SwiftSyntax SourceLength.swift
[58/215] Compiling SwiftSyntax SourceLocation.swift
[59/215] Compiling SwiftSyntax SourcePresence.swift
[60/215] Compiling SwiftSyntax TokenDiagnostic.swift
[61/215] Compiling SwiftSyntax TokenSequence.swift
[62/215] Compiling SwiftSyntax TokenSyntax.swift
[63/215] Compiling SwiftSyntax Trivia.swift
[64/215] Compiling SwiftSyntax SyntaxNodeStructure.swift
[65/215] Compiling SwiftSyntax SyntaxProtocol.swift
[66/215] Compiling SwiftSyntax SyntaxText.swift
[67/215] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[68/215] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[69/215] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[70/215] Compiling SwiftSyntax RawSyntaxTokenView.swift
[71/215] Compiling SwiftSyntax SourceEdit.swift
[72/215] Compiling SwiftSyntax AbsolutePosition.swift
[73/215] Compiling SwiftSyntax CommonAncestor.swift
[74/215] Compiling SwiftSyntax Convenience.swift
[75/215] Compiling SwiftSyntax CustomTraits.swift
[76/215] Compiling SwiftSyntax EditorPlaceholder.swift
[77/215] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[78/215] Compiling SwiftSyntax ArenaAllocatedBuffer.swift
[79/215] Compiling SwiftSyntax Assert.swift
[80/215] Compiling SwiftSyntax BumpPtrAllocator.swift
[81/215] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[82/215] Compiling SwiftSyntax Syntax.swift
[83/215] Compiling SwiftSyntax SyntaxChildren.swift
[84/215] Compiling SwiftSyntax SyntaxCollection.swift
[85/215] Compiling SwiftSyntax Identifier.swift
[86/215] Compiling SwiftSyntax MemoryLayout.swift
[87/215] Compiling SwiftSyntax MissingNodeInitializers.swift
[88/215] Compiling SwiftSyntax RawSyntax.swift
[89/215] Compiling SwiftSyntax RawSyntaxArena.swift
[91/216] Compiling SnapshotSupport CGSize+Convenience.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
/host/spi-builder-workspace/Sources/SnapshotSupport/CGSize+Convenience.swift:1:8: error: no such module 'CoreGraphics'
1 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
2 |
3 | public func * (lhs: CGSize, rhs: Int) -> CGSize {
[92/216] Compiling SnapshotSupport with.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
/host/spi-builder-workspace/Sources/SnapshotSupport/CGSize+Convenience.swift:1:8: error: no such module 'CoreGraphics'
1 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
2 |
3 | public func * (lhs: CGSize, rhs: Int) -> CGSize {
<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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[102/224] Emitting module SnapshotSupport
<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
/host/spi-builder-workspace/Sources/SnapshotSupport/CGSize+Convenience.swift:1:8: error: no such module 'CoreGraphics'
1 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
2 |
3 | public func * (lhs: CGSize, rhs: Int) -> CGSize {
[103/224] Compiling SnapshotSupport Array+Convenience.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
/host/spi-builder-workspace/Sources/SnapshotSupport/CGSize+Convenience.swift:1:8: error: no such module 'CoreGraphics'
1 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
2 |
3 | public func * (lhs: CGSize, rhs: Int) -> CGSize {
<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
<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" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:d37fe7b8fba27dae59fb1d9d7dfa86b38b41ffb3975924aad6f05cb4cc3de131
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.1-latest
warning: 'spi-builder-workspace': Invalid Exclude '/host/spi-builder-workspace/Tests/SnapshotsPlayground/__Snapshots__': File not found.
warning: 'spi-builder-workspace': found 23 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/Tests/SnapshotsIntegrationTests/Views/UIKit/UIView/__Snapshots__/UIView/uiView_min-size_light.1.png
/host/spi-builder-workspace/Tests/SnapshotsIntegrationTests/Views/UIKit/UIViewController/__Snapshots__/UINavigationController/uiNavigationController_iPhoneX_light.1.png
/host/spi-builder-workspace/Tests/SnapshotsIntegrationTests/Views/UIKit/UIView/__Snapshots__/UIStackView/uiStackView_min-size_dark.1.png
/host/spi-builder-workspace/Tests/SnapshotsIntegrationTests/Views/UIKit/UIViewController/__Snapshots__/UITabBarController/uiTabControllerBackground_iPhoneX_dark.1.png
/host/spi-builder-workspace/Tests/SnapshotsIntegrationTests/Views/UIKit/UIViewController/__Snapshots__/UITabBarController/uiTabControllerPadding_iPhoneX_dark.1.png
/host/spi-builder-workspace/Tests/SnapshotsIntegrationTests/Views/UIKit/UIView/__Snapshots__/UIView/uiView_min-size_dark.1.png
/host/spi-builder-workspace/Tests/SnapshotsIntegrationTests/Views/UIKit/UIView/__Snapshots__/UIView/clearBackground_min-size_light.1.png
/host/spi-builder-workspace/Tests/SnapshotsIntegrationTests/Views/UIKit/UIViewController/__Snapshots__/UIViewController/preferredContentSize_min-size_light.1.png
/host/spi-builder-workspace/Tests/SnapshotsIntegrationTests/Views/UIKit/UIViewController/__Snapshots__/UITabBarController/uiTabController_ios18_iPhoneX_dark.1.png
/host/spi-builder-workspace/Tests/SnapshotsIntegrationTests/Views/UIKit/UIViewController/__Snapshots__/UIViewController/preferredContent_iPhoneX_widthButMinimumHeight_iPhoneX-min-height_light.1.png
/host/spi-builder-workspace/Tests/SnapshotsIntegrationTests/Views/SwiftUI/__Snapshots__/SwiftUIView/swiftUiView_min-size_dark.1.png
/host/spi-builder-workspace/Tests/SnapshotsIntegrationTests/Views/SwiftUI/__Snapshots__/SwiftUIView/swiftUiView_min-size_light.1.png
/host/spi-builder-workspace/Tests/SnapshotsIntegrationTests/Views/UIKit/UIViewController/__Snapshots__/UIHostingController/uiHostingController_iPhoneX_light.1.png
/host/spi-builder-workspace/Tests/SnapshotsIntegrationTests/Views/UIKit/UIViewController/__Snapshots__/UIViewController/uiViewController_iPhoneX_light.1.png
/host/spi-builder-workspace/Tests/SnapshotsIntegrationTests/Views/UIKit/UIView/__Snapshots__/UIStackView/uiStackView_min-size_light.1.png
/host/spi-builder-workspace/Tests/SnapshotsIntegrationTests/Views/UIKit/UIViewController/__Snapshots__/UITabBarController/uiTabControllerBackgroundAndPadding_iPhoneX_dark.1.png
/host/spi-builder-workspace/Tests/SnapshotsIntegrationTests/Views/UIKit/UIViewController/__Snapshots__/UITabBarController/uiTabController_iPhoneX_dark.1.png
/host/spi-builder-workspace/Tests/SnapshotsIntegrationTests/Views/UIKit/UIViewController/__Snapshots__/UIViewController/uiViewControllerWithSafeArea/ten-inset_uiViewControllerWithSafeArea_iPhoneX_light.1.png
/host/spi-builder-workspace/Tests/SnapshotsIntegrationTests/Views/UIKit/UIViewController/__Snapshots__/UIViewController/uiViewControllerWithSafeArea/zero-inset_uiViewControllerWithSafeArea_iPhoneX_light.1.png
/host/spi-builder-workspace/Tests/SnapshotsIntegrationTests/Views/UIKit/UIViewController/__Snapshots__/UIViewController/preferredContentSize_minimumHeight_min-height_light.1.png
/host/spi-builder-workspace/Tests/SnapshotsIntegrationTests/Views/UIKit/UIViewController/__Snapshots__/UIViewController/preferredContentSize_minimumWidth_min-width_light.1.png
/host/spi-builder-workspace/Tests/SnapshotsIntegrationTests/Views/UIKit/UIView/__Snapshots__/UIView/clearBackground_min-size_dark.1.png
/host/spi-builder-workspace/Tests/SnapshotsIntegrationTests/Views/UIKit/UIViewController/__Snapshots__/UIViewController/uiViewControllerWithSafeArea/fifty-inset_uiViewControllerWithSafeArea_iPhoneX_light.1.png
[0/1] Planning build
Building for debugging...
[0/27] Write swift-version-24593BA9C3E375BF.txt
[2/33] Emitting module SwiftSyntax509
[3/33] Compiling SwiftSyntax509 Empty.swift
[5/68] Compiling SwiftSyntax601 Empty.swift
[6/69] Emitting module SwiftSyntax601
[7/70] Emitting module SwiftSyntax600
[8/70] Compiling SwiftSyntax600 Empty.swift
[9/99] Compiling SwiftSyntax602 Empty.swift
[10/105] Emitting module SwiftSyntax602
[11/106] Compiling SwiftSyntax510 Empty.swift
[12/106] Emitting module SwiftSyntax510
[17/105] Compiling SnapshotTestSupport Tags+parameters.swift
[18/103] Compiling SnapshotTestSupport Tags+configurations.swift
[19/104] Emitting module SnapshotTestSupport
[20/104] Compiling SnapshotTestSupport Tags+traits.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[22/116] Emitting module SnapshotSupport
/host/spi-builder-workspace/Sources/SnapshotSupport/CGSize+Convenience.swift:1:8: error: no such module 'CoreGraphics'
1 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
2 |
3 | public func * (lhs: CGSize, rhs: Int) -> CGSize {
[23/116] Compiling SnapshotSupport CGSize+Convenience.swift
/host/spi-builder-workspace/Sources/SnapshotSupport/CGSize+Convenience.swift:1:8: error: no such module 'CoreGraphics'
1 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
2 |
3 | public func * (lhs: CGSize, rhs: Int) -> CGSize {
[24/116] Compiling SnapshotSupport Array+Convenience.swift
/host/spi-builder-workspace/Sources/SnapshotSupport/CGSize+Convenience.swift:1:8: error: no such module 'CoreGraphics'
1 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
2 |
3 | public func * (lhs: CGSize, rhs: Int) -> CGSize {
[25/116] Compiling SnapshotSupport with.swift
/host/spi-builder-workspace/Sources/SnapshotSupport/CGSize+Convenience.swift:1:8: error: no such module 'CoreGraphics'
1 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
2 |
3 | public func * (lhs: CGSize, rhs: Int) -> CGSize {
[26/116] Emitting module SnapshotTestSupport
[27/116] Compiling SnapshotTestSupport Tags+traits.swift
[28/116] Compiling SnapshotTesting SpriteKit.swift
[29/116] Compiling SnapshotTesting String.swift
[30/116] Compiling SnapshotTesting SwiftUIView.swift
[31/116] Compiling SnapshotTesting UIBezierPath.swift
[32/116] Compiling SnapshotTesting NSImage.swift
[33/116] Compiling SnapshotTesting NSView.swift
[34/116] Compiling SnapshotTesting NSViewController.swift
[35/116] Compiling SnapshotTesting SceneKit.swift
BUILD FAILURE 6.1 android