Build Information
Failed to build BungieKit, reference v1.0.0 (c93ebe), with Swift 6.3 for Linux on 20 Apr 2026 23:42:28 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-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: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/lukehook/BungieKit.git
Reference: v1.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/lukehook/BungieKit
* tag v1.0.0 -> FETCH_HEAD
HEAD is now at c93ebe0 fix build warnings about concurrency
Cloned https://github.com/lukehook/BungieKit.git
Revision (git rev-parse @):
c93ebe090b517153f34e9cbe98991fd170fc4a01
SUCCESS checkout https://github.com/lukehook/BungieKit.git at v1.0.0
========================================
Build
========================================
Selected platform: linux
Swift version: 6.3
Building package at path: $PWD
https://github.com/lukehook/BungieKit.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-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: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/groue/GRDB.swift.git
Fetching https://github.com/weichsel/ZIPFoundation.git
[1/5963] Fetching zipfoundation
[5964/119596] Fetching zipfoundation, grdb.swift
Fetched https://github.com/weichsel/ZIPFoundation.git from cache (16.85s)
Fetched https://github.com/groue/GRDB.swift.git from cache (17.32s)
Computing version for https://github.com/weichsel/ZIPFoundation.git
Computed https://github.com/weichsel/ZIPFoundation.git at 0.9.20 (17.85s)
Computing version for https://github.com/groue/GRDB.swift.git
Computed https://github.com/groue/GRDB.swift.git at 6.29.3 (0.71s)
Creating working copy for https://github.com/weichsel/ZIPFoundation.git
Working copy of https://github.com/weichsel/ZIPFoundation.git resolved at 0.9.20
Creating working copy for https://github.com/groue/GRDB.swift.git
Working copy of https://github.com/groue/GRDB.swift.git resolved at 6.29.3
warning: 'spi-builder-workspace': Invalid Resource 'Resources': File not found.
warning: 'zipfoundation': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/.build/checkouts/ZIPFoundation/Sources/ZIPFoundation/Resources/PrivacyInfo.xcprivacy
Building for debugging...
[0/7] Copying PrivacyInfo.xcprivacy
[0/7] Copying Info.plist
[2/7] Write sources
[2/7] Write swift-version-24593BA9C3E375BF.txt
[2/7] Write sources
[8/181] Emitting module ZIPFoundation
[9/183] Compiling BungieKit DestinyComponentType.swift
/host/spi-builder-workspace/Sources/BungieKit/Auth/AuthService.swift:2:8: error: no such module 'OSLog'
1 | import Foundation
2 | import OSLog
| `- error: no such module 'OSLog'
3 |
4 | /// Protocol for authentication with the Bungie API
[10/183] Compiling BungieKit APIService.swift
/host/spi-builder-workspace/Sources/BungieKit/Auth/AuthService.swift:2:8: error: no such module 'OSLog'
1 | import Foundation
2 | import OSLog
| `- error: no such module 'OSLog'
3 |
4 | /// Protocol for authentication with the Bungie API
[11/183] Compiling ZIPFoundation FileManager+ZIPDeprecated.swift
[12/183] Compiling ZIPFoundation URL+ZIP.swift
[13/183] Compiling BungieKit ResetService.swift
/host/spi-builder-workspace/Sources/BungieKit/Auth/AuthService.swift:2:8: error: no such module 'OSLog'
1 | import Foundation
2 | import OSLog
| `- error: no such module 'OSLog'
3 |
4 | /// Protocol for authentication with the Bungie API
[14/183] Compiling BungieKit DestinyService.swift
/host/spi-builder-workspace/Sources/BungieKit/Auth/AuthService.swift:2:8: error: no such module 'OSLog'
1 | import Foundation
2 | import OSLog
| `- error: no such module 'OSLog'
3 |
4 | /// Protocol for authentication with the Bungie API
[15/183] Compiling GRDB FetchRequest.swift
[16/183] Compiling GRDB Row.swift
[17/183] Compiling GRDB RowAdapter.swift
[18/183] Compiling GRDB RowDecodingError.swift
[19/183] Compiling GRDB SQL.swift
[20/183] Compiling GRDB SQLInterpolation.swift
[21/183] Compiling GRDB SQLRequest.swift
[22/183] Compiling GRDB SchedulingWatchdog.swift
[23/183] Compiling GRDB SerializedDatabase.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[24/183] Emitting module BungieKit
/host/spi-builder-workspace/Sources/BungieKit/Auth/AuthService.swift:2:8: error: no such module 'OSLog'
1 | import Foundation
2 | import OSLog
| `- error: no such module 'OSLog'
3 |
4 | /// Protocol for authentication with the Bungie API
[25/183] Compiling BungieKit BungieMembershipType.swift
/host/spi-builder-workspace/Sources/BungieKit/Auth/AuthService.swift:2:8: error: no such module 'OSLog'
1 | import Foundation
2 | import OSLog
| `- error: no such module 'OSLog'
3 |
4 | /// Protocol for authentication with the Bungie API
[26/183] Compiling BungieKit BungieClient.swift
/host/spi-builder-workspace/Sources/BungieKit/Auth/AuthService.swift:2:8: error: no such module 'OSLog'
1 | import Foundation
2 | import OSLog
| `- error: no such module 'OSLog'
3 |
4 | /// Protocol for authentication with the Bungie API
[27/183] Compiling BungieKit AuthService.swift
/host/spi-builder-workspace/Sources/BungieKit/Auth/AuthService.swift:2:8: error: no such module 'OSLog'
1 | import Foundation
2 | import OSLog
| `- error: no such module 'OSLog'
3 |
4 | /// Protocol for authentication with the Bungie API
[28/183] Compiling GRDB Date.swift
[29/183] Compiling GRDB Decimal.swift
[30/183] Compiling GRDB NSData.swift
[31/183] Compiling GRDB Statement.swift
[32/183] Compiling GRDB StatementAuthorizer.swift
[33/183] Compiling GRDB StatementColumnConvertible.swift
[34/183] Compiling GRDB CGFloat.swift
[35/183] Compiling GRDB Data.swift
[36/183] Compiling GRDB DatabaseDateComponents.swift
[37/183] Compiling GRDB DatabaseValueConvertible+ReferenceConvertible.swift
error: cancelled
BUILD FAILURE 6.3 linux