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 0.1.0 (979796), with Swift 6.2 (beta) for macOS (SPM) on 23 Jun 2025 02:51:13 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: 0.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/blackjacx/engine
 * tag               0.1.0      -> FETCH_HEAD
HEAD is now at 9797968 Merge branch 'release/0.1.0'
Cloned https://github.com/blackjacx/engine.git
Revision (git rev-parse @):
9797968aec667217cdd83a4e3b45972d4bf5a861
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/blackjacx/engine.git at 0.1.0
========================================
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] Compiling SwiftKeychainWrapper KeychainWrapper.swift
[5/7] Compiling SwiftKeychainWrapper KeychainWrapperSubscript.swift
[6/7] Compiling SwiftKeychainWrapper KeychainItemAccessibility.swift
[7/7] Emitting module SwiftKeychainWrapper
[8/32] Compiling Engine UserDefaults+PropertyWrapper.swift
[9/32] Compiling Engine UIColor+Extensions.swift
[10/34] Compiling Engine Engine.swift
[11/34] Compiling Engine Bundle+Extensions.swift
[12/34] Compiling Engine FileManager+Extensions.swift
[13/34] Compiling Engine Service.swift
[14/34] Compiling Engine DataWrapper.swift
[15/34] Compiling Engine JWTClaims.swift
[16/34] Compiling Engine JWTHeader.swift
[17/34] Compiling Engine Keychain.swift
[18/34] Compiling Engine UIView+Extensions.swift
[19/34] Compiling Engine UIViewController+Extensions.swift
[20/34] Emitting module Engine
[21/34] Compiling Engine LoggableError.swift
[22/34] Compiling Engine Network.swift
[23/34] Compiling Engine NetworkError.swift
[24/34] Compiling Engine EmptyResponse.swift
[25/34] Compiling Engine Clamping.swift
[26/34] Compiling Engine ProcessInfo+Extensions.swift
[27/34] Compiling Engine String+Extensions.swift
[28/34] Compiling Engine String+Random.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 Endpoint.swift
[33/34] Compiling Engine HTTPMethod.swift
[34/34] Compiling Engine Json.swift
Build complete! (9.69s)
Fetching https://github.com/jrendel/SwiftKeychainWrapper
[1/1666] Fetching swiftkeychainwrapper
Fetched https://github.com/jrendel/SwiftKeychainWrapper from cache (0.91s)
Computing version for https://github.com/jrendel/SwiftKeychainWrapper
Computed https://github.com/jrendel/SwiftKeychainWrapper at 4.0.1 (3.33s)
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.