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 Engine, reference develop (8944a5), with Swift 6.2 (beta) for macOS (SPM) on 23 Jun 2025 02:50:21 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/blackjacx/engine.git
Reference: develop
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/blackjacx/engine
 * branch            develop    -> FETCH_HEAD
 * [new branch]      develop    -> origin/develop
HEAD is now at 8944a58 Merge branch 'release/0.1.0' into develop
Cloned https://github.com/blackjacx/engine.git
Revision (git rev-parse @):
8944a58b4d7e57411681be25e463b446e2be26b0
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/blackjacx/engine.git at develop
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/blackjacx/engine.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-1EA4D86E10B52AF.txt
[4/7] Emitting module SwiftKeychainWrapper
[5/7] Compiling SwiftKeychainWrapper KeychainWrapper.swift
[6/7] Compiling SwiftKeychainWrapper KeychainWrapperSubscript.swift
[7/7] Compiling SwiftKeychainWrapper KeychainItemAccessibility.swift
[8/32] Emitting module Engine
[9/34] Compiling Engine JWTClaims.swift
[10/34] Compiling Engine JWTHeader.swift
[11/34] Compiling Engine Keychain.swift
[12/34] Compiling Engine Engine.swift
[13/34] Compiling Engine Bundle+Extensions.swift
[14/34] Compiling Engine FileManager+Extensions.swift
[15/34] Compiling Engine UIView+Extensions.swift
[16/34] Compiling Engine UIViewController+Extensions.swift
[17/34] Compiling Engine Endpoint.swift
[18/34] Compiling Engine HTTPMethod.swift
[19/34] Compiling Engine Json.swift
[20/34] Compiling Engine LoggableError.swift
[21/34] Compiling Engine Network.swift
[22/34] Compiling Engine NetworkError.swift
[23/34] Compiling Engine EmptyResponse.swift
[24/34] Compiling Engine Clamping.swift
[25/34] Compiling Engine Service.swift
[26/34] Compiling Engine DataWrapper.swift
[27/34] Compiling Engine UserDefaults+PropertyWrapper.swift
[28/34] Compiling Engine UIColor+Extensions.swift
[29/34] Compiling Engine URL+Extensions.swift
[30/34] Compiling Engine URLRequest+Extensions.swift
[31/34] Compiling Engine JWT.swift
[32/34] Compiling Engine ProcessInfo+Extensions.swift
[33/34] Compiling Engine String+Extensions.swift
[34/34] Compiling Engine String+Random.swift
Build complete! (9.86s)
Fetching https://github.com/jrendel/SwiftKeychainWrapper
[1/1666] Fetching swiftkeychainwrapper
Fetched https://github.com/jrendel/SwiftKeychainWrapper from cache (0.78s)
Computing version for https://github.com/jrendel/SwiftKeychainWrapper
Computed https://github.com/jrendel/SwiftKeychainWrapper at 4.0.1 (3.30s)
Creating working copy for https://github.com/jrendel/SwiftKeychainWrapper
Working copy of https://github.com/jrendel/SwiftKeychainWrapper resolved at 4.0.1
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swiftkeychainwrapper",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.1",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/jrendel/SwiftKeychainWrapper"
    }
  ],
  "manifest_display_name" : "Engine",
  "name" : "Engine",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "tvos",
      "version" : "15.0"
    },
    {
      "name" : "watchos",
      "version" : "8.0"
    }
  ],
  "products" : [
    {
      "name" : "Engine",
      "targets" : [
        "Engine"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "EngineTests",
      "module_type" : "SwiftTarget",
      "name" : "EngineTests",
      "path" : "Tests/EngineTests",
      "sources" : [
        "Foundation/URLTests.swift",
        "JWT/JWTTests.swift",
        "PropertyWrapper/ClampingTests.swift",
        "UIKit/UIColorTests.swift"
      ],
      "target_dependencies" : [
        "Engine"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Engine",
      "module_type" : "SwiftTarget",
      "name" : "Engine",
      "path" : "Sources/Engine",
      "product_dependencies" : [
        "SwiftKeychainWrapper"
      ],
      "product_memberships" : [
        "Engine"
      ],
      "sources" : [
        "Engine.swift",
        "Foundation/Bundle+Extensions.swift",
        "Foundation/FileManager+Extensions.swift",
        "Foundation/ProcessInfo+Extensions.swift",
        "Foundation/String+Extensions.swift",
        "Foundation/String+Random.swift",
        "Foundation/URL+Extensions.swift",
        "Foundation/URLRequest+Extensions.swift",
        "JWT/JWT.swift",
        "JWT/JWTClaims.swift",
        "JWT/JWTHeader.swift",
        "Keychain/Keychain.swift",
        "Networking/Endpoint.swift",
        "Networking/HTTPMethod.swift",
        "Networking/Json.swift",
        "Networking/LoggableError.swift",
        "Networking/Network.swift",
        "Networking/NetworkError.swift",
        "Networking/Service.swift",
        "Networking/models/DataWrapper.swift",
        "Networking/models/EmptyResponse.swift",
        "PropertyWrapper/Clamping.swift",
        "PropertyWrapper/UserDefaults+PropertyWrapper.swift",
        "UIKit/UIColor+Extensions.swift",
        "UIKit/UIView+Extensions.swift",
        "UIKit/UIViewController+Extensions.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
Done.