The Swift Package Index logo.Swift Package Index

Build Information

Failed to build universalis-swift, reference v1.5.1 (ee978d), with Swift 6.3 for Wasm on 15 Apr 2026 13:44:52 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:wasm-6.3-latest swift build --swift-sdk swift-6.3-RELEASE_wasm 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Eisenhuth/universalis-swift.git
Reference: v1.5.1
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/universalis-swift
 * tag               v1.5.1     -> FETCH_HEAD
HEAD is now at ee978d4 added hasData
Cloned https://github.com/Eisenhuth/universalis-swift.git
Revision (git rev-parse @):
ee978d4a47ab0b96c502d57fa340a0de40e1c0bd
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/Eisenhuth/universalis-swift.git at v1.5.1
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/Eisenhuth/universalis-swift.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:wasm-6.3-latest swift build --swift-sdk swift-6.3-RELEASE_wasm 2>&1
wasm-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:d69f4e7582c319245442d62a08b2d7c7fd5a0c0c69f5d2ef11d1530cd8d3329b
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/26] Emitting module universalis_swift
[4/29] Compiling universalis_swift UploadCountHistoryView.swift
[5/29] Compiling universalis_swift UserListView.swift
[6/29] Compiling universalis_swift World.swift
[7/29] Compiling universalis_swift ProblemDetails.swift
[8/29] Compiling universalis_swift RecentlyUpdatedItemsView.swift
[9/29] Compiling universalis_swift SaleView.swift
[10/29] Compiling universalis_swift Endpoint.swift
/host/spi-builder-workspace/Sources/universalis-swift/LoadData.swift:14:53: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
12 | public func loadData<T: Decodable>(_ url: URL) async -> (result: T?, statusCode: Int?, error: APIError?) {
13 |     do {
14 |         let (data, response) = try await URLSession.shared.data(from: url)
   |                                                     `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
15 |         guard let httpResponse = response as? HTTPURLResponse else {
16 |             return (nil, nil, .badResponse(-1))
[11/29] Compiling universalis_swift LoadData.swift
/host/spi-builder-workspace/Sources/universalis-swift/LoadData.swift:14:53: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
12 | public func loadData<T: Decodable>(_ url: URL) async -> (result: T?, statusCode: Int?, error: APIError?) {
13 |     do {
14 |         let (data, response) = try await URLSession.shared.data(from: url)
   |                                                     `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
15 |         guard let httpResponse = response as? HTTPURLResponse else {
16 |             return (nil, nil, .badResponse(-1))
[12/29] Compiling universalis_swift Queries.swift
/host/spi-builder-workspace/Sources/universalis-swift/LoadData.swift:14:53: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
12 | public func loadData<T: Decodable>(_ url: URL) async -> (result: T?, statusCode: Int?, error: APIError?) {
13 |     do {
14 |         let (data, response) = try await URLSession.shared.data(from: url)
   |                                                     `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
15 |         guard let httpResponse = response as? HTTPURLResponse else {
16 |             return (nil, nil, .badResponse(-1))
[13/29] Compiling universalis_swift AggregatedMarketBoardData.swift
/host/spi-builder-workspace/Sources/universalis-swift/LoadData.swift:14:53: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
12 | public func loadData<T: Decodable>(_ url: URL) async -> (result: T?, statusCode: Int?, error: APIError?) {
13 |     do {
14 |         let (data, response) = try await URLSession.shared.data(from: url)
   |                                                     `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
15 |         guard let httpResponse = response as? HTTPURLResponse else {
16 |             return (nil, nil, .badResponse(-1))
[14/29] Compiling universalis_swift SourceUploadCountView.swift
[15/29] Compiling universalis_swift TaxRatesView.swift
[16/29] Compiling universalis_swift TradeVolumeView.swift
[17/29] Compiling universalis_swift HistoryMultiViewV2.swift
[18/29] Compiling universalis_swift HistoryView.swift
[19/29] Compiling universalis_swift ListingView.swift
[20/29] Compiling universalis_swift WorldItemRecencyView.swift
[21/29] Compiling universalis_swift WorldUploadCounts.swift
[22/29] Compiling universalis_swift universalis-swift.swift
[23/29] Compiling universalis_swift MateriaView.swift
[24/29] Compiling universalis_swift MinimizedSaleView.swift
[25/29] Compiling universalis_swift MostRecentlyUpdatedItemsView.swift
[26/29] Compiling universalis_swift ContentView.swift
[27/29] Compiling universalis_swift CurrentlyShownMultiViewV2.swift
[28/29] Compiling universalis_swift CurrentlyShownView.swift
[29/29] Compiling universalis_swift DataCenter.swift
BUILD FAILURE 6.3 wasm