Build Information
Successful build of Cryptor, reference master (8fc54c
), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 15:56:17 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/BlueCryptor.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Kitura/BlueCryptor
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 8fc54cc README: Update shields to SwiftPackageIndex
Cloned https://github.com/Kitura/BlueCryptor.git
Revision (git rev-parse @):
8fc54cc4f71b8450938062d0a40fbc464c1ed181
SUCCESS checkout https://github.com/Kitura/BlueCryptor.git at master
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/Kitura/BlueCryptor.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/13] Compiling Cryptor Status.swift
[4/13] Compiling Cryptor Updatable.swift
[5/13] Compiling Cryptor SSLPointerTricks.swift
[6/13] Compiling Cryptor HMAC.swift
[7/13] Compiling Cryptor KeyDerivation.swift
[8/13] Compiling Cryptor Digest.swift
[9/13] Compiling Cryptor Random.swift
[10/13] Emitting module Cryptor
[11/13] Compiling Cryptor Crypto.swift
[12/13] Compiling Cryptor Cryptor.swift
[13/13] Compiling Cryptor StreamCryptor.swift
[14/14] Compiling Cryptor Utilities.swift
Build complete! (4.55s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "Cryptor",
"name" : "Cryptor",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Cryptor",
"targets" : [
"Cryptor"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "CryptorTests",
"module_type" : "SwiftTarget",
"name" : "CryptorTests",
"path" : "Tests/CryptorTests",
"sources" : [
"CryptorTests.swift"
],
"target_dependencies" : [
"Cryptor"
],
"type" : "test"
},
{
"c99name" : "Cryptor",
"module_type" : "SwiftTarget",
"name" : "Cryptor",
"path" : "Sources/Cryptor",
"product_memberships" : [
"Cryptor"
],
"sources" : [
"Crypto.swift",
"Cryptor.swift",
"Digest.swift",
"HMAC.swift",
"KeyDerivation.swift",
"Random.swift",
"SSLPointerTricks.swift",
"Status.swift",
"StreamCryptor.swift",
"Updatable.swift",
"Utilities.swift"
],
"type" : "library"
}
],
"tools_version" : "5.0"
}
Done.