The Swift Package Index logo.Swift Package Index

Build Information

Successful build of CryptorRSA, reference master (f40325), with Swift 6.2 for macOS (SPM) on 23 Jun 2025 14:28:28 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/Kitura/BlueRSA.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Kitura/BlueRSA
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at f403255 Updating version to 1.0.203 (#87)
Cloned https://github.com/Kitura/BlueRSA.git
Revision (git rev-parse @):
f40325520344a966523b214394aa350132a6af68
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/Kitura/BlueRSA.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/Kitura/BlueRSA.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/11] Compiling CryptorRSA CryptorRSAUtilities.swift
[4/11] Compiling CryptorRSA Data+Extensions.swift
[5/11] Compiling CryptorRSA SSLPointerTricks.swift
[6/11] Compiling CryptorRSA CryptorRSAErrors.swift
[7/11] Compiling CryptorRSA CryptorRSAConstants.swift
[8/11] Compiling CryptorRSA CryptorRSAKey.swift
[9/11] Compiling CryptorRSA CryptorRSA.swift
[10/11] Compiling CryptorRSA CryptorRSADigest.swift
[11/11] Emitting module CryptorRSA
Build complete! (3.75s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "CryptorRSA",
  "name" : "CryptorRSA",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "CryptorRSA",
      "targets" : [
        "CryptorRSA"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CryptorRSATests",
      "module_type" : "SwiftTarget",
      "name" : "CryptorRSATests",
      "path" : "Tests/CryptorRSATests",
      "sources" : [
        "CryptorRSATests.swift"
      ],
      "target_dependencies" : [
        "CryptorRSA"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CryptorRSA",
      "module_type" : "SwiftTarget",
      "name" : "CryptorRSA",
      "path" : "Sources/CryptorRSA",
      "product_memberships" : [
        "CryptorRSA"
      ],
      "sources" : [
        "CryptorRSA.swift",
        "CryptorRSAConstants.swift",
        "CryptorRSADigest.swift",
        "CryptorRSAErrors.swift",
        "CryptorRSAKey.swift",
        "CryptorRSAUtilities.swift",
        "Data+Extensions.swift",
        "SSLPointerTricks.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Done.