Build Information
Successful build of CryptorRSA, reference master (f40325), with Swift 5.10 for macOS (SPM) on 3 Apr 2025 08:32:10 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.60.1
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: 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 SSLPointerTricks.swift
[4/11] Compiling CryptorRSA Data+Extensions.swift
[5/11] Compiling CryptorRSA CryptorRSAUtilities.swift
[6/11] Compiling CryptorRSA CryptorRSAErrors.swift
[7/11] Compiling CryptorRSA CryptorRSADigest.swift
[8/11] Compiling CryptorRSA CryptorRSAConstants.swift
[9/11] Emitting module CryptorRSA
[10/11] Compiling CryptorRSA CryptorRSA.swift
[11/11] Compiling CryptorRSA CryptorRSAKey.swift
Build complete! (6.22s)
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.