The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Hyperspace, reference 5.1.0 (f3bed2), with Swift 6.3 for macOS (SPM) on 21 Apr 2026 13:54:35 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/BottleRocketStudios/iOS-Hyperspace.git
Reference: 5.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/BottleRocketStudios/iOS-Hyperspace
 * tag               5.1.0      -> FETCH_HEAD
HEAD is now at f3bed24 Merge pull request #173 from BottleRocketStudios/release/5.1.0
Cloned https://github.com/BottleRocketStudios/iOS-Hyperspace.git
Revision (git rev-parse @):
f3bed245fa59a7729c1e46eba67dac5dc059d13e
SUCCESS checkout https://github.com/BottleRocketStudios/iOS-Hyperspace.git at 5.1.0
========================================
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",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "ios-hyperspace",
      "name": "Hyperspace",
      "url": "https://github.com/BottleRocketStudios/iOS-Hyperspace.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/iOS-Hyperspace",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/BottleRocketStudios/iOS-Hyperspace.git
[1/5363] Fetching ios-hyperspace
Fetched https://github.com/BottleRocketStudios/iOS-Hyperspace.git from cache (1.03s)
Creating working copy for https://github.com/BottleRocketStudios/iOS-Hyperspace.git
Working copy of https://github.com/BottleRocketStudios/iOS-Hyperspace.git resolved at 5.1.0 (f3bed24)
warning: '.resolve-product-dependencies': dependency 'ios-hyperspace' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/BottleRocketStudios/iOS-Hyperspace.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/19] Compiling Hyperspace JSONCoder+Container.swift
[4/19] Compiling Hyperspace URL+Additions.swift
[5/19] Compiling Hyperspace Request.swift
[6/19] Compiling Hyperspace BackendService.swift
[7/19] Compiling Hyperspace TransportResult.swift
[8/19] Compiling Hyperspace Request+EmptyDecodingStrategy.swift
[9/19] Compiling Hyperspace Request.URLRequestCreationStrategy.swift
[10/19] Compiling Hyperspace BackendServicing.swift
[11/19] Compiling Hyperspace NetworkActivityController.swift
[12/19] Compiling Hyperspace TransportSession.swift
[13/19] Emitting module Hyperspace
[14/19] Compiling Hyperspace HTTP.swift
[15/19] Compiling Hyperspace Request+Decodable.swift
[16/19] Compiling Hyperspace HTTP.Body+URLForm.swift
[17/19] Compiling Hyperspace HTTP.Body.swift
[18/19] Compiling Hyperspace PreparationStrategy.swift
[19/19] Compiling Hyperspace RecoveryStrategy.swift
[20/20] Compiling Hyperspace Transporting.swift
Build complete! (5.42s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Hyperspace",
  "name" : "Hyperspace",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "11.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "Hyperspace",
      "targets" : [
        "Hyperspace"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "HyperspaceTests",
      "module_type" : "SwiftTarget",
      "name" : "HyperspaceTests",
      "path" : "Tests",
      "sources" : [
        "BackendServiceTests.swift",
        "Coding/DecodingTests.swift",
        "Coding/EmptyDecodingStrategyTests.swift",
        "Coding/EncodingTests.swift",
        "Helper/Mocks/MockBackendService.swift",
        "Helper/Mocks/MockCodableContainer.swift",
        "Helper/Mocks/MockTransportService.swift",
        "Helper/Mocks/MockTransportSession.swift",
        "Helper/Request+Mock.swift",
        "Helper/Test Defaults/RequestTestDefaults.swift",
        "Helper/Test Defaults/TestDecodingError.swift",
        "Helper/XCTest+Async.swift",
        "Helper/XCTestCase+JSON.swift",
        "Peripheral/NetworkActivityControllerTests.swift",
        "Peripheral/PreparationStrategyTests.swift",
        "Peripheral/RecoveryStrategyTests.swift",
        "Request/HTTPTests.swift",
        "Request/RequestTests.swift",
        "TransportServiceTests.swift",
        "URLFormEncoderTests.swift",
        "URLQueryParameterTests.swift"
      ],
      "target_dependencies" : [
        "Hyperspace"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Hyperspace",
      "module_type" : "SwiftTarget",
      "name" : "Hyperspace",
      "path" : "Sources",
      "product_memberships" : [
        "Hyperspace"
      ],
      "sources" : [
        "Extensions/Coding/JSONCoder+Container.swift",
        "Extensions/URL+Additions.swift",
        "HTTP/HTTP.Body+URLForm.swift",
        "HTTP/HTTP.Body.swift",
        "HTTP/HTTP.swift",
        "Request/Request+Decodable.swift",
        "Request/Request+EmptyDecodingStrategy.swift",
        "Request/Request.URLRequestCreationStrategy.swift",
        "Request/Request.swift",
        "Service/Backend/BackendService.swift",
        "Service/Backend/BackendServicing.swift",
        "Service/Peripheral/NetworkActivityController.swift",
        "Service/Peripheral/PreparationStrategy.swift",
        "Service/Peripheral/RecoveryStrategy.swift",
        "Service/Transport/TransportResult.swift",
        "Service/Transport/TransportSession.swift",
        "Service/Transport/Transporting.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
Done.