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 CryptorRSA, reference 1.0.203 (f40325), with Swift 5.10 for macOS (SPM) on 3 Apr 2025 08:31:10 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Kitura/BlueRSA.git
Reference: 1.0.203
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Kitura/BlueRSA
 * tag               1.0.203    -> FETCH_HEAD
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 1.0.203
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $PWD
https://github.com/Kitura/BlueRSA.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-33747A42983211AE.txt
[3/11] Compiling CryptorRSA Data+Extensions.swift
[4/11] Compiling CryptorRSA SSLPointerTricks.swift
[5/11] Compiling CryptorRSA CryptorRSAUtilities.swift
[6/11] Compiling CryptorRSA CryptorRSADigest.swift
[7/11] Compiling CryptorRSA CryptorRSA.swift
[8/11] Compiling CryptorRSA CryptorRSAConstants.swift
[9/11] Emitting module CryptorRSA
[10/11] Compiling CryptorRSA CryptorRSAErrors.swift
[11/11] Compiling CryptorRSA CryptorRSAKey.swift
Build complete! (6.34s)
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.