Build Information
Failed to build SQLite, reference main (24d5f3), with Swift 6.3 for Linux on 22 Apr 2026 16:43:07 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/shareup/sqlite.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/shareup/sqlite
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 24d5f3f Do not listen to lifecycle events on Mac Catalyst (#60)
Cloned https://github.com/shareup/sqlite.git
Revision (git rev-parse @):
24d5f3f6523775a0583e15fa61f68de1e182794a
SUCCESS checkout https://github.com/shareup/sqlite.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.3
Building package at path: $PWD
https://github.com/shareup/sqlite.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:5a7d791d2ead8a924b1292cb31bf3288eabcfe8880e0b005b00b45b71a5bc36a
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest
Fetching https://github.com/shareup/precise-iso-8601-date-formatter.git
Fetching https://github.com/shareup/synchronized.git
Fetching https://github.com/groue/GRDB.swift.git
Fetching https://github.com/shareup/combine-extensions.git
[1/52] Fetching precise-iso-8601-date-formatter
[17/278] Fetching precise-iso-8601-date-formatter, synchronized
[279/742] Fetching precise-iso-8601-date-formatter, synchronized, combine-extensions
Fetched https://github.com/shareup/combine-extensions.git from cache (0.64s)
[1/113633] Fetching grdb.swift
Fetched https://github.com/shareup/precise-iso-8601-date-formatter.git from cache (16.60s)
Fetched https://github.com/shareup/synchronized.git from cache (16.60s)
Fetched https://github.com/groue/GRDB.swift.git from cache (17.14s)
Computing version for https://github.com/shareup/synchronized.git
Computed https://github.com/shareup/synchronized.git at 4.0.1 (20.86s)
Computing version for https://github.com/shareup/precise-iso-8601-date-formatter.git
Computed https://github.com/shareup/precise-iso-8601-date-formatter.git at 1.0.3 (0.73s)
Computing version for https://github.com/shareup/combine-extensions.git
Computed https://github.com/shareup/combine-extensions.git at 6.0.2 (0.73s)
Computing version for https://github.com/groue/GRDB.swift.git
Computed https://github.com/groue/GRDB.swift.git at 7.10.0 (4.13s)
Creating working copy for https://github.com/shareup/combine-extensions.git
Working copy of https://github.com/shareup/combine-extensions.git resolved at 6.0.2
Creating working copy for https://github.com/shareup/synchronized.git
Working copy of https://github.com/shareup/synchronized.git resolved at 4.0.1
Creating working copy for https://github.com/groue/GRDB.swift.git
Working copy of https://github.com/groue/GRDB.swift.git resolved at 7.10.0
Creating working copy for https://github.com/shareup/precise-iso-8601-date-formatter.git
Working copy of https://github.com/shareup/precise-iso-8601-date-formatter.git resolved at 1.0.3
Building for debugging...
[0/11] Copying PrivacyInfo.xcprivacy
[0/11] Copying Info.plist
[2/11] Write sources
[7/11] Write swift-version-24593BA9C3E375BF.txt
[9/165] Emitting module GRDB
[10/186] Compiling CombineTestExtensions Publisher+Test.swift
/host/spi-builder-workspace/.build/checkouts/combine-extensions/Sources/CombineTestExtensions/Publisher+Test.swift:1:8: error: no such module 'Combine'
1 | import Combine
| `- error: no such module 'Combine'
2 | import Foundation
3 | import XCTest
error: emit-module command failed with exit code 1 (use -v to see invocation)
[11/186] Emitting module CombineTestExtensions
/host/spi-builder-workspace/.build/checkouts/combine-extensions/Sources/CombineTestExtensions/Publisher+Test.swift:1:8: error: no such module 'Combine'
1 | import Combine
| `- error: no such module 'Combine'
2 | import Foundation
3 | import XCTest
error: emit-module command failed with exit code 1 (use -v to see invocation)
[12/186] Compiling Synchronized Lock.swift
/host/spi-builder-workspace/.build/checkouts/synchronized/Sources/Synchronized/Lock.swift:4:47: error: cannot find type 'os_unfair_lock' in scope
2 |
3 | public final class Lock {
4 | private var backing: UnsafeMutablePointer<os_unfair_lock>
| `- error: cannot find type 'os_unfair_lock' in scope
5 |
6 | public init() {
/host/spi-builder-workspace/.build/checkouts/synchronized/Sources/Synchronized/Lock.swift:7:40: error: cannot find type 'os_unfair_lock' in scope
5 |
6 | public init() {
7 | backing = UnsafeMutablePointer<os_unfair_lock>.allocate(capacity: 1)
| `- error: cannot find type 'os_unfair_lock' in scope
8 | backing.initialize(to: os_unfair_lock())
9 | }
/host/spi-builder-workspace/.build/checkouts/synchronized/Sources/Synchronized/Lock.swift:8:32: error: cannot find 'os_unfair_lock' in scope
6 | public init() {
7 | backing = UnsafeMutablePointer<os_unfair_lock>.allocate(capacity: 1)
8 | backing.initialize(to: os_unfair_lock())
| `- error: cannot find 'os_unfair_lock' in scope
9 | }
10 |
/host/spi-builder-workspace/.build/checkouts/synchronized/Sources/Synchronized/Lock.swift:18:9: error: cannot find 'os_unfair_lock_lock' in scope
16 | public func locked<T>(_ block: () throws -> T) rethrows -> T {
17 | // https://developer.apple.com/documentation/os/1646466-os_unfair_lock_lock
18 | os_unfair_lock_lock(backing)
| `- error: cannot find 'os_unfair_lock_lock' in scope
19 | defer { os_unfair_lock_unlock(backing) }
20 | return try block()
/host/spi-builder-workspace/.build/checkouts/synchronized/Sources/Synchronized/Lock.swift:19:17: error: cannot find 'os_unfair_lock_unlock' in scope
17 | // https://developer.apple.com/documentation/os/1646466-os_unfair_lock_lock
18 | os_unfair_lock_lock(backing)
19 | defer { os_unfair_lock_unlock(backing) }
| `- error: cannot find 'os_unfair_lock_unlock' in scope
20 | return try block()
21 | }
/host/spi-builder-workspace/.build/checkouts/synchronized/Sources/Synchronized/Lock.swift:25:12: error: cannot find 'os_unfair_lock_trylock' in scope
23 | public func tryLocked(_ block: () throws -> Void) rethrows -> Bool {
24 | // https://developer.apple.com/documentation/os/1646469-os_unfair_lock_trylock
25 | if os_unfair_lock_trylock(backing) {
| `- error: cannot find 'os_unfair_lock_trylock' in scope
26 | defer { os_unfair_lock_unlock(backing) }
27 | try block()
/host/spi-builder-workspace/.build/checkouts/synchronized/Sources/Synchronized/Lock.swift:26:21: error: cannot find 'os_unfair_lock_unlock' in scope
24 | // https://developer.apple.com/documentation/os/1646469-os_unfair_lock_trylock
25 | if os_unfair_lock_trylock(backing) {
26 | defer { os_unfair_lock_unlock(backing) }
| `- error: cannot find 'os_unfair_lock_unlock' in scope
27 | try block()
28 | return true
[13/186] Emitting module Synchronized
/host/spi-builder-workspace/.build/checkouts/synchronized/Sources/Synchronized/Lock.swift:4:47: error: cannot find type 'os_unfair_lock' in scope
2 |
3 | public final class Lock {
4 | private var backing: UnsafeMutablePointer<os_unfair_lock>
| `- error: cannot find type 'os_unfair_lock' in scope
5 |
6 | public init() {
/host/spi-builder-workspace/.build/checkouts/synchronized/Sources/Synchronized/Locked.swift:4:54: error: cannot find type 'os_unfair_lock' in scope
2 |
3 | public struct Locked<Element> {
4 | private final class Lock: ManagedBuffer<Element, os_unfair_lock> {
| `- error: cannot find type 'os_unfair_lock' in scope
5 | deinit {
6 | withUnsafeMutablePointerToElements { lock in
/host/spi-builder-workspace/.build/checkouts/synchronized/Sources/Synchronized/Locked.swift:12:48: error: cannot find type 'os_unfair_lock' in scope
10 | }
11 |
12 | private let buffer: ManagedBuffer<Element, os_unfair_lock>
| `- error: cannot find type 'os_unfair_lock' in scope
13 |
14 | public init(_ element: Element) {
/host/spi-builder-workspace/.build/checkouts/synchronized/Sources/Synchronized/RecursiveLock.swift:14:54: error: cannot convert value of type 'Int' to expected argument type 'Int32'
12 | else { preconditionFailure() }
13 |
14 | guard pthread_mutexattr_settype(&attributes, PTHREAD_MUTEX_RECURSIVE) == 0
| `- error: cannot convert value of type 'Int' to expected argument type 'Int32'
15 | else { preconditionFailure() }
16 |
BUILD FAILURE 6.3 linux