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 xivapi-swift, reference master (b9f106), with Swift 6.0 for Linux on 15 Jun 2025 06:04:07 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
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 b9f106b Revert "Update xivapi-swift.swift"
Cloned https://github.com/Eisenhuth/xivapi-swift.git
Revision (git rev-parse @):
b9f106b7883e28d9e9cedd343ec61c682e0a8e90
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/Eisenhuth/xivapi-swift.git at master
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $PWD
https://github.com/Eisenhuth/xivapi-swift.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:debc4e1350c0695074699a23098fae94108f9209fa127752a12980f1ee4f0a53
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Building for debugging...
[0/3] Write sources
[1/3] Copying itemRecipeDict.json
[2/3] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[4/47] Emitting module xivapi_swift
/host/spi-builder-workspace/Sources/xivapi-swift/xivapi-swift.swift:3:28: error: cannot find type 'ObservableObject' in scope
  1 | import Foundation
  2 |
  3 | public class xivapiClient: ObservableObject {
    |                            `- error: cannot find type 'ObservableObject' in scope
  4 |
  5 |     public var schema: String?
[5/53] Compiling xivapi_swift BaseParam.swift
[6/53] Compiling xivapi_swift ClassJob.swift
[7/53] Compiling xivapi_swift ClassJobCategory.swift
[8/53] Compiling xivapi_swift ContentFinderCondition.swift
[9/53] Compiling xivapi_swift ContentFinderConditionTransient.swift
[10/53] Compiling xivapi_swift ContentType.swift
[11/53] Compiling xivapi_swift Enums.swift
[12/53] Compiling xivapi_swift SearchResult.swift
[13/53] Compiling xivapi_swift Sheets.swift
[14/53] Compiling xivapi_swift Structs.swift
[15/53] Compiling xivapi_swift Verified.swift
[16/53] Compiling xivapi_swift resource_bundle_accessor.swift
[17/53] Compiling xivapi_swift Map.swift
[18/53] Compiling xivapi_swift NpcYell.swift
[19/53] Compiling xivapi_swift PvPAction.swift
[20/53] Compiling xivapi_swift Quest.swift
[21/53] Compiling xivapi_swift Recipe.swift
[22/53] Compiling xivapi_swift SecretRecipeBook.swift
[23/53] Compiling xivapi_swift BundleExtension.swift
[24/53] Compiling xivapi_swift LoadData.swift
[25/53] Compiling xivapi_swift Achievement.swift
[26/53] Compiling xivapi_swift Action.swift
[27/53] Compiling xivapi_swift AozAction.swift
[28/53] Compiling xivapi_swift AozActionTransient.swift
[29/53] Compiling xivapi_swift BGM.swift
[30/53] Compiling xivapi_swift Stain.swift
[31/53] Compiling xivapi_swift Status.swift
[32/53] Compiling xivapi_swift Title.swift
[33/53] Compiling xivapi_swift Town.swift
[34/53] Compiling xivapi_swift Trait.swift
[35/53] Compiling xivapi_swift TripleTriad.swift
[36/53] Compiling xivapi_swift ENpcResident.swift
[37/53] Compiling xivapi_swift ExVersion.swift
[38/53] Compiling xivapi_swift Icon.swift
[39/53] Compiling xivapi_swift InstanceContent.swift
[40/53] Compiling xivapi_swift Item.swift
[41/53] Compiling xivapi_swift ItemAction.swift
[42/53] Compiling xivapi_swift ItemFood.swift
[43/53] Compiling xivapi_swift ItemSearchCategory.swift
[44/53] Compiling xivapi_swift ItemUICategory.swift
[45/53] Compiling xivapi_swift JournalGenre.swift
[46/53] Compiling xivapi_swift Level.swift
[47/53] Compiling xivapi_swift LevelItem.swift
[48/53] Compiling xivapi_swift TripleTriadCard.swift
/host/spi-builder-workspace/Sources/xivapi-swift/xivapi-swift.swift:3:28: error: cannot find type 'ObservableObject' in scope
  1 | import Foundation
  2 |
  3 | public class xivapiClient: ObservableObject {
    |                            `- error: cannot find type 'ObservableObject' in scope
  4 |
  5 |     public var schema: String?
[49/53] Compiling xivapi_swift TripleTriadCardRarity.swift
/host/spi-builder-workspace/Sources/xivapi-swift/xivapi-swift.swift:3:28: error: cannot find type 'ObservableObject' in scope
  1 | import Foundation
  2 |
  3 | public class xivapiClient: ObservableObject {
    |                            `- error: cannot find type 'ObservableObject' in scope
  4 |
  5 |     public var schema: String?
[50/53] Compiling xivapi_swift TripleTriadCardResident.swift
/host/spi-builder-workspace/Sources/xivapi-swift/xivapi-swift.swift:3:28: error: cannot find type 'ObservableObject' in scope
  1 | import Foundation
  2 |
  3 | public class xivapiClient: ObservableObject {
    |                            `- error: cannot find type 'ObservableObject' in scope
  4 |
  5 |     public var schema: String?
[51/53] Compiling xivapi_swift TripleTriadCardType.swift
/host/spi-builder-workspace/Sources/xivapi-swift/xivapi-swift.swift:3:28: error: cannot find type 'ObservableObject' in scope
  1 | import Foundation
  2 |
  3 | public class xivapiClient: ObservableObject {
    |                            `- error: cannot find type 'ObservableObject' in scope
  4 |
  5 |     public var schema: String?
[52/53] Compiling xivapi_swift TripleTriadRule.swift
/host/spi-builder-workspace/Sources/xivapi-swift/xivapi-swift.swift:3:28: error: cannot find type 'ObservableObject' in scope
  1 | import Foundation
  2 |
  3 | public class xivapiClient: ObservableObject {
    |                            `- error: cannot find type 'ObservableObject' in scope
  4 |
  5 |     public var schema: String?
[53/53] Compiling xivapi_swift xivapi-swift.swift
/host/spi-builder-workspace/Sources/xivapi-swift/xivapi-swift.swift:3:28: error: cannot find type 'ObservableObject' in scope
  1 | import Foundation
  2 |
  3 | public class xivapiClient: ObservableObject {
    |                            `- error: cannot find type 'ObservableObject' in scope
  4 |
  5 |     public var schema: String?
BUILD FAILURE 6.0 linux