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

Successful build of Ospuze, reference master (1bed9e), with Swift 6.1 for macOS (SPM) on 11 Sep 2025 22:08:34 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Eisenhuth/Ospuze.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Eisenhuth/Ospuze
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 1bed9e3 Season 8
Submodule path 'Sources/Ospuze/Resources/Holtow': checked out '38196fcd6cf3c07e744391ba92c25f398a08379b'
Submodule 'Sources/Ospuze/Resources/Holtow' (https://github.com/Eisenhuth/Holtow.git) registered for path 'Sources/Ospuze/Resources/Holtow'
Cloning into '/Users/admin/builder/spi-builder-workspace/Sources/Ospuze/Resources/Holtow'...
Cloned https://github.com/Eisenhuth/Ospuze.git
Revision (git rev-parse @):
1bed9e3eadcddf9a87162f68cd9f5db84f6e425d
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/Eisenhuth/Ospuze.git at master
Fetching https://github.com/eisenhuth/yasu.git
[3/57] Fetching yasu
Fetched https://github.com/eisenhuth/yasu.git from cache (0.65s)
Computing version for https://github.com/eisenhuth/yasu.git
Computed https://github.com/eisenhuth/yasu.git at 1.0.1 (1.20s)
Creating working copy for https://github.com/eisenhuth/yasu.git
Working copy of https://github.com/eisenhuth/yasu.git resolved at 1.0.1
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "ospuze",
      "name": "Ospuze",
      "url": "https://github.com/Eisenhuth/Ospuze.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Ospuze",
      "dependencies": [
        {
          "identity": "yasu",
          "name": "YASU",
          "url": "https://github.com/eisenhuth/yasu.git",
          "version": "1.0.1",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/yasu",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/Eisenhuth/Ospuze.git
[4/196] Fetching ospuze
Fetched https://github.com/Eisenhuth/Ospuze.git from cache (4.37s)
Fetching https://github.com/eisenhuth/yasu.git from cache
Fetched https://github.com/eisenhuth/yasu.git from cache (0.42s)
Computing version for https://github.com/eisenhuth/yasu.git
Computed https://github.com/eisenhuth/yasu.git at 1.0.1 (0.48s)
Creating working copy for https://github.com/Eisenhuth/Ospuze.git
Working copy of https://github.com/Eisenhuth/Ospuze.git resolved at master (1bed9e3)
Creating working copy for https://github.com/eisenhuth/yasu.git
Working copy of https://github.com/eisenhuth/yasu.git resolved at 1.0.1
warning: '.resolve-product-dependencies': dependency 'ospuze' is not used by any target
Found 1 product dependencies
  - YASU
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/Eisenhuth/Ospuze.git
https://github.com/Eisenhuth/Ospuze.git
{
  "dependencies" : [
    {
      "identity" : "yasu",
      "requirement" : {
        "exact" : [
          "1.0.1"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/eisenhuth/yasu.git"
    }
  ],
  "manifest_display_name" : "Ospuze",
  "name" : "Ospuze",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "Ospuze",
      "targets" : [
        "Ospuze"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "OspuzeTests",
      "module_type" : "SwiftTarget",
      "name" : "OspuzeTests",
      "path" : "Tests/OspuzeTests",
      "sources" : [
        "Leaderboard+Tests.swift"
      ],
      "target_dependencies" : [
        "Ospuze"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Ospuze",
      "module_type" : "SwiftTarget",
      "name" : "Ospuze",
      "path" : "Sources/Ospuze",
      "product_dependencies" : [
        "YASU"
      ],
      "product_memberships" : [
        "Ospuze"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/Ospuze/Resources/Holtow/Beta/CB1.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/Ospuze/Resources/Holtow/Beta/CB2.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/Ospuze/Resources/Holtow/Beta/OB.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/Ospuze/Resources/Holtow/LICENSE",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/Ospuze/Resources/Holtow/README.md",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/Ospuze/Resources/Holtow/Season1/S1_crossplay.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/Ospuze/Resources/Holtow/Season1/S1_psn.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/Ospuze/Resources/Holtow/Season1/S1_steam.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/Ospuze/Resources/Holtow/Season1/S1_xbox.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/Ospuze/Resources/Holtow/Season2/S2_crossplay.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/Ospuze/Resources/Holtow/Season2/S2_psn.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/Ospuze/Resources/Holtow/Season2/S2_steam.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/Ospuze/Resources/Holtow/Season2/S2_xbox.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/Ospuze/Resources/Holtow/Season3/S3_crossplay.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/Ospuze/Resources/Holtow/Season3/S3_worldtour.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/Ospuze/Resources/Holtow/Season4/S4_crossplay.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/Ospuze/Resources/Holtow/Season4/S4_sponsor.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/Ospuze/Resources/Holtow/Season4/S4_worldtour.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/Ospuze/Resources/Holtow/Season5/S5_crossplay.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/Ospuze/Resources/Holtow/Season5/S5_sponsor.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/Ospuze/Resources/Holtow/Season5/S5_worldtour.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/Ospuze/Resources/Holtow/Season6/S6_crossplay.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/Ospuze/Resources/Holtow/Season6/S6_powershift.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/Ospuze/Resources/Holtow/Season6/S6_quickcash.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/Ospuze/Resources/Holtow/Season6/S6_sponsor.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/Ospuze/Resources/Holtow/Season6/S6_tdm.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/Ospuze/Resources/Holtow/Season6/S6_terminalattack.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/Ospuze/Resources/Holtow/Season6/S6_worldtour.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/Ospuze/Resources/Holtow/Season7/S7_crossplay.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/Ospuze/Resources/Holtow/Season7/S7_powershift.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/Ospuze/Resources/Holtow/Season7/S7_quickcash.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/Ospuze/Resources/Holtow/Season7/S7_sponsor.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/Ospuze/Resources/Holtow/Season7/S7_tdm.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/Ospuze/Resources/Holtow/Season7/S7_terminalattack.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/Ospuze/Resources/Holtow/Season7/S7_worldtour.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/Ospuze/Resources/Holtow/Season8/S8_crossplay.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/Ospuze/Resources/Holtow/Season8/S8_powershift.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/Ospuze/Resources/Holtow/Season8/S8_quickcash.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/Ospuze/Resources/Holtow/Season8/S8_sponsor.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/Ospuze/Resources/Holtow/Season8/S8_tdm.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/Ospuze/Resources/Holtow/Season8/S8_worldtour.json",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "Leaderboard/LeaderboardEntry.swift",
        "Leaderboard/Leaderboards.swift",
        "Leaderboard/Leagues.swift",
        "Ospuze.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/44] Write sources
[1/44] Copying S1_psn.json
[1/44] Copying OB.json
[3/44] Copying S1_crossplay.json
[3/44] Copying README.md
[3/44] Copying CB2.json
[5/44] Copying CB1.json
[5/44] Copying S1_steam.json
[5/44] Copying S8_worldtour.json
[7/44] Copying S8_tdm.json
[7/44] Copying LICENSE
[7/44] Copying S8_sponsor.json
[7/44] Copying S8_quickcash.json
[13/44] Copying S8_powershift.json
[13/44] Copying S8_crossplay.json
[13/44] Copying S7_terminalattack.json
[13/44] Copying S7_worldtour.json
[17/44] Copying S7_tdm.json
[17/44] Copying S7_sponsor.json
[17/44] Copying S7_powershift.json
[19/44] Copying S7_quickcash.json
[19/44] Copying S6_terminalattack.json
[19/44] Copying S6_worldtour.json
[19/44] Copying S6_tdm.json
[21/44] Copying S6_sponsor.json
[21/44] Copying S7_crossplay.json
[26/44] Copying S6_crossplay.json
[26/44] Copying S6_quickcash.json
[26/44] Copying S5_worldtour.json
[26/44] Copying S6_powershift.json
[26/44] Copying S5_sponsor.json
[26/44] Copying S5_crossplay.json
[29/44] Copying S2_xbox.json
[31/44] Copying S4_sponsor.json
[31/44] Copying S4_crossplay.json
[31/44] Copying S4_worldtour.json
[32/44] Copying S3_worldtour.json
[32/44] Copying S3_crossplay.json
[32/44] Copying S2_psn.json
[36/44] Copying S2_steam.json
[40/44] Copying S2_crossplay.json
[41/44] Write sources
[42/44] Copying S1_xbox.json
[43/44] Write swift-version-2F0A5646E1D333AE.txt
[45/47] Compiling YASU BundleExtension.swift
[46/47] Emitting module YASU
[47/47] Compiling YASU LoadData.swift
[48/53] Compiling Ospuze Leagues.swift
[49/53] Compiling Ospuze resource_bundle_accessor.swift
[50/53] Compiling Ospuze Ospuze.swift
[51/53] Compiling Ospuze Leaderboards.swift
[52/53] Emitting module Ospuze
[53/53] Compiling Ospuze LeaderboardEntry.swift
Build complete! (5.60s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "yasu",
      "requirement" : {
        "exact" : [
          "1.0.1"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/eisenhuth/yasu.git"
    }
  ],
  "manifest_display_name" : "Ospuze",
  "name" : "Ospuze",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "Ospuze",
      "targets" : [
        "Ospuze"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "OspuzeTests",
      "module_type" : "SwiftTarget",
      "name" : "OspuzeTests",
      "path" : "Tests/OspuzeTests",
      "sources" : [
        "Leaderboard+Tests.swift"
      ],
      "target_dependencies" : [
        "Ospuze"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Ospuze",
      "module_type" : "SwiftTarget",
      "name" : "Ospuze",
      "path" : "Sources/Ospuze",
      "product_dependencies" : [
        "YASU"
      ],
      "product_memberships" : [
        "Ospuze"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/Ospuze/Resources/Holtow/Beta/CB1.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/Ospuze/Resources/Holtow/Beta/CB2.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/Ospuze/Resources/Holtow/Beta/OB.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/Ospuze/Resources/Holtow/LICENSE",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/Ospuze/Resources/Holtow/README.md",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/Ospuze/Resources/Holtow/Season1/S1_crossplay.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/Ospuze/Resources/Holtow/Season1/S1_psn.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/Ospuze/Resources/Holtow/Season1/S1_steam.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/Ospuze/Resources/Holtow/Season1/S1_xbox.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/Ospuze/Resources/Holtow/Season2/S2_crossplay.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/Ospuze/Resources/Holtow/Season2/S2_psn.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/Ospuze/Resources/Holtow/Season2/S2_steam.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/Ospuze/Resources/Holtow/Season2/S2_xbox.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/Ospuze/Resources/Holtow/Season3/S3_crossplay.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/Ospuze/Resources/Holtow/Season3/S3_worldtour.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/Ospuze/Resources/Holtow/Season4/S4_crossplay.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/Ospuze/Resources/Holtow/Season4/S4_sponsor.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/Ospuze/Resources/Holtow/Season4/S4_worldtour.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/Ospuze/Resources/Holtow/Season5/S5_crossplay.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/Ospuze/Resources/Holtow/Season5/S5_sponsor.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/Ospuze/Resources/Holtow/Season5/S5_worldtour.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/Ospuze/Resources/Holtow/Season6/S6_crossplay.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/Ospuze/Resources/Holtow/Season6/S6_powershift.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/Ospuze/Resources/Holtow/Season6/S6_quickcash.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/Ospuze/Resources/Holtow/Season6/S6_sponsor.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/Ospuze/Resources/Holtow/Season6/S6_tdm.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/Ospuze/Resources/Holtow/Season6/S6_terminalattack.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/Ospuze/Resources/Holtow/Season6/S6_worldtour.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/Ospuze/Resources/Holtow/Season7/S7_crossplay.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/Ospuze/Resources/Holtow/Season7/S7_powershift.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/Ospuze/Resources/Holtow/Season7/S7_quickcash.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/Ospuze/Resources/Holtow/Season7/S7_sponsor.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/Ospuze/Resources/Holtow/Season7/S7_tdm.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/Ospuze/Resources/Holtow/Season7/S7_terminalattack.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/Ospuze/Resources/Holtow/Season7/S7_worldtour.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/Ospuze/Resources/Holtow/Season8/S8_crossplay.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/Ospuze/Resources/Holtow/Season8/S8_powershift.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/Ospuze/Resources/Holtow/Season8/S8_quickcash.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/Ospuze/Resources/Holtow/Season8/S8_sponsor.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/Ospuze/Resources/Holtow/Season8/S8_tdm.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/Ospuze/Resources/Holtow/Season8/S8_worldtour.json",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "Leaderboard/LeaderboardEntry.swift",
        "Leaderboard/Leaderboards.swift",
        "Leaderboard/Leagues.swift",
        "Ospuze.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
✅  Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path:  $PWD/.docs/eisenhuth/ospuze/master
Repository:               Eisenhuth/Ospuze
Swift version used:       6.1
Target:                   Ospuze
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/swift-docc-render-artifact/.git/
From https://github.com/swiftlang/swift-docc-render-artifact
 * branch            4633b45fc732d8c55568be09dd852f9dc1582c25 -> FETCH_HEAD
HEAD is now at 4633b45 Update the artifact
Cloned https://github.com/swiftlang/swift-docc-render-artifact
Extracting symbol information for 'Ospuze'...
Finished extracting symbol information for 'Ospuze'. (2.98s)
Building documentation for 'Ospuze'...
Finished building documentation for 'Ospuze' (0.14s)
Generated documentation archive at:
  /Users/admin/builder/spi-builder-workspace/.docs/eisenhuth/ospuze/master
Fetching https://github.com/swiftlang/swift-docc-plugin from cache
Updating https://github.com/eisenhuth/yasu.git
Updated https://github.com/eisenhuth/yasu.git (0.46s)
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (0.60s)
Computing version for https://github.com/eisenhuth/yasu.git
Computed https://github.com/eisenhuth/yasu.git at 1.0.1 (1.08s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.5 (2.57s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit from cache
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.88s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.59s)
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.4.5
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Building for debugging...
[0/8] Write sources
[1/8] Write snippet-extract-tool-entitlement.plist
[1/8] Write sources
[4/8] Write swift-version-2F0A5646E1D333AE.txt
[6/53] Emitting module SymbolKit
[7/57] Compiling SymbolKit SemanticVersion.swift
[8/57] Compiling SymbolKit AccessControl.swift
[9/57] Compiling SymbolKit Availability.swift
[10/57] Compiling SymbolKit AvailabilityItem.swift
[11/57] Compiling SymbolKit Domain.swift
[12/57] Compiling Snippets Snippet.swift
[13/57] Compiling SymbolKit Relationship.swift
[14/57] Compiling SymbolKit RelationshipKind.swift
[15/57] Compiling SymbolKit SourceOrigin.swift
[16/57] Compiling SymbolKit GenericConstraints.swift
[17/57] Compiling SymbolKit Swift.swift
[18/57] Compiling SymbolKit DeclarationFragments.swift
[19/57] Compiling SymbolKit Fragment.swift
[20/57] Compiling SymbolKit FragmentKind.swift
[21/57] Compiling SymbolKit FunctionParameter.swift
[22/57] Compiling SymbolKit FunctionSignature.swift
[23/57] Compiling SymbolKit GenericConstraint.swift
[24/57] Compiling SymbolKit GenericParameter.swift
[25/57] Compiling SymbolKit Generics.swift
[26/57] Compiling SymbolKit Namespace.swift
[27/57] Compiling SymbolKit Names.swift
[28/57] Compiling SymbolKit SPI.swift
[29/57] Compiling SymbolKit Snippet.swift
[30/57] Compiling SymbolKit Extension.swift
[31/57] Compiling Snippets SnippetParser.swift
[32/57] Emitting module Snippets
[33/57] Compiling SymbolKit Identifier.swift
[34/57] Compiling SymbolKit KindIdentifier.swift
[35/57] Compiling SymbolKit Location.swift
[36/57] Compiling SymbolKit Mutability.swift
[37/57] Compiling SymbolKit SourceRange.swift
[38/57] Compiling SymbolKit Metadata.swift
[39/57] Compiling SymbolKit Module.swift
[40/57] Compiling SymbolKit OperatingSystem.swift
[41/57] Compiling SymbolKit Platform.swift
[42/57] Compiling SymbolKit Mixin+Equals.swift
[43/57] Compiling SymbolKit Mixin+Hash.swift
[44/57] Compiling SymbolKit Mixin.swift
[45/57] Compiling SymbolKit LineList.swift
[46/57] Compiling SymbolKit Position.swift
[47/57] Compiling SymbolKit Symbol.swift
[48/57] Compiling SymbolKit SymbolKind.swift
[49/57] Compiling SymbolKit SymbolGraph.swift
[50/57] Compiling SymbolKit GraphCollector.swift
[51/57] Compiling SymbolKit UnifiedSymbol+Encodable.swift
[52/57] Compiling SymbolKit UnifiedSymbol.swift
[53/57] Compiling SymbolKit UnifiedSymbolGraph+Encodable.swift
[54/57] Compiling SymbolKit UnifiedSymbolGraph.swift
[55/61] Compiling snippet_extract SymbolGraph+Snippet.swift
[56/61] Compiling snippet_extract URL+Status.swift
[57/61] Emitting module snippet_extract
[58/61] Compiling snippet_extract SnippetBuildCommand.swift
[58/61] Write Objects.LinkFileList
[59/61] Linking snippet-extract-tool
[60/61] Applying snippet-extract-tool
Build of product 'snippet-extract' complete! (4.09s)
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
[2/4] Emitting module YASU
[3/4] Compiling YASU BundleExtension.swift
[4/4] Compiling YASU LoadData.swift
[5/10] Compiling Ospuze Ospuze.swift
[6/10] Compiling Ospuze Leagues.swift
[7/10] Compiling Ospuze resource_bundle_accessor.swift
[8/10] Compiling Ospuze Leaderboards.swift
[9/10] Compiling Ospuze LeaderboardEntry.swift
[10/10] Emitting module Ospuze
Build of target: 'Ospuze' complete! (1.01s)
     302
3	/Users/admin/builder/spi-builder-workspace/.docs/eisenhuth/ospuze/master
✅  Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/eisenhuth/ospuze/master
File count: 302
Doc size:   3.0MB
Preparing doc bundle ...
Uploading prod-eisenhuth-ospuze-master-a526c76d.zip to s3://spi-docs-inbox/prod-eisenhuth-ospuze-master-a526c76d.zip
Copying... [11%]
Copying... [23%]
Copying... [34%]
Copying... [46%]
Copying... [57%]
Copying... [69%]
Copying... [80%]
Copying... [91%]
Copying... [100%]
Done.