The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of xivapi-swift, reference master (c0e9df), with Swift 6.0 (beta) for macOS (SPM) on 15 Sep 2024 23:06:36 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.0.0-Release.Candidate.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete

Build Log

========================================
RunAll
========================================
Builder version: 4.53.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Eisenhuth/xivapi-swift.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Eisenhuth/xivapi-swift
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at c0e9df5 adds HP/MP item effects
Cloned https://github.com/Eisenhuth/xivapi-swift.git
Revision (git rev-parse @):
c0e9df5a9434ab00f7b5b98329188ef19d7a08cc
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/Eisenhuth/xivapi-swift.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/Eisenhuth/xivapi-swift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.0.0-Release.Candidate.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/3] Write sources
[1/3] Copying itemRecipeDict.json
[2/3] Write swift-version-117DEE11B69C53C9.txt
[4/40] Compiling xivapi_swift BGM.swift
[5/40] Compiling xivapi_swift BaseParam.swift
[6/40] Compiling xivapi_swift ClassJob.swift
[7/40] Compiling xivapi_swift ClassJobCategory.swift
[8/43] Emitting module xivapi_swift
/Users/admin/builder/spi-builder-workspace/Sources/xivapi-swift/xivapi-api/Recipe.swift:91:5: warning: 'public' modifier is redundant for property declared in a public extension
 89 |
 90 | public extension Ingredient {
 91 |     public var id: UUID { UUID() }
    |     `- warning: 'public' modifier is redundant for property declared in a public extension
 92 |
 93 |     public static func == (lhs: Ingredient, rhs: Ingredient) -> Bool {
/Users/admin/builder/spi-builder-workspace/Sources/xivapi-swift/xivapi-api/Recipe.swift:93:5: warning: 'public' modifier is redundant for operator function declared in a public extension
 91 |     public var id: UUID { UUID() }
 92 |
 93 |     public static func == (lhs: Ingredient, rhs: Ingredient) -> Bool {
    |     `- warning: 'public' modifier is redundant for operator function declared in a public extension
 94 |         return lhs.itemId == rhs.itemId
 95 |     }
[9/43] Compiling xivapi_swift BundleExtension.swift
[10/43] Compiling xivapi_swift Endpoint.swift
[11/43] Compiling xivapi_swift Enums.swift
[12/43] Compiling xivapi_swift LoadData.swift
[13/43] Compiling xivapi_swift Recipe.swift
/Users/admin/builder/spi-builder-workspace/Sources/xivapi-swift/xivapi-api/Recipe.swift:91:5: warning: 'public' modifier is redundant for property declared in a public extension
 89 |
 90 | public extension Ingredient {
 91 |     public var id: UUID { UUID() }
    |     `- warning: 'public' modifier is redundant for property declared in a public extension
 92 |
 93 |     public static func == (lhs: Ingredient, rhs: Ingredient) -> Bool {
/Users/admin/builder/spi-builder-workspace/Sources/xivapi-swift/xivapi-api/Recipe.swift:93:5: warning: 'public' modifier is redundant for operator function declared in a public extension
 91 |     public var id: UUID { UUID() }
 92 |
 93 |     public static func == (lhs: Ingredient, rhs: Ingredient) -> Bool {
    |     `- warning: 'public' modifier is redundant for operator function declared in a public extension
 94 |         return lhs.itemId == rhs.itemId
 95 |     }
[14/43] Compiling xivapi_swift SearchResult.swift
/Users/admin/builder/spi-builder-workspace/Sources/xivapi-swift/xivapi-api/Recipe.swift:91:5: warning: 'public' modifier is redundant for property declared in a public extension
 89 |
 90 | public extension Ingredient {
 91 |     public var id: UUID { UUID() }
    |     `- warning: 'public' modifier is redundant for property declared in a public extension
 92 |
 93 |     public static func == (lhs: Ingredient, rhs: Ingredient) -> Bool {
/Users/admin/builder/spi-builder-workspace/Sources/xivapi-swift/xivapi-api/Recipe.swift:93:5: warning: 'public' modifier is redundant for operator function declared in a public extension
 91 |     public var id: UUID { UUID() }
 92 |
 93 |     public static func == (lhs: Ingredient, rhs: Ingredient) -> Bool {
    |     `- warning: 'public' modifier is redundant for operator function declared in a public extension
 94 |         return lhs.itemId == rhs.itemId
 95 |     }
[15/43] Compiling xivapi_swift SecretRecipeBook.swift
/Users/admin/builder/spi-builder-workspace/Sources/xivapi-swift/xivapi-api/Recipe.swift:91:5: warning: 'public' modifier is redundant for property declared in a public extension
 89 |
 90 | public extension Ingredient {
 91 |     public var id: UUID { UUID() }
    |     `- warning: 'public' modifier is redundant for property declared in a public extension
 92 |
 93 |     public static func == (lhs: Ingredient, rhs: Ingredient) -> Bool {
/Users/admin/builder/spi-builder-workspace/Sources/xivapi-swift/xivapi-api/Recipe.swift:93:5: warning: 'public' modifier is redundant for operator function declared in a public extension
 91 |     public var id: UUID { UUID() }
 92 |
 93 |     public static func == (lhs: Ingredient, rhs: Ingredient) -> Bool {
    |     `- warning: 'public' modifier is redundant for operator function declared in a public extension
 94 |         return lhs.itemId == rhs.itemId
 95 |     }
[16/43] Compiling xivapi_swift Status.swift
/Users/admin/builder/spi-builder-workspace/Sources/xivapi-swift/xivapi-api/Recipe.swift:91:5: warning: 'public' modifier is redundant for property declared in a public extension
 89 |
 90 | public extension Ingredient {
 91 |     public var id: UUID { UUID() }
    |     `- warning: 'public' modifier is redundant for property declared in a public extension
 92 |
 93 |     public static func == (lhs: Ingredient, rhs: Ingredient) -> Bool {
/Users/admin/builder/spi-builder-workspace/Sources/xivapi-swift/xivapi-api/Recipe.swift:93:5: warning: 'public' modifier is redundant for operator function declared in a public extension
 91 |     public var id: UUID { UUID() }
 92 |
 93 |     public static func == (lhs: Ingredient, rhs: Ingredient) -> Bool {
    |     `- warning: 'public' modifier is redundant for operator function declared in a public extension
 94 |         return lhs.itemId == rhs.itemId
 95 |     }
[17/43] Compiling xivapi_swift Town.swift
[18/43] Compiling xivapi_swift Trait.swift
[19/43] Compiling xivapi_swift TripleTriad.swift
[20/43] Compiling xivapi_swift TripleTriadCard.swift
[21/43] Compiling xivapi_swift Icon.swift
/Users/admin/builder/spi-builder-workspace/Sources/xivapi-swift/xivapi-api/Item.swift:75:57: warning: left side of nil coalescing operator '??' has non-optional type 'Int', so the right side is never used
 73 |         switch itemAction.type {
 74 |         case 847:
 75 |             return "Restores up to \(itemAction.Data[0] ?? 0)% of HP (\(itemAction.Data[1] ?? 0) points max)."
    |                                                         `- warning: left side of nil coalescing operator '??' has non-optional type 'Int', so the right side is never used
 76 |         case 848:
 77 |             return "Restores up to \(itemAction.Data[0] ?? 0)% of MP (\(itemAction.Data[1] ?? 0) points max)."
/Users/admin/builder/spi-builder-workspace/Sources/xivapi-swift/xivapi-api/Item.swift:75:92: warning: left side of nil coalescing operator '??' has non-optional type 'Int', so the right side is never used
 73 |         switch itemAction.type {
 74 |         case 847:
 75 |             return "Restores up to \(itemAction.Data[0] ?? 0)% of HP (\(itemAction.Data[1] ?? 0) points max)."
    |                                                                                            `- warning: left side of nil coalescing operator '??' has non-optional type 'Int', so the right side is never used
 76 |         case 848:
 77 |             return "Restores up to \(itemAction.Data[0] ?? 0)% of MP (\(itemAction.Data[1] ?? 0) points max)."
/Users/admin/builder/spi-builder-workspace/Sources/xivapi-swift/xivapi-api/Item.swift:77:57: warning: left side of nil coalescing operator '??' has non-optional type 'Int', so the right side is never used
 75 |             return "Restores up to \(itemAction.Data[0] ?? 0)% of HP (\(itemAction.Data[1] ?? 0) points max)."
 76 |         case 848:
 77 |             return "Restores up to \(itemAction.Data[0] ?? 0)% of MP (\(itemAction.Data[1] ?? 0) points max)."
    |                                                         `- warning: left side of nil coalescing operator '??' has non-optional type 'Int', so the right side is never used
 78 |         default:
 79 |             return nil
/Users/admin/builder/spi-builder-workspace/Sources/xivapi-swift/xivapi-api/Item.swift:77:92: warning: left side of nil coalescing operator '??' has non-optional type 'Int', so the right side is never used
 75 |             return "Restores up to \(itemAction.Data[0] ?? 0)% of HP (\(itemAction.Data[1] ?? 0) points max)."
 76 |         case 848:
 77 |             return "Restores up to \(itemAction.Data[0] ?? 0)% of MP (\(itemAction.Data[1] ?? 0) points max)."
    |                                                                                            `- warning: left side of nil coalescing operator '??' has non-optional type 'Int', so the right side is never used
 78 |         default:
 79 |             return nil
/Users/admin/builder/spi-builder-workspace/Sources/xivapi-swift/xivapi-api/Item.swift:88:59: warning: left side of nil coalescing operator '??' has non-optional type 'Int', so the right side is never used
 86 |         switch itemAction.type {
 87 |         case 847:
 88 |             return "Restores up to \(itemAction.DataHQ[0] ?? 0)% of HP (\(itemAction.DataHQ[1] ?? 0) points max)."
    |                                                           `- warning: left side of nil coalescing operator '??' has non-optional type 'Int', so the right side is never used
 89 |         case 848:
 90 |             return "Restores up to \(itemAction.DataHQ[0] ?? 0)% of MP (\(itemAction.DataHQ[1] ?? 0) points max)."
/Users/admin/builder/spi-builder-workspace/Sources/xivapi-swift/xivapi-api/Item.swift:88:96: warning: left side of nil coalescing operator '??' has non-optional type 'Int', so the right side is never used
 86 |         switch itemAction.type {
 87 |         case 847:
 88 |             return "Restores up to \(itemAction.DataHQ[0] ?? 0)% of HP (\(itemAction.DataHQ[1] ?? 0) points max)."
    |                                                                                                `- warning: left side of nil coalescing operator '??' has non-optional type 'Int', so the right side is never used
 89 |         case 848:
 90 |             return "Restores up to \(itemAction.DataHQ[0] ?? 0)% of MP (\(itemAction.DataHQ[1] ?? 0) points max)."
/Users/admin/builder/spi-builder-workspace/Sources/xivapi-swift/xivapi-api/Item.swift:90:59: warning: left side of nil coalescing operator '??' has non-optional type 'Int', so the right side is never used
 88 |             return "Restores up to \(itemAction.DataHQ[0] ?? 0)% of HP (\(itemAction.DataHQ[1] ?? 0) points max)."
 89 |         case 848:
 90 |             return "Restores up to \(itemAction.DataHQ[0] ?? 0)% of MP (\(itemAction.DataHQ[1] ?? 0) points max)."
    |                                                           `- warning: left side of nil coalescing operator '??' has non-optional type 'Int', so the right side is never used
 91 |         default:
 92 |             return nil
/Users/admin/builder/spi-builder-workspace/Sources/xivapi-swift/xivapi-api/Item.swift:90:96: warning: left side of nil coalescing operator '??' has non-optional type 'Int', so the right side is never used
 88 |             return "Restores up to \(itemAction.DataHQ[0] ?? 0)% of HP (\(itemAction.DataHQ[1] ?? 0) points max)."
 89 |         case 848:
 90 |             return "Restores up to \(itemAction.DataHQ[0] ?? 0)% of MP (\(itemAction.DataHQ[1] ?? 0) points max)."
    |                                                                                                `- warning: left side of nil coalescing operator '??' has non-optional type 'Int', so the right side is never used
 91 |         default:
 92 |             return nil
[22/43] Compiling xivapi_swift InstanceContent.swift
/Users/admin/builder/spi-builder-workspace/Sources/xivapi-swift/xivapi-api/Item.swift:75:57: warning: left side of nil coalescing operator '??' has non-optional type 'Int', so the right side is never used
 73 |         switch itemAction.type {
 74 |         case 847:
 75 |             return "Restores up to \(itemAction.Data[0] ?? 0)% of HP (\(itemAction.Data[1] ?? 0) points max)."
    |                                                         `- warning: left side of nil coalescing operator '??' has non-optional type 'Int', so the right side is never used
 76 |         case 848:
 77 |             return "Restores up to \(itemAction.Data[0] ?? 0)% of MP (\(itemAction.Data[1] ?? 0) points max)."
/Users/admin/builder/spi-builder-workspace/Sources/xivapi-swift/xivapi-api/Item.swift:75:92: warning: left side of nil coalescing operator '??' has non-optional type 'Int', so the right side is never used
 73 |         switch itemAction.type {
 74 |         case 847:
 75 |             return "Restores up to \(itemAction.Data[0] ?? 0)% of HP (\(itemAction.Data[1] ?? 0) points max)."
    |                                                                                            `- warning: left side of nil coalescing operator '??' has non-optional type 'Int', so the right side is never used
 76 |         case 848:
 77 |             return "Restores up to \(itemAction.Data[0] ?? 0)% of MP (\(itemAction.Data[1] ?? 0) points max)."
/Users/admin/builder/spi-builder-workspace/Sources/xivapi-swift/xivapi-api/Item.swift:77:57: warning: left side of nil coalescing operator '??' has non-optional type 'Int', so the right side is never used
 75 |             return "Restores up to \(itemAction.Data[0] ?? 0)% of HP (\(itemAction.Data[1] ?? 0) points max)."
 76 |         case 848:
 77 |             return "Restores up to \(itemAction.Data[0] ?? 0)% of MP (\(itemAction.Data[1] ?? 0) points max)."
    |                                                         `- warning: left side of nil coalescing operator '??' has non-optional type 'Int', so the right side is never used
 78 |         default:
 79 |             return nil
/Users/admin/builder/spi-builder-workspace/Sources/xivapi-swift/xivapi-api/Item.swift:77:92: warning: left side of nil coalescing operator '??' has non-optional type 'Int', so the right side is never used
 75 |             return "Restores up to \(itemAction.Data[0] ?? 0)% of HP (\(itemAction.Data[1] ?? 0) points max)."
 76 |         case 848:
 77 |             return "Restores up to \(itemAction.Data[0] ?? 0)% of MP (\(itemAction.Data[1] ?? 0) points max)."
    |                                                                                            `- warning: left side of nil coalescing operator '??' has non-optional type 'Int', so the right side is never used
 78 |         default:
 79 |             return nil
/Users/admin/builder/spi-builder-workspace/Sources/xivapi-swift/xivapi-api/Item.swift:88:59: warning: left side of nil coalescing operator '??' has non-optional type 'Int', so the right side is never used
 86 |         switch itemAction.type {
 87 |         case 847:
 88 |             return "Restores up to \(itemAction.DataHQ[0] ?? 0)% of HP (\(itemAction.DataHQ[1] ?? 0) points max)."
    |                                                           `- warning: left side of nil coalescing operator '??' has non-optional type 'Int', so the right side is never used
 89 |         case 848:
 90 |             return "Restores up to \(itemAction.DataHQ[0] ?? 0)% of MP (\(itemAction.DataHQ[1] ?? 0) points max)."
/Users/admin/builder/spi-builder-workspace/Sources/xivapi-swift/xivapi-api/Item.swift:88:96: warning: left side of nil coalescing operator '??' has non-optional type 'Int', so the right side is never used
 86 |         switch itemAction.type {
 87 |         case 847:
 88 |             return "Restores up to \(itemAction.DataHQ[0] ?? 0)% of HP (\(itemAction.DataHQ[1] ?? 0) points max)."
    |                                                                                                `- warning: left side of nil coalescing operator '??' has non-optional type 'Int', so the right side is never used
 89 |         case 848:
 90 |             return "Restores up to \(itemAction.DataHQ[0] ?? 0)% of MP (\(itemAction.DataHQ[1] ?? 0) points max)."
/Users/admin/builder/spi-builder-workspace/Sources/xivapi-swift/xivapi-api/Item.swift:90:59: warning: left side of nil coalescing operator '??' has non-optional type 'Int', so the right side is never used
 88 |             return "Restores up to \(itemAction.DataHQ[0] ?? 0)% of HP (\(itemAction.DataHQ[1] ?? 0) points max)."
 89 |         case 848:
 90 |             return "Restores up to \(itemAction.DataHQ[0] ?? 0)% of MP (\(itemAction.DataHQ[1] ?? 0) points max)."
    |                                                           `- warning: left side of nil coalescing operator '??' has non-optional type 'Int', so the right side is never used
 91 |         default:
 92 |             return nil
/Users/admin/builder/spi-builder-workspace/Sources/xivapi-swift/xivapi-api/Item.swift:90:96: warning: left side of nil coalescing operator '??' has non-optional type 'Int', so the right side is never used
 88 |             return "Restores up to \(itemAction.DataHQ[0] ?? 0)% of HP (\(itemAction.DataHQ[1] ?? 0) points max)."
 89 |         case 848:
 90 |             return "Restores up to \(itemAction.DataHQ[0] ?? 0)% of MP (\(itemAction.DataHQ[1] ?? 0) points max)."
    |                                                                                                `- warning: left side of nil coalescing operator '??' has non-optional type 'Int', so the right side is never used
 91 |         default:
 92 |             return nil
[23/43] Compiling xivapi_swift Item.swift
/Users/admin/builder/spi-builder-workspace/Sources/xivapi-swift/xivapi-api/Item.swift:75:57: warning: left side of nil coalescing operator '??' has non-optional type 'Int', so the right side is never used
 73 |         switch itemAction.type {
 74 |         case 847:
 75 |             return "Restores up to \(itemAction.Data[0] ?? 0)% of HP (\(itemAction.Data[1] ?? 0) points max)."
    |                                                         `- warning: left side of nil coalescing operator '??' has non-optional type 'Int', so the right side is never used
 76 |         case 848:
 77 |             return "Restores up to \(itemAction.Data[0] ?? 0)% of MP (\(itemAction.Data[1] ?? 0) points max)."
/Users/admin/builder/spi-builder-workspace/Sources/xivapi-swift/xivapi-api/Item.swift:75:92: warning: left side of nil coalescing operator '??' has non-optional type 'Int', so the right side is never used
 73 |         switch itemAction.type {
 74 |         case 847:
 75 |             return "Restores up to \(itemAction.Data[0] ?? 0)% of HP (\(itemAction.Data[1] ?? 0) points max)."
    |                                                                                            `- warning: left side of nil coalescing operator '??' has non-optional type 'Int', so the right side is never used
 76 |         case 848:
 77 |             return "Restores up to \(itemAction.Data[0] ?? 0)% of MP (\(itemAction.Data[1] ?? 0) points max)."
/Users/admin/builder/spi-builder-workspace/Sources/xivapi-swift/xivapi-api/Item.swift:77:57: warning: left side of nil coalescing operator '??' has non-optional type 'Int', so the right side is never used
 75 |             return "Restores up to \(itemAction.Data[0] ?? 0)% of HP (\(itemAction.Data[1] ?? 0) points max)."
 76 |         case 848:
 77 |             return "Restores up to \(itemAction.Data[0] ?? 0)% of MP (\(itemAction.Data[1] ?? 0) points max)."
    |                                                         `- warning: left side of nil coalescing operator '??' has non-optional type 'Int', so the right side is never used
 78 |         default:
 79 |             return nil
/Users/admin/builder/spi-builder-workspace/Sources/xivapi-swift/xivapi-api/Item.swift:77:92: warning: left side of nil coalescing operator '??' has non-optional type 'Int', so the right side is never used
 75 |             return "Restores up to \(itemAction.Data[0] ?? 0)% of HP (\(itemAction.Data[1] ?? 0) points max)."
 76 |         case 848:
 77 |             return "Restores up to \(itemAction.Data[0] ?? 0)% of MP (\(itemAction.Data[1] ?? 0) points max)."
    |                                                                                            `- warning: left side of nil coalescing operator '??' has non-optional type 'Int', so the right side is never used
 78 |         default:
 79 |             return nil
/Users/admin/builder/spi-builder-workspace/Sources/xivapi-swift/xivapi-api/Item.swift:88:59: warning: left side of nil coalescing operator '??' has non-optional type 'Int', so the right side is never used
 86 |         switch itemAction.type {
 87 |         case 847:
 88 |             return "Restores up to \(itemAction.DataHQ[0] ?? 0)% of HP (\(itemAction.DataHQ[1] ?? 0) points max)."
    |                                                           `- warning: left side of nil coalescing operator '??' has non-optional type 'Int', so the right side is never used
 89 |         case 848:
 90 |             return "Restores up to \(itemAction.DataHQ[0] ?? 0)% of MP (\(itemAction.DataHQ[1] ?? 0) points max)."
/Users/admin/builder/spi-builder-workspace/Sources/xivapi-swift/xivapi-api/Item.swift:88:96: warning: left side of nil coalescing operator '??' has non-optional type 'Int', so the right side is never used
 86 |         switch itemAction.type {
 87 |         case 847:
 88 |             return "Restores up to \(itemAction.DataHQ[0] ?? 0)% of HP (\(itemAction.DataHQ[1] ?? 0) points max)."
    |                                                                                                `- warning: left side of nil coalescing operator '??' has non-optional type 'Int', so the right side is never used
 89 |         case 848:
 90 |             return "Restores up to \(itemAction.DataHQ[0] ?? 0)% of MP (\(itemAction.DataHQ[1] ?? 0) points max)."
/Users/admin/builder/spi-builder-workspace/Sources/xivapi-swift/xivapi-api/Item.swift:90:59: warning: left side of nil coalescing operator '??' has non-optional type 'Int', so the right side is never used
 88 |             return "Restores up to \(itemAction.DataHQ[0] ?? 0)% of HP (\(itemAction.DataHQ[1] ?? 0) points max)."
 89 |         case 848:
 90 |             return "Restores up to \(itemAction.DataHQ[0] ?? 0)% of MP (\(itemAction.DataHQ[1] ?? 0) points max)."
    |                                                           `- warning: left side of nil coalescing operator '??' has non-optional type 'Int', so the right side is never used
 91 |         default:
 92 |             return nil
/Users/admin/builder/spi-builder-workspace/Sources/xivapi-swift/xivapi-api/Item.swift:90:96: warning: left side of nil coalescing operator '??' has non-optional type 'Int', so the right side is never used
 88 |             return "Restores up to \(itemAction.DataHQ[0] ?? 0)% of HP (\(itemAction.DataHQ[1] ?? 0) points max)."
 89 |         case 848:
 90 |             return "Restores up to \(itemAction.DataHQ[0] ?? 0)% of MP (\(itemAction.DataHQ[1] ?? 0) points max)."
    |                                                                                                `- warning: left side of nil coalescing operator '??' has non-optional type 'Int', so the right side is never used
 91 |         default:
 92 |             return nil
[24/43] Compiling xivapi_swift ItemAction.swift
/Users/admin/builder/spi-builder-workspace/Sources/xivapi-swift/xivapi-api/Item.swift:75:57: warning: left side of nil coalescing operator '??' has non-optional type 'Int', so the right side is never used
 73 |         switch itemAction.type {
 74 |         case 847:
 75 |             return "Restores up to \(itemAction.Data[0] ?? 0)% of HP (\(itemAction.Data[1] ?? 0) points max)."
    |                                                         `- warning: left side of nil coalescing operator '??' has non-optional type 'Int', so the right side is never used
 76 |         case 848:
 77 |             return "Restores up to \(itemAction.Data[0] ?? 0)% of MP (\(itemAction.Data[1] ?? 0) points max)."
/Users/admin/builder/spi-builder-workspace/Sources/xivapi-swift/xivapi-api/Item.swift:75:92: warning: left side of nil coalescing operator '??' has non-optional type 'Int', so the right side is never used
 73 |         switch itemAction.type {
 74 |         case 847:
 75 |             return "Restores up to \(itemAction.Data[0] ?? 0)% of HP (\(itemAction.Data[1] ?? 0) points max)."
    |                                                                                            `- warning: left side of nil coalescing operator '??' has non-optional type 'Int', so the right side is never used
 76 |         case 848:
 77 |             return "Restores up to \(itemAction.Data[0] ?? 0)% of MP (\(itemAction.Data[1] ?? 0) points max)."
/Users/admin/builder/spi-builder-workspace/Sources/xivapi-swift/xivapi-api/Item.swift:77:57: warning: left side of nil coalescing operator '??' has non-optional type 'Int', so the right side is never used
 75 |             return "Restores up to \(itemAction.Data[0] ?? 0)% of HP (\(itemAction.Data[1] ?? 0) points max)."
 76 |         case 848:
 77 |             return "Restores up to \(itemAction.Data[0] ?? 0)% of MP (\(itemAction.Data[1] ?? 0) points max)."
    |                                                         `- warning: left side of nil coalescing operator '??' has non-optional type 'Int', so the right side is never used
 78 |         default:
 79 |             return nil
/Users/admin/builder/spi-builder-workspace/Sources/xivapi-swift/xivapi-api/Item.swift:77:92: warning: left side of nil coalescing operator '??' has non-optional type 'Int', so the right side is never used
 75 |             return "Restores up to \(itemAction.Data[0] ?? 0)% of HP (\(itemAction.Data[1] ?? 0) points max)."
 76 |         case 848:
 77 |             return "Restores up to \(itemAction.Data[0] ?? 0)% of MP (\(itemAction.Data[1] ?? 0) points max)."
    |                                                                                            `- warning: left side of nil coalescing operator '??' has non-optional type 'Int', so the right side is never used
 78 |         default:
 79 |             return nil
/Users/admin/builder/spi-builder-workspace/Sources/xivapi-swift/xivapi-api/Item.swift:88:59: warning: left side of nil coalescing operator '??' has non-optional type 'Int', so the right side is never used
 86 |         switch itemAction.type {
 87 |         case 847:
 88 |             return "Restores up to \(itemAction.DataHQ[0] ?? 0)% of HP (\(itemAction.DataHQ[1] ?? 0) points max)."
    |                                                           `- warning: left side of nil coalescing operator '??' has non-optional type 'Int', so the right side is never used
 89 |         case 848:
 90 |             return "Restores up to \(itemAction.DataHQ[0] ?? 0)% of MP (\(itemAction.DataHQ[1] ?? 0) points max)."
/Users/admin/builder/spi-builder-workspace/Sources/xivapi-swift/xivapi-api/Item.swift:88:96: warning: left side of nil coalescing operator '??' has non-optional type 'Int', so the right side is never used
 86 |         switch itemAction.type {
 87 |         case 847:
 88 |             return "Restores up to \(itemAction.DataHQ[0] ?? 0)% of HP (\(itemAction.DataHQ[1] ?? 0) points max)."
    |                                                                                                `- warning: left side of nil coalescing operator '??' has non-optional type 'Int', so the right side is never used
 89 |         case 848:
 90 |             return "Restores up to \(itemAction.DataHQ[0] ?? 0)% of MP (\(itemAction.DataHQ[1] ?? 0) points max)."
/Users/admin/builder/spi-builder-workspace/Sources/xivapi-swift/xivapi-api/Item.swift:90:59: warning: left side of nil coalescing operator '??' has non-optional type 'Int', so the right side is never used
 88 |             return "Restores up to \(itemAction.DataHQ[0] ?? 0)% of HP (\(itemAction.DataHQ[1] ?? 0) points max)."
 89 |         case 848:
 90 |             return "Restores up to \(itemAction.DataHQ[0] ?? 0)% of MP (\(itemAction.DataHQ[1] ?? 0) points max)."
    |                                                           `- warning: left side of nil coalescing operator '??' has non-optional type 'Int', so the right side is never used
 91 |         default:
 92 |             return nil
/Users/admin/builder/spi-builder-workspace/Sources/xivapi-swift/xivapi-api/Item.swift:90:96: warning: left side of nil coalescing operator '??' has non-optional type 'Int', so the right side is never used
 88 |             return "Restores up to \(itemAction.DataHQ[0] ?? 0)% of HP (\(itemAction.DataHQ[1] ?? 0) points max)."
 89 |         case 848:
 90 |             return "Restores up to \(itemAction.DataHQ[0] ?? 0)% of MP (\(itemAction.DataHQ[1] ?? 0) points max)."
    |                                                                                                `- warning: left side of nil coalescing operator '??' has non-optional type 'Int', so the right side is never used
 91 |         default:
 92 |             return nil
[25/43] Compiling xivapi_swift ItemFood.swift
[26/43] Compiling xivapi_swift ItemSearchCategory.swift
[27/43] Compiling xivapi_swift ItemUICategory.swift
[28/43] Compiling xivapi_swift LevelItem.swift
[29/43] Compiling xivapi_swift ContentFinderCondition.swift
[30/43] Compiling xivapi_swift ContentFinderConditionTransient.swift
[31/43] Compiling xivapi_swift ContentType.swift
[32/43] Compiling xivapi_swift ENpcResident.swift
[33/43] Compiling xivapi_swift Map.swift
[34/43] Compiling xivapi_swift NpcYell.swift
[35/43] Compiling xivapi_swift PvPAction.swift
[36/43] Compiling xivapi_swift Quest.swift
[37/43] Compiling xivapi_swift Sheets.swift
[38/43] Compiling xivapi_swift Action.swift
[39/43] Compiling xivapi_swift AozAction.swift
[40/43] Compiling xivapi_swift AozActionTransient.swift
[41/43] Compiling xivapi_swift TripleTriadRule.swift
[42/43] Compiling xivapi_swift xivapi-swift.swift
[43/43] Compiling xivapi_swift resource_bundle_accessor.swift
Build complete! (15.70s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "xivapi-swift",
  "name" : "xivapi-swift",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "xivapi-swift",
      "targets" : [
        "xivapi-swift"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "xivapi_swift",
      "module_type" : "SwiftTarget",
      "name" : "xivapi-swift",
      "path" : "Sources/xivapi-swift",
      "product_memberships" : [
        "xivapi-swift"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/xivapi-swift/Resources/itemRecipeDict.json",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "BundleExtension.swift",
        "Endpoint.swift",
        "Enums.swift",
        "LoadData.swift",
        "Sheets.swift",
        "xivapi-api/Action.swift",
        "xivapi-api/AozAction.swift",
        "xivapi-api/AozActionTransient.swift",
        "xivapi-api/BGM.swift",
        "xivapi-api/BaseParam.swift",
        "xivapi-api/ClassJob.swift",
        "xivapi-api/ClassJobCategory.swift",
        "xivapi-api/ContentFinderCondition.swift",
        "xivapi-api/ContentFinderConditionTransient.swift",
        "xivapi-api/ContentType.swift",
        "xivapi-api/ENpcResident.swift",
        "xivapi-api/Icon.swift",
        "xivapi-api/InstanceContent.swift",
        "xivapi-api/Item.swift",
        "xivapi-api/ItemAction.swift",
        "xivapi-api/ItemFood.swift",
        "xivapi-api/ItemSearchCategory.swift",
        "xivapi-api/ItemUICategory.swift",
        "xivapi-api/LevelItem.swift",
        "xivapi-api/Map.swift",
        "xivapi-api/NpcYell.swift",
        "xivapi-api/PvPAction.swift",
        "xivapi-api/Quest.swift",
        "xivapi-api/Recipe.swift",
        "xivapi-api/SearchResult.swift",
        "xivapi-api/SecretRecipeBook.swift",
        "xivapi-api/Status.swift",
        "xivapi-api/Town.swift",
        "xivapi-api/Trait.swift",
        "xivapi-api/TripleTriad.swift",
        "xivapi-api/TripleTriadCard.swift",
        "xivapi-api/TripleTriadRule.swift",
        "xivapi-swift.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.