Build Information
Successful build of RijndaelSwift, reference master (bea56c), with Swift 6.2 for macOS (SPM) on 19 Jun 2025 10:54:55 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/superk589/RijndaelSwift.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/superk589/RijndaelSwift
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at bea56c5 Push a new version to cocoapods
Cloned https://github.com/superk589/RijndaelSwift.git
Revision (git rev-parse @):
bea56c5526376fa1c7464c930200807be4c4ddce
SUCCESS checkout https://github.com/superk589/RijndaelSwift.git at master
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/superk589/RijndaelSwift.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/8] Compiling RijndaelSwift Utility.swift
[4/8] Compiling RijndaelSwift RijndaelBlock.swift
[5/8] Compiling RijndaelSwift Rijndael.swift
[6/8] Compiling RijndaelSwift Precalculated.swift
[7/8] Emitting module RijndaelSwift
[8/8] Compiling RijndaelSwift BtlRijndaelEncryption.swift
Build complete! (3.76s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "RijndaelSwift",
"name" : "RijndaelSwift",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "RijndaelSwift",
"targets" : [
"RijndaelSwift"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "RijndaelSwiftTests",
"module_type" : "SwiftTarget",
"name" : "RijndaelSwiftTests",
"path" : "Tests/RijndaelSwiftTests",
"sources" : [
"RijndaelSwiftTests.swift"
],
"target_dependencies" : [
"RijndaelSwift"
],
"type" : "test"
},
{
"c99name" : "RijndaelSwift",
"module_type" : "SwiftTarget",
"name" : "RijndaelSwift",
"path" : "Sources/RijndaelSwift",
"product_memberships" : [
"RijndaelSwift"
],
"sources" : [
"BtlRijndaelEncryption.swift",
"Precalculated.swift",
"Rijndael.swift",
"RijndaelBlock.swift",
"Utility.swift"
],
"type" : "library"
}
],
"tools_version" : "4.0"
}
Done.