The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build Ospuze, reference master (9c0bc4), with Swift 6.2 (beta) for Android on 24 Jun 2025 16:46:15 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Eisenhuth/Ospuze.git
Reference: master
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/Eisenhuth/Ospuze
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 9c0bc4c using Holtow directly as a submodule
Submodule path 'Sources/Ospuze/Resources/Holtow': checked out 'd15e165f977a815a497fbb1808d093ba39f80950'
Submodule 'Sources/Ospuze/Resources/Holtow' (https://github.com/Eisenhuth/Holtow.git) registered for path 'Sources/Ospuze/Resources/Holtow'
Cloning into '/host/spi-builder-workspace/Sources/Ospuze/Resources/Holtow'...
Cloned https://github.com/Eisenhuth/Ospuze.git
Revision (git rev-parse @):
9c0bc4cf346e77a28e99b8a4983064e3b6919ee9
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/Eisenhuth/Ospuze.git at master
========================================
Build
========================================
Selected platform:         android
Swift version:             6.2
Building package at path:  $PWD
https://github.com/Eisenhuth/Ospuze.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:b7c4a6b4153ff40ef9277e2157e708f835b8eb011095d53bd8db4594eb2b7798
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.2-latest
Fetching https://github.com/eisenhuth/yasu.git
[1/57] Fetching yasu
Fetched https://github.com/eisenhuth/yasu.git from cache (0.24s)
Computing version for https://github.com/eisenhuth/yasu.git
Computed https://github.com/eisenhuth/yasu.git at 1.0.1 (0.58s)
Creating working copy for https://github.com/eisenhuth/yasu.git
Working copy of https://github.com/eisenhuth/yasu.git resolved at 1.0.1
Building for debugging...
[0/38] Write sources
[0/38] Copying LICENSE
[0/38] Write sources
[0/38] Copying OB.json
[0/38] Copying CB2.json
[0/38] Copying CB1.json
[2/38] Copying README.md
[7/38] Copying S3_worldtour.json
[8/38] Copying S7_worldtour.json
[9/38] Copying S3_crossplay.json
[10/38] Copying S1_crossplay.json
[11/38] Copying S7_sponsor.json
[12/38] Copying S7_tdm.json
[13/38] Copying S7_terminalattack.json
[14/38] Copying S7_quickcash.json
[14/38] Copying S7_powershift.json
[16/38] Copying S7_crossplay.json
[17/38] Copying S6_worldtour.json
[18/38] Copying S6_terminalattack.json
[19/38] Copying S6_tdm.json
[20/38] Copying S6_quickcash.json
[21/38] Copying S6_sponsor.json
[22/38] Copying S6_powershift.json
[23/38] Copying S6_crossplay.json
[24/38] Copying S5_worldtour.json
[25/38] Copying S1_steam.json
[26/38] Copying S5_sponsor.json
[27/38] Copying S5_crossplay.json
[28/38] Copying S4_crossplay.json
[29/38] Copying S2_xbox.json
[30/38] Copying S4_sponsor.json
[31/38] Copying S2_psn.json
[31/38] Copying S2_steam.json
[33/38] Copying S1_xbox.json
[34/38] Copying S4_worldtour.json
[35/38] Copying S2_crossplay.json
[36/38] Copying S1_psn.json
[37/38] Write swift-version-8C5A4AE7A8CE2BA.txt
[39/41] Compiling YASU BundleExtension.swift
[40/41] Emitting module YASU
[41/41] Compiling YASU LoadData.swift
/host/spi-builder-workspace/.build/checkouts/yasu/Sources/YASU/Data/LoadData.swift:5:46: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
 3 | public func loadData<T: Decodable>(_ url: URL) async -> T? {
 4 |     do{
 5 |         let (data, _) = try await URLSession.shared.data(from: url)
   |                                              `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
 6 |         let decoder = JSONDecoder()
 7 |         let decoded = try decoder.decode(T.self, from: data)
BUILD FAILURE 6.2 android