Build Information
Failed to build Ospuze, reference master (2347d6
), with Swift 5.9 for Linux on 21 Mar 2025 06:31:54 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.60.1
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 2347d62 Season 6
Cloned https://github.com/Eisenhuth/Ospuze.git
Revision (git rev-parse @):
2347d62006692d9c3d0be1eadf4aa0fbce989734
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/Eisenhuth/Ospuze.git at master
========================================
Build
========================================
Selected platform: linux
Swift version: 5.9
Building package at path: $PWD
https://github.com/Eisenhuth/Ospuze.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.9-latest: Pulling from finestructure/spi-images
Digest: sha256:e6feefcc5d5d2f301fe47477cfe0928fc3b12c59579fdacf1d387095b6fee662
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.9-latest
Fetching https://github.com/eisenhuth/yasu.git
[1/57] Fetching yasu
Fetched https://github.com/eisenhuth/yasu.git (0.17s)
Computing version for https://github.com/eisenhuth/yasu.git
Computed https://github.com/eisenhuth/yasu.git at 1.0.1 (0.30s)
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/19] Copying S2_steam.json
[0/19] Copying S1_psn.json
[0/19] Copying S1_xbox.json
[1/19] Copying S5_worldtour.json
[1/19] Copying S3_crossplay.json
[1/19] Copying S4_crossplay.json
[1/19] Copying S4_worldtour.json
[1/19] Copying S3_worldtour.json
[1/19] Copying S4_sponsor.json
[1/19] Copying S5_sponsor.json
[1/19] Copying S2_xbox.json
[1/19] Copying S2_psn.json
[1/19] Copying S1_steam.json
[1/19] Copying S2_crossplay.json
[1/19] Copying S1_crossplay.json
[15/19] Copying OB.json
[15/19] Copying CB2.json
[17/19] Copying CB1.json
[18/19] Copying S5_crossplay.json
[20/22] Compiling YASU BundleExtension.swift
[21/22] Emitting module YASU
[22/22] 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'
let (data, _) = try await URLSession.shared.data(from: url)
~~~~~~~~~~ ^~~~~~
error: fatalError
BUILD FAILURE 5.9 linux