Build Information
Failed to build xc-snapshot-testing, reference 1.2.0 (3a02c3), with Swift 6.2 for Linux on 14 Feb 2026 03:02:43 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/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 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: linux
Swift version: 6.2
Building package at path: $PWD
https://github.com/snapshot-testing/xc-snapshot-testing.git
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/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:257b0ae9749b4eea8553a58f7bf60a672611c061e9b845ccfee371e7c1138ce8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Fetching https://github.com/o-nnerb/swift-async-stream
Fetching https://github.com/pointfreeco/swift-custom-dump
[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 (0.28s)
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (0.28s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.4.1 (0.59s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/5607] Fetching xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (0.62s)
Computing version for https://github.com/o-nnerb/swift-async-stream
Computed https://github.com/o-nnerb/swift-async-stream at 1.3.2 (0.93s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.8.1 (0.34s)
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
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/o-nnerb/swift-async-stream
Working copy of https://github.com/o-nnerb/swift-async-stream resolved at 1.3.2
Building for debugging...
[0/8] Write sources
[7/8] Write swift-version-24593BA9C3E375BF.txt
[9/21] Compiling IssueReportingPackageSupport _Test.swift
[10/21] Emitting module IssueReportingPackageSupport
[12/41] Compiling IssueReporting FatalErrorReporter.swift
[13/41] Compiling IssueReporting ReportIssue.swift
[14/43] Compiling IssueReporting TestContext.swift
[15/43] Compiling IssueReporting Unimplemented.swift
[16/43] Compiling IssueReporting WithExpectedIssue.swift
[17/43] Compiling IssueReporting WithIssueContext.swift
[18/43] Compiling IssueReporting ErrorReporting.swift
[19/43] Compiling IssueReporting AppHostWarning.swift
[20/43] Compiling IssueReporting Deprecations.swift
[21/43] Compiling IssueReporting BreakpointReporter.swift
[22/43] Compiling IssueReporting DefaultReporter.swift
[26/43] Compiling IssueReporting SwiftTesting.swift
[27/43] Emitting module SwiftAsyncStream
[28/43] Compiling IssueReporting UncheckedSendable.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 | }
[29/43] Compiling IssueReporting Warn.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 | }
[30/43] Compiling SwiftAsyncStream ValueSubject.swift
[31/44] Compiling SwiftAsyncStream NodeSubject.swift
[32/44] Compiling SwiftAsyncStream PassthroughSubject.swift
[33/44] Compiling SwiftAsyncStream SubjectAsyncIterator.swift
[34/44] Emitting module IssueReporting
[35/44] Compiling IssueReporting FailureObserver.swift
[36/44] Compiling IssueReporting LockIsolated.swift
[37/44] Compiling IssueReporting Rethrows.swift
[38/44] Compiling IssueReporting XCTest.swift
[39/44] Compiling IssueReporting IsTesting.swift
[40/44] Compiling IssueReporting IssueReporter.swift
[44/45] Compiling SwiftAsyncStream Task+.swift
BUILD FAILURE 6.2 linux