The Swift Package Index logo.Swift Package Index

Build Information

Failed to build BungieKit, reference main (865e7a), with Swift 6.2 for Linux on 23 Jun 2025 11:11:35 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.64.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.2
Building package at path:  $PWD
https://github.com/lukehook/BungieKit.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" 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:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Fetching https://github.com/weichsel/ZIPFoundation.git
Fetching https://github.com/groue/GRDB.swift.git
[1/5576] Fetching zipfoundation
[838/117007] Fetching zipfoundation, grdb.swift
Fetched https://github.com/weichsel/ZIPFoundation.git from cache (21.61s)
Fetched https://github.com/groue/GRDB.swift.git from cache (22.12s)
Computing version for https://github.com/weichsel/ZIPFoundation.git
Computed https://github.com/weichsel/ZIPFoundation.git at 0.9.19 (22.89s)
Computing version for https://github.com/groue/GRDB.swift.git
Computed https://github.com/groue/GRDB.swift.git at 6.29.3 (0.69s)
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.19
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] Write sources
[1/7] Copying PrivacyInfo.xcprivacy
[3/7] Write sources
[3/7] Copying Info.plist
[5/7] Write sources
[6/7] Write swift-version-24593BA9C3E375BF.txt
[8/181] Emitting module ZIPFoundation
[9/183] Emitting module GRDB
[10/203] Compiling ZIPFoundation FileManager+ZIPDeprecated.swift
[11/203] Compiling ZIPFoundation URL+ZIP.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[12/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
[13/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
[14/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
[15/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
[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 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
[18/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
[19/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
BUILD FAILURE 6.2 linux