The Swift Package Index logo.Swift Package Index

Build Information

Failed to build BungieKit, reference main (865e7a), with Swift 6.3 for Linux on 15 Apr 2026 23:32:32 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>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/lukehook/BungieKit.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/lukehook/BungieKit
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 865e7a4 Update README.md
Cloned https://github.com/lukehook/BungieKit.git
Revision (git rev-parse @):
865e7a40ae34b2fbf51b15a44e2f87244bd6e520
SUCCESS checkout https://github.com/lukehook/BungieKit.git at main
========================================
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-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/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.82s)
Fetched https://github.com/groue/GRDB.swift.git from cache (17.19s)
Computing version for https://github.com/weichsel/ZIPFoundation.git
Computed https://github.com/weichsel/ZIPFoundation.git at 0.9.20 (21.88s)
Computing version for https://github.com/groue/GRDB.swift.git
Computed https://github.com/groue/GRDB.swift.git at 6.29.3 (0.94s)
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
Creating working copy for https://github.com/weichsel/ZIPFoundation.git
Working copy of https://github.com/weichsel/ZIPFoundation.git resolved at 0.9.20
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 Info.plist
[0/7] Copying PrivacyInfo.xcprivacy
[2/7] Write sources
[6/7] Write swift-version-24593BA9C3E375BF.txt
[8/181] Emitting module ZIPFoundation
[9/183] Emitting module GRDB
[10/203] 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
[11/203] Compiling ZIPFoundation FileManager+ZIPDeprecated.swift
[12/203] Compiling ZIPFoundation URL+ZIP.swift
[13/203] Compiling GRDB Configuration.swift
[14/203] Compiling GRDB Cursor.swift
[15/203] Compiling GRDB Database+Schema.swift
[16/203] 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
[17/203] 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
[18/203] 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
[19/203] 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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[20/203] 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
[21/203] 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
[22/203] 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
[23/203] Compiling GRDB Database+Statements.swift
[24/203] Compiling GRDB Database.swift
[25/203] Compiling GRDB DatabaseBackupProgress.swift
[26/203] Compiling GRDB DatabaseCollation.swift
[27/203] Compiling GRDB DatabaseError.swift
[28/203] Compiling GRDB DatabaseFunction.swift
[29/203] Compiling GRDB DatabasePool.swift
[30/203] Compiling GRDB DatabasePublishers.swift
[31/203] Compiling GRDB DatabaseQueue.swift
[32/203] Compiling GRDB QuoteDumpFormat.swift
[33/203] Compiling GRDB Export.swift
[34/203] Compiling GRDB FTS3.swift
[35/203] Compiling GRDB FTS3Pattern.swift
[36/203] Compiling GRDB FTS3TokenizerDescriptor.swift
[37/203] Compiling GRDB FTS4.swift
[38/203] Compiling GRDB FTS5.swift
[39/203] Compiling GRDB FTS5CustomTokenizer.swift
[40/203] Compiling GRDB FTS5Pattern.swift
[41/203] Compiling GRDB FTS5Tokenizer.swift
[42/203] Compiling GRDB FTS5TokenizerDescriptor.swift
[43/203] Compiling GRDB FTS5WrapperTokenizer.swift
[44/203] Compiling GRDB Fixits.swift
[45/203] Compiling GRDB JSONColumn.swift
[46/203] Compiling GRDB SQLJSONExpressible.swift
[47/203] Compiling GRDB SQLJSONFunctions.swift
[48/203] Compiling GRDB DatabaseMigrator.swift
[49/203] Compiling GRDB Migration.swift
[50/203] Compiling GRDB FTS3+QueryInterface.swift
[51/203] Compiling GRDB FTS5+QueryInterface.swift
[52/203] Compiling GRDB ForeignKey.swift
[53/203] Compiling GRDB DatabaseRegionObservation.swift
[54/203] Compiling GRDB DatabaseSchemaCache.swift
[55/203] Compiling GRDB DatabaseReader.swift
[56/203] Compiling GRDB DatabaseRegion.swift
[57/203] Compiling GRDB DatabaseSnapshot.swift
[58/203] Compiling GRDB DatabaseSnapshotPool.swift
[59/203] Compiling GRDB DatabaseValue.swift
error: cancelled
BUILD FAILURE 6.3 linux