Build Information
Failed to build xc-snapshot-testing, reference 1.2.0 (3a02c3), with Swift 6.1 for Android on 14 Feb 2026 03:04:12 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/snapshot-testing/xc-snapshot-testing.git
Reference: 1.2.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/snapshot-testing/xc-snapshot-testing
* tag 1.2.0 -> FETCH_HEAD
HEAD is now at 3a02c30 Adds iPhone 17 Variants (#8)
Cloned https://github.com/snapshot-testing/xc-snapshot-testing.git
Revision (git rev-parse @):
3a02c30e3c1289c2968dd227e47082b43d09792e
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/snapshot-testing/xc-snapshot-testing.git at 1.2.0
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/snapshot-testing/xc-snapshot-testing.git
https://github.com/snapshot-testing/xc-snapshot-testing.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-async-stream",
"requirement" : {
"range" : [
{
"lower_bound" : "1.3.2",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/o-nnerb/swift-async-stream"
},
{
"identity" : "swift-custom-dump",
"requirement" : {
"range" : [
{
"lower_bound" : "1.4.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-custom-dump"
}
],
"manifest_display_name" : "xc-snapshot-testing",
"name" : "xc-snapshot-testing",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
}
],
"products" : [
{
"name" : "XCSnapshotTesting",
"targets" : [
"XCSnapshotTesting"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "XCSnapshotTestingCustomDump",
"targets" : [
"XCSnapshotTestingCustomDump"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "XCSnapshotTestingTests",
"module_type" : "SwiftTarget",
"name" : "XCSnapshotTestingTests",
"path" : "Tests/XCSnapshotTestingTests",
"sources" : [
"FoundationTests.swift",
"Internal/BaseTestCase.swift",
"Internal/TestHelpers.swift",
"UITests.swift",
"WithSnapshotTestingTests.swift"
],
"target_dependencies" : [
"XCSnapshotTesting"
],
"type" : "test"
},
{
"c99name" : "XCSnapshotTestingCustomDumpTests",
"module_type" : "SwiftTarget",
"name" : "XCSnapshotTestingCustomDumpTests",
"path" : "Tests/XCSnapshotTestingCustomDumpTests",
"sources" : [
"CustomDumpTests.swift"
],
"target_dependencies" : [
"XCSnapshotTestingCustomDump"
],
"type" : "test"
},
{
"c99name" : "XCSnapshotTestingCustomDump",
"module_type" : "SwiftTarget",
"name" : "XCSnapshotTestingCustomDump",
"path" : "Sources/XCSnapshotTestingCustomDump",
"product_dependencies" : [
"CustomDump"
],
"product_memberships" : [
"XCSnapshotTestingCustomDump"
],
"sources" : [
"CustomDump.swift"
],
"target_dependencies" : [
"XCSnapshotTesting"
],
"type" : "library"
},
{
"c99name" : "XCSnapshotTesting",
"module_type" : "SwiftTarget",
"name" : "XCSnapshotTesting",
"path" : "Sources/XCSnapshotTesting",
"product_dependencies" : [
"SwiftAsyncStream"
],
"product_memberships" : [
"XCSnapshotTesting",
"XCSnapshotTestingCustomDump"
],
"sources" : [
"Assert/Assert.swift",
"Assert/CleanCounterBetweenTestCases.swift",
"Assert/RecordMode.swift",
"Assert/SnapshotAttachment.swift",
"Assert/TestingSession.swift",
"Async.swift",
"Diff/Defaults/DataDiffAttachmentGenerator.swift",
"Diff/Defaults/ImageDiffAttachmentGenerator.swift",
"Diff/Defaults/StringDiffAttachmentGenerator.swift",
"Diff/DiffAttachmentGenerator.swift",
"Diff/DiffHunk.swift",
"Diff/DiffTool.swift",
"Diff/Difference.swift",
"Environment/Defaults/DiffToolEnvironmentKey.swift",
"Environment/Defaults/DisableInconsistentTraitsCheckEnvironmentKey.swift",
"Environment/Defaults/IncludeMajorPlatformVersionInPathEnvironmentKey.swift",
"Environment/Defaults/MaxConcurrentTestsEnvironmentKey.swift",
"Environment/Defaults/PlatformEnvironmentKey.swift",
"Environment/Defaults/RecordEnvironmentKey.swift",
"Environment/Defaults/TraitsEnvironmentKey.swift",
"Environment/Defaults/WebViewToleranceEnvironmentKey.swift",
"Environment/SnapshotEnvironment.swift",
"Environment/SnapshotEnvironmentKey.swift",
"Environment/SnapshotEnvironmentValues.swift",
"Extensions/CGImage+Extension.swift",
"Extensions/CGSize+Extension.swift",
"Extensions/CIImage+Extension.swift",
"Extensions/NSLayoutConstraint+Extension.swift",
"Extensions/ProcessInfo+Extension.swift",
"Extensions/String+Extension.swift",
"Extensions/Task+Extension.swift",
"Extensions/UIApplication+Extension.swift",
"Extensions/UIImage+Extension.swift",
"Extensions/UIView+Extension.swift",
"Extensions/UIViewController+Extension.swift",
"Extensions/UIWindow+Extension.swift",
"Extensions/WKWebView+Extension.swift",
"Methods/Snapshot+Any.swift",
"Methods/Snapshot+CaseIterable.swift",
"Methods/Snapshot+Encodable.swift",
"Methods/Snapshot+URLRequest.swift",
"Methods/UI/Core/DeviceOrientation.swift",
"Methods/UI/Core/ImageContext.swift",
"Methods/UI/Core/LayoutConfiguration.swift",
"Methods/UI/Core/SizeListener.swift",
"Methods/UI/Core/SnapshotLayout.swift",
"Methods/UI/Core/SnapshotUIController.swift",
"Methods/UI/Core/SnapshotView.swift",
"Methods/UI/Core/ViewOperationPayload.swift",
"Methods/UI/Snapshot+CALayer.swift",
"Methods/UI/Snapshot+CGPath.swift",
"Methods/UI/Snapshot+NSBezierPath.swift",
"Methods/UI/Snapshot+NSView.swift",
"Methods/UI/Snapshot+NSViewController.swift",
"Methods/UI/Snapshot+SceneKit.swift",
"Methods/UI/Snapshot+SpriteKit.swift",
"Methods/UI/Snapshot+UIApplication.swift",
"Methods/UI/Snapshot+UIBezierPath.swift",
"Methods/UI/Snapshot+UIView.swift",
"Methods/UI/Snapshot+UIViewController.swift",
"Methods/UI/Snapshot+View.swift",
"Methods/UI/Traits/InterfaceSizeClassTraitKey.swift",
"Methods/UI/Traits/Trait Keys/AccessibilityContrastTraitKey.swift",
"Methods/UI/Traits/Trait Keys/ContentSizeCategoryTraitKey.swift",
"Methods/UI/Traits/Trait Keys/DisplayGamutTraitKey.swift",
"Methods/UI/Traits/Trait Keys/DisplayScaleTraitKey.swift",
"Methods/UI/Traits/Trait Keys/ForceTouchCapabilityTraitKey.swift",
"Methods/UI/Traits/Trait Keys/ImageDynamicRangeTraitKey.swift",
"Methods/UI/Traits/Trait Keys/LayoutDirectionTraitKey.swift",
"Methods/UI/Traits/Trait Keys/LegibilityWeightTraitKey.swift",
"Methods/UI/Traits/Trait Keys/ListEnvironmentTraitKey.swift",
"Methods/UI/Traits/Trait Keys/SceneCaptureStateTraitKey.swift",
"Methods/UI/Traits/Trait Keys/ToolbarItemPresentationSizeTraitKey.swift",
"Methods/UI/Traits/Trait Keys/TypesettingLanguageTraitKey.swift",
"Methods/UI/Traits/Trait Keys/UserInterfaceActiveAppearanceTraitKey.swift",
"Methods/UI/Traits/Trait Keys/UserInterfaceIdiomTraitKey.swift",
"Methods/UI/Traits/Trait Keys/UserInterfaceLevelTraitKey.swift",
"Methods/UI/Traits/Trait Keys/UserInterfaceStyleTraitKey.swift",
"Methods/UI/Traits/Traits.swift",
"Methods/UI/WindowPool/NoWindowAvailableError.swift",
"Methods/UI/WindowPool/Snapshot+SDKApplication.swift",
"Methods/UI/WindowPool/Snapshot+WindowPool.swift",
"Methods/UI/WindowPool/SnapshotWindowConfiguration.swift",
"Methods/UI/WindowPool/WindowLease.swift",
"Methods/UI/WindowPool/WindowPool.swift",
"Serialization/BytesContainer.swift",
"Serialization/BytesRepresentable.swift",
"Serialization/BytesSerializationError.swift",
"Serialization/DataSerialization.swift",
"Serialization/DataSerializationConfiguration.swift",
"Serialization/DataSerializationConfigurationKey.swift",
"Serialization/Defaults/DataBytes.swift",
"Serialization/Defaults/ImageBytes.swift",
"Serialization/Defaults/StringBytes.swift",
"Snapshot.swift",
"Sync.swift",
"Tester/SnapshotEngine.swift",
"Tester/SnapshotFailContext.swift",
"Tester/SnapshotFailure.swift",
"Tester/SnapshotFileEngine.swift",
"Tester/SnapshotPerformOperation.swift",
"Tester/SnapshotTester.swift",
"TestingSystem.swift"
],
"type" : "library"
}
],
"tools_version" : "6.1"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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:08fa5f1bd27c53c71ebe7c2842e29d52715d90da2c5b8f52513c9039c232613d
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/pointfreeco/swift-custom-dump
Fetching https://github.com/o-nnerb/swift-async-stream
[1/255] Fetching swift-async-stream
[256/5539] Fetching swift-async-stream, swift-custom-dump
Fetched https://github.com/o-nnerb/swift-async-stream from cache (1.11s)
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (1.11s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.4.1 (1.71s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/5607] Fetching xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (1.30s)
Computing version for https://github.com/o-nnerb/swift-async-stream
Computed https://github.com/o-nnerb/swift-async-stream at 1.3.2 (2.00s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.8.1 (0.54s)
Creating working copy for https://github.com/o-nnerb/swift-async-stream
Working copy of https://github.com/o-nnerb/swift-async-stream resolved at 1.3.2
Creating working copy for https://github.com/pointfreeco/swift-custom-dump
Working copy of https://github.com/pointfreeco/swift-custom-dump resolved at 1.4.1
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.8.1
Building for debugging...
[0/8] Write sources
[7/8] Write swift-version-24593BA9C3E375BF.txt
[9/21] Emitting module IssueReportingPackageSupport
<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
[10/21] Compiling IssueReportingPackageSupport _Test.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
[12/41] Compiling IssueReporting FatalErrorReporter.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
[13/41] Compiling IssueReporting ReportIssue.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
[14/41] Compiling IssueReporting TestContext.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
[15/41] Compiling IssueReporting Unimplemented.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
[16/43] 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
[17/43] 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
[18/43] 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
[19/43] Compiling SwiftAsyncStream PassthroughSubject.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
[20/44] Compiling IssueReporting XCTest.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
[21/44] Compiling IssueReporting IsTesting.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
[22/44] Compiling IssueReporting IssueReporter.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
[23/44] Compiling IssueReporting BreakpointReporter.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
[24/44] Compiling IssueReporting DefaultReporter.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
[25/44] Compiling SwiftAsyncStream SubjectAsyncIterator.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
[26/44] Compiling IssueReporting FailureObserver.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
[27/44] Compiling IssueReporting 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
[28/44] Compiling IssueReporting Rethrows.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
[29/44] Compiling IssueReporting SwiftTesting.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
[30/44] Compiling IssueReporting 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
[31/44] Compiling IssueReporting Warn.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/44] Compiling SwiftAsyncStream ValueSubject.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/44] Compiling SwiftAsyncStream NodeSubject.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/44] Compiling IssueReporting AppHostWarning.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/.build/checkouts/swift-async-stream/Sources/SwiftAsyncStream/Lock.swift:204:50: error: cannot convert value of type 'Int' to expected argument type 'Int32'
202 | debugOnly {
203 | #if !os(OpenBSD)
204 | pthread_mutexattr_settype(&attr, PTHREAD_MUTEX_ERRORCHECK)
| `- error: cannot convert value of type 'Int' to expected argument type 'Int32'
205 | #endif
206 | }
[35/44] Compiling IssueReporting Deprecations.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/.build/checkouts/swift-async-stream/Sources/SwiftAsyncStream/Lock.swift:204:50: error: cannot convert value of type 'Int' to expected argument type 'Int32'
202 | debugOnly {
203 | #if !os(OpenBSD)
204 | pthread_mutexattr_settype(&attr, PTHREAD_MUTEX_ERRORCHECK)
| `- error: cannot convert value of type 'Int' to expected argument type 'Int32'
205 | #endif
206 | }
<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
[38/44] Emitting module SwiftAsyncStream
<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
[40/44] Compiling IssueReporting ErrorReporting.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
[45/45] Compiling SwiftAsyncStream 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
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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:08fa5f1bd27c53c71ebe7c2842e29d52715d90da2c5b8f52513c9039c232613d
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
warning: 'spi-builder-workspace': found 14 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/Tests/XCSnapshotTestingCustomDumpTests/__Snapshots__/CustomDumpTests/testAnySnapshotStringConvertible.date.txt
/host/spi-builder-workspace/Tests/XCSnapshotTestingCustomDumpTests/__Snapshots__/CustomDumpTests/testDeterministicDictionaryAndSetSnapshots.1.txt
/host/spi-builder-workspace/Tests/XCSnapshotTestingCustomDumpTests/__Snapshots__/CustomDumpTests/testAnySnapshotStringConvertible.substring.txt
/host/spi-builder-workspace/Tests/XCSnapshotTestingCustomDumpTests/__Snapshots__/CustomDumpTests/testAnySnapshotStringConvertible.string.txt
/host/spi-builder-workspace/Tests/XCSnapshotTestingCustomDumpTests/__Snapshots__/CustomDumpTests/testMultipleSnapshots.1.txt
/host/spi-builder-workspace/Tests/XCSnapshotTestingCustomDumpTests/__Snapshots__/CustomDumpTests/testAnySnapshotStringConvertible.nsobject.txt
/host/spi-builder-workspace/Tests/XCSnapshotTestingCustomDumpTests/__Snapshots__/CustomDumpTests/testRecursion.2.txt
/host/spi-builder-workspace/Tests/XCSnapshotTestingCustomDumpTests/__Snapshots__/CustomDumpTests/testAny.1.txt
/host/spi-builder-workspace/Tests/XCSnapshotTestingCustomDumpTests/__Snapshots__/CustomDumpTests/testNamedAssertion.named.txt
/host/spi-builder-workspace/Tests/XCSnapshotTestingCustomDumpTests/__Snapshots__/CustomDumpTests/testRecursion.1.txt
/host/spi-builder-workspace/Tests/XCSnapshotTestingCustomDumpTests/__Snapshots__/CustomDumpTests/testAnySnapshotStringConvertible.character.txt
/host/spi-builder-workspace/Tests/XCSnapshotTestingCustomDumpTests/__Snapshots__/CustomDumpTests/testAnySnapshotStringConvertible.url.txt
/host/spi-builder-workspace/Tests/XCSnapshotTestingCustomDumpTests/__Snapshots__/CustomDumpTests/testAnySnapshotStringConvertible.data.txt
/host/spi-builder-workspace/Tests/XCSnapshotTestingCustomDumpTests/__Snapshots__/CustomDumpTests/testMultipleSnapshots.2.txt
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/14] Compiling IssueReportingPackageSupport _Test.swift
[3/14] Emitting module IssueReportingPackageSupport
[4/15] Emitting module SwiftAsyncStream
[6/16] Compiling SwiftAsyncStream PassthroughSubject.swift
[7/16] Compiling SwiftAsyncStream SubjectAsyncIterator.swift
[8/16] Compiling SwiftAsyncStream ValueSubject.swift
[9/16] Compiling SwiftAsyncStream NodeSubject.swift
[10/16] Compiling SwiftAsyncStream Lock.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-stream/Sources/SwiftAsyncStream/Lock.swift:204:50: error: cannot convert value of type 'Int' to expected argument type 'Int32'
202 | debugOnly {
203 | #if !os(OpenBSD)
204 | pthread_mutexattr_settype(&attr, PTHREAD_MUTEX_ERRORCHECK)
| `- error: cannot convert value of type 'Int' to expected argument type 'Int32'
205 | #endif
206 | }
[11/16] Compiling SwiftAsyncStream AnyAsyncSequence.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-stream/Sources/SwiftAsyncStream/Lock.swift:204:50: error: cannot convert value of type 'Int' to expected argument type 'Int32'
202 | debugOnly {
203 | #if !os(OpenBSD)
204 | pthread_mutexattr_settype(&attr, PTHREAD_MUTEX_ERRORCHECK)
| `- error: cannot convert value of type 'Int' to expected argument type 'Int32'
205 | #endif
206 | }
[12/35] Compiling SwiftAsyncStream Task+.swift
[13/35] Compiling IssueReporting Deprecations.swift
[14/35] Compiling IssueReporting TestContext.swift
[15/35] Compiling IssueReporting ErrorReporting.swift
[16/35] Compiling IssueReporting AppHostWarning.swift
BUILD FAILURE 6.1 android