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 5.9 for macOS (SPM) on 15 Sep 2024 23:07:04 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64

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:             5.9
Building package at path:  $PWD
https://github.com/Eisenhuth/xivapi-swift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/1] Copying itemRecipeDict.json
[2/38] 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
    public var id: UUID { UUID() }
    ^~~~~~~

/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
    public static func == (lhs: Ingredient, rhs: Ingredient) -> Bool {
    ^~~~~~~

[3/41] Compiling xivapi_swift TripleTriadRule.swift
[4/41] Compiling xivapi_swift xivapi-swift.swift
[5/41] Compiling xivapi_swift resource_bundle_accessor.swift
[6/41] Compiling xivapi_swift Map.swift
[7/41] Compiling xivapi_swift NpcYell.swift
[8/41] Compiling xivapi_swift PvPAction.swift
[9/41] Compiling xivapi_swift Quest.swift
[10/41] 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
            return "Restores up to \(itemAction.Data[0] ?? 0)% of HP (\(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
            return "Restores up to \(itemAction.Data[0] ?? 0)% of HP (\(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
            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:92: warning: left side of nil coalescing operator '??' has non-optional type 'Int', so the right side is never used
            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:88:59: warning: left side of nil coalescing operator '??' has non-optional type 'Int', so the right side is never used
            return "Restores up to \(itemAction.DataHQ[0] ?? 0)% of HP (\(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
            return "Restores up to \(itemAction.DataHQ[0] ?? 0)% of HP (\(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
            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:96: warning: left side of nil coalescing operator '??' has non-optional type 'Int', so the right side is never used
            return "Restores up to \(itemAction.DataHQ[0] ?? 0)% of MP (\(itemAction.DataHQ[1] ?? 0) points max)."
                                                                          ~~~~~~~~~~~~~~~~~~~~ ^~~~

[11/41] 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
            return "Restores up to \(itemAction.Data[0] ?? 0)% of HP (\(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
            return "Restores up to \(itemAction.Data[0] ?? 0)% of HP (\(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
            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:92: warning: left side of nil coalescing operator '??' has non-optional type 'Int', so the right side is never used
            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:88:59: warning: left side of nil coalescing operator '??' has non-optional type 'Int', so the right side is never used
            return "Restores up to \(itemAction.DataHQ[0] ?? 0)% of HP (\(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
            return "Restores up to \(itemAction.DataHQ[0] ?? 0)% of HP (\(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
            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:96: warning: left side of nil coalescing operator '??' has non-optional type 'Int', so the right side is never used
            return "Restores up to \(itemAction.DataHQ[0] ?? 0)% of MP (\(itemAction.DataHQ[1] ?? 0) points max)."
                                                                          ~~~~~~~~~~~~~~~~~~~~ ^~~~

[12/41] 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
            return "Restores up to \(itemAction.Data[0] ?? 0)% of HP (\(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
            return "Restores up to \(itemAction.Data[0] ?? 0)% of HP (\(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
            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:92: warning: left side of nil coalescing operator '??' has non-optional type 'Int', so the right side is never used
            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:88:59: warning: left side of nil coalescing operator '??' has non-optional type 'Int', so the right side is never used
            return "Restores up to \(itemAction.DataHQ[0] ?? 0)% of HP (\(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
            return "Restores up to \(itemAction.DataHQ[0] ?? 0)% of HP (\(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
            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:96: warning: left side of nil coalescing operator '??' has non-optional type 'Int', so the right side is never used
            return "Restores up to \(itemAction.DataHQ[0] ?? 0)% of MP (\(itemAction.DataHQ[1] ?? 0) points max)."
                                                                          ~~~~~~~~~~~~~~~~~~~~ ^~~~

[13/41] 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
            return "Restores up to \(itemAction.Data[0] ?? 0)% of HP (\(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
            return "Restores up to \(itemAction.Data[0] ?? 0)% of HP (\(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
            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:92: warning: left side of nil coalescing operator '??' has non-optional type 'Int', so the right side is never used
            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:88:59: warning: left side of nil coalescing operator '??' has non-optional type 'Int', so the right side is never used
            return "Restores up to \(itemAction.DataHQ[0] ?? 0)% of HP (\(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
            return "Restores up to \(itemAction.DataHQ[0] ?? 0)% of HP (\(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
            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:96: warning: left side of nil coalescing operator '??' has non-optional type 'Int', so the right side is never used
            return "Restores up to \(itemAction.DataHQ[0] ?? 0)% of MP (\(itemAction.DataHQ[1] ?? 0) points max)."
                                                                          ~~~~~~~~~~~~~~~~~~~~ ^~~~

[14/41] 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
    public var id: UUID { UUID() }
    ^~~~~~~

/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
    public static func == (lhs: Ingredient, rhs: Ingredient) -> Bool {
    ^~~~~~~

[15/41] 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
    public var id: UUID { UUID() }
    ^~~~~~~

/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
    public static func == (lhs: Ingredient, rhs: Ingredient) -> Bool {
    ^~~~~~~

[16/41] 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
    public var id: UUID { UUID() }
    ^~~~~~~

/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
    public static func == (lhs: Ingredient, rhs: Ingredient) -> Bool {
    ^~~~~~~

[17/41] 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
    public var id: UUID { UUID() }
    ^~~~~~~

/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
    public static func == (lhs: Ingredient, rhs: Ingredient) -> Bool {
    ^~~~~~~

[18/41] Compiling xivapi_swift Sheets.swift
[19/41] Compiling xivapi_swift Action.swift
[20/41] Compiling xivapi_swift AozAction.swift
[21/41] Compiling xivapi_swift AozActionTransient.swift
[22/41] Compiling xivapi_swift ContentFinderCondition.swift
[23/41] Compiling xivapi_swift ContentFinderConditionTransient.swift
[24/41] Compiling xivapi_swift ContentType.swift
[25/41] Compiling xivapi_swift ENpcResident.swift
[26/41] Compiling xivapi_swift BGM.swift
[27/41] Compiling xivapi_swift BaseParam.swift
[28/41] Compiling xivapi_swift ClassJob.swift
[29/41] Compiling xivapi_swift ClassJobCategory.swift
[30/41] Compiling xivapi_swift Town.swift
[31/41] Compiling xivapi_swift Trait.swift
[32/41] Compiling xivapi_swift TripleTriad.swift
[33/41] Compiling xivapi_swift TripleTriadCard.swift
[34/41] Compiling xivapi_swift ItemFood.swift
[35/41] Compiling xivapi_swift ItemSearchCategory.swift
[36/41] Compiling xivapi_swift ItemUICategory.swift
[37/41] Compiling xivapi_swift LevelItem.swift
[38/41] Compiling xivapi_swift BundleExtension.swift
[39/41] Compiling xivapi_swift Endpoint.swift
[40/41] Compiling xivapi_swift Enums.swift
[41/41] Compiling xivapi_swift LoadData.swift
Build complete! (6.78s)
Build complete.
Done.