Build Information
Failed to build xivapi-swift, reference master (3f41b2), with Swift 6.3 for Wasm on 30 Apr 2026 03:05:17 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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>&1Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Eisenhuth/xivapi-swift.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/xivapi-swift
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 3f41b2a 7.5
Cloned https://github.com/Eisenhuth/xivapi-swift.git
Revision (git rev-parse @):
3f41b2a1fb26feaff42243d55e607abca51d9c8f
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/Eisenhuth/xivapi-swift.git at master
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.3
Building package at path: $PWD
https://github.com/Eisenhuth/xivapi-swift.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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/3] Copying itemRecipeDict.json
[1/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/65] Emitting module xivapi_swift
[5/73] Compiling xivapi_swift Recipe+Extensions.swift
[6/73] Compiling xivapi_swift Stain+Extensions.swift
[7/73] Compiling xivapi_swift Status+Extensions.swift
[8/73] Compiling xivapi_swift Trait+Extensions.swift
[9/73] Compiling xivapi_swift TripleTriad+Extensions.swift
[10/73] Compiling xivapi_swift TripleTriadCard+Extensions.swift
[11/73] Compiling xivapi_swift TripleTriadCardRarity+Extensions.swift
[12/73] Compiling xivapi_swift TripleTriadCardResident+Extensions.swift
[13/73] Compiling xivapi_swift TripleTriadCardType+Extensions.swift
[14/73] Compiling xivapi_swift LoadData.swift
/host/spi-builder-workspace/Sources/xivapi-swift/LoadData.swift:8:46: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
6 | public func loadData<T: Decodable>(_ url: URL) async -> T? {
7 | do{
8 | let (data, _) = try await URLSession.shared.data(from: url)
| `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
9 | let decoder = JSONDecoder()
10 | let decoded = try decoder.decode(T.self, from: data)
[15/73] Compiling xivapi_swift Achievement.swift
/host/spi-builder-workspace/Sources/xivapi-swift/LoadData.swift:8:46: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
6 | public func loadData<T: Decodable>(_ url: URL) async -> T? {
7 | do{
8 | let (data, _) = try await URLSession.shared.data(from: url)
| `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
9 | let decoder = JSONDecoder()
10 | let decoded = try decoder.decode(T.self, from: data)
[16/73] Compiling xivapi_swift Action.swift
/host/spi-builder-workspace/Sources/xivapi-swift/LoadData.swift:8:46: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
6 | public func loadData<T: Decodable>(_ url: URL) async -> T? {
7 | do{
8 | let (data, _) = try await URLSession.shared.data(from: url)
| `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
9 | let decoder = JSONDecoder()
10 | let decoded = try decoder.decode(T.self, from: data)
[17/73] Compiling xivapi_swift AozAction.swift
/host/spi-builder-workspace/Sources/xivapi-swift/LoadData.swift:8:46: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
6 | public func loadData<T: Decodable>(_ url: URL) async -> T? {
7 | do{
8 | let (data, _) = try await URLSession.shared.data(from: url)
| `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
9 | let decoder = JSONDecoder()
10 | let decoded = try decoder.decode(T.self, from: data)
[18/73] Compiling xivapi_swift AozActionTransient.swift
/host/spi-builder-workspace/Sources/xivapi-swift/LoadData.swift:8:46: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
6 | public func loadData<T: Decodable>(_ url: URL) async -> T? {
7 | do{
8 | let (data, _) = try await URLSession.shared.data(from: url)
| `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
9 | let decoder = JSONDecoder()
10 | let decoded = try decoder.decode(T.self, from: data)
[19/73] Compiling xivapi_swift BGM.swift
/host/spi-builder-workspace/Sources/xivapi-swift/LoadData.swift:8:46: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
6 | public func loadData<T: Decodable>(_ url: URL) async -> T? {
7 | do{
8 | let (data, _) = try await URLSession.shared.data(from: url)
| `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
9 | let decoder = JSONDecoder()
10 | let decoded = try decoder.decode(T.self, from: data)
[20/73] Compiling xivapi_swift BaseParam.swift
/host/spi-builder-workspace/Sources/xivapi-swift/LoadData.swift:8:46: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
6 | public func loadData<T: Decodable>(_ url: URL) async -> T? {
7 | do{
8 | let (data, _) = try await URLSession.shared.data(from: url)
| `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
9 | let decoder = JSONDecoder()
10 | let decoded = try decoder.decode(T.self, from: data)
[21/73] Compiling xivapi_swift ClassJob.swift
/host/spi-builder-workspace/Sources/xivapi-swift/LoadData.swift:8:46: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
6 | public func loadData<T: Decodable>(_ url: URL) async -> T? {
7 | do{
8 | let (data, _) = try await URLSession.shared.data(from: url)
| `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
9 | let decoder = JSONDecoder()
10 | let decoded = try decoder.decode(T.self, from: data)
[22/73] Compiling xivapi_swift ClassJobCategory.swift
/host/spi-builder-workspace/Sources/xivapi-swift/LoadData.swift:8:46: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
6 | public func loadData<T: Decodable>(_ url: URL) async -> T? {
7 | do{
8 | let (data, _) = try await URLSession.shared.data(from: url)
| `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
9 | let decoder = JSONDecoder()
10 | let decoded = try decoder.decode(T.self, from: data)
[23/73] Compiling xivapi_swift Title.swift
[24/73] Compiling xivapi_swift Town.swift
[25/73] Compiling xivapi_swift Trait.swift
[26/73] Compiling xivapi_swift TripleTriad.swift
[27/73] Compiling xivapi_swift TripleTriadCard.swift
[28/73] Compiling xivapi_swift TripleTriadCardRarity.swift
[29/73] Compiling xivapi_swift TripleTriadCardResident.swift
[30/73] Compiling xivapi_swift TripleTriadCardType.swift
[31/73] Compiling xivapi_swift Map.swift
[32/73] Compiling xivapi_swift NpcYell.swift
[33/73] Compiling xivapi_swift PvPAction.swift
[34/73] Compiling xivapi_swift Quest.swift
[35/73] Compiling xivapi_swift Recipe.swift
[36/73] Compiling xivapi_swift SecretRecipeBook.swift
[37/73] Compiling xivapi_swift Stain.swift
[38/73] Compiling xivapi_swift Status.swift
[39/73] Compiling xivapi_swift BundleExtension.swift
[40/73] Compiling xivapi_swift Action+Extensions.swift
[41/73] Compiling xivapi_swift AozAction+Extensions.swift
[42/73] Compiling xivapi_swift ContentFinderCondition+Extensions.swift
[43/73] Compiling xivapi_swift Item+Extensions.swift
[44/73] Compiling xivapi_swift ItemFood+Extensions.swift
[45/73] Compiling xivapi_swift Map+Extensions.swift
[46/73] Compiling xivapi_swift NpcYell+Extensions.swift
[47/73] Compiling xivapi_swift PvPAction+Extensions.swift
[48/73] Compiling xivapi_swift ContentFinderCondition.swift
[49/73] Compiling xivapi_swift ContentFinderConditionTransient.swift
[50/73] Compiling xivapi_swift ContentType.swift
[51/73] Compiling xivapi_swift ENpcResident.swift
[52/73] Compiling xivapi_swift ExVersion.swift
[53/73] Compiling xivapi_swift GrandCompany.swift
[54/73] Compiling xivapi_swift Icon.swift
[55/73] Compiling xivapi_swift InstanceContent.swift
[56/73] Compiling xivapi_swift Item.swift
[57/73] Compiling xivapi_swift ItemAction.swift
[58/73] Compiling xivapi_swift ItemFood.swift
[59/73] Compiling xivapi_swift ItemSearchCategory.swift
[60/73] Compiling xivapi_swift ItemSeries.swift
[61/73] Compiling xivapi_swift ItemSpecialBonus.swift
[62/73] Compiling xivapi_swift ItemUICategory.swift
[63/73] Compiling xivapi_swift JournalGenre.swift
[64/73] Compiling xivapi_swift Level.swift
[65/73] Compiling xivapi_swift LevelItem.swift
[66/73] Compiling xivapi_swift TripleTriadRule.swift
[67/73] Compiling xivapi_swift xivapi-swift.swift
[68/73] Compiling xivapi_swift Enums.swift
[69/73] Compiling xivapi_swift SearchResult.swift
[70/73] Compiling xivapi_swift Sheets.swift
[71/73] Compiling xivapi_swift Structs.swift
[72/73] Compiling xivapi_swift Verified.swift
[73/73] Compiling xivapi_swift resource_bundle_accessor.swift
BUILD FAILURE 6.3 wasm