Build Information
Successful build of IDZSwiftCommonCrypto, reference master (90e5ec), with Swift 6.2 for macOS (SPM) on 20 Jun 2025 09:45:48 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/iosdevzone/IDZSwiftCommonCrypto.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/iosdevzone/IDZSwiftCommonCrypto
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 90e5ec0 Update LICENSE
Cloned https://github.com/iosdevzone/IDZSwiftCommonCrypto.git
Revision (git rev-parse @):
90e5ec0877c6192e3efb975f02ff11fd5938fc1e
SUCCESS checkout https://github.com/iosdevzone/IDZSwiftCommonCrypto.git at master
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/iosdevzone/IDZSwiftCommonCrypto.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/12] Compiling IDZSwiftCommonCrypto Crypto.swift
[4/12] Compiling IDZSwiftCommonCrypto KeyDerivation.swift
[5/12] Emitting module IDZSwiftCommonCrypto
[6/13] Compiling IDZSwiftCommonCrypto HMAC.swift
[7/13] Compiling IDZSwiftCommonCrypto Random.swift
[8/13] Compiling IDZSwiftCommonCrypto StreamCryptor.swift
[9/13] Compiling IDZSwiftCommonCrypto Cryptor.swift
[10/13] Compiling IDZSwiftCommonCrypto Status.swift
[11/13] Compiling IDZSwiftCommonCrypto Digest.swift
[12/13] Compiling IDZSwiftCommonCrypto Updateable.swift
[13/13] Compiling IDZSwiftCommonCrypto Utilities.swift
Build complete! (4.78s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "IDZSwiftCommonCrypto",
"name" : "IDZSwiftCommonCrypto",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "IDZSwiftCommonCrypto",
"targets" : [
"IDZSwiftCommonCrypto"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "IDZSwiftCommonCryptoTests",
"module_type" : "SwiftTarget",
"name" : "IDZSwiftCommonCryptoTests",
"path" : "IDZSwiftCommonCryptoTests",
"sources" : [
"IDZSwiftCommonCryptoTests.swift"
],
"target_dependencies" : [
"IDZSwiftCommonCrypto"
],
"type" : "test"
},
{
"c99name" : "IDZSwiftCommonCrypto",
"module_type" : "SwiftTarget",
"name" : "IDZSwiftCommonCrypto",
"path" : "IDZSwiftCommonCrypto",
"product_memberships" : [
"IDZSwiftCommonCrypto"
],
"sources" : [
"Crypto.swift",
"Cryptor.swift",
"Digest.swift",
"HMAC.swift",
"KeyDerivation.swift",
"Random.swift",
"Status.swift",
"StreamCryptor.swift",
"Updateable.swift",
"Utilities.swift"
],
"type" : "library"
}
],
"tools_version" : "5.1"
}
Done.