Build Information
Successful build of SwiftCrypto, reference 1.0.3 (2ebc58), with Swift 6.3 for macOS (SPM) on 10 Apr 2026 10:12:35 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/jernejstrasner/swiftcrypto.git
Reference: 1.0.3
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/jernejstrasner/swiftcrypto
* tag 1.0.3 -> FETCH_HEAD
HEAD is now at 2ebc58f Added method for providing Data keys directly
Cloned https://github.com/jernejstrasner/swiftcrypto.git
Revision (git rev-parse @):
2ebc58fa75de1c7d4ef884c609a81398c01655d7
SUCCESS checkout https://github.com/jernejstrasner/swiftcrypto.git at 1.0.3
Fetching https://github.com/jernejstrasner/CCommonCrypto.git
[1/28] Fetching ccommoncrypto
Fetched https://github.com/jernejstrasner/CCommonCrypto.git from cache (0.66s)
Computing version for https://github.com/jernejstrasner/CCommonCrypto.git
Computed https://github.com/jernejstrasner/CCommonCrypto.git at 1.1.0 (1.36s)
Creating working copy for https://github.com/jernejstrasner/CCommonCrypto.git
Working copy of https://github.com/jernejstrasner/CCommonCrypto.git resolved at 1.1.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"traits": [
"default"
],
"dependencies": [
{
"identity": "swiftcrypto",
"name": "SwiftCrypto",
"url": "https://github.com/jernejstrasner/swiftcrypto.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swiftcrypto",
"traits": [
"default"
],
"dependencies": [
{
"identity": "ccommoncrypto",
"name": "CCommonCrypto",
"url": "https://github.com/jernejstrasner/CCommonCrypto.git",
"version": "1.1.0",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/CCommonCrypto",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/jernejstrasner/swiftcrypto.git
[1/211] Fetching swiftcrypto
Fetched https://github.com/jernejstrasner/swiftcrypto.git from cache (0.66s)
Fetching https://github.com/jernejstrasner/CCommonCrypto.git from cache
Fetched https://github.com/jernejstrasner/CCommonCrypto.git from cache (0.45s)
Computing version for https://github.com/jernejstrasner/CCommonCrypto.git
Computed https://github.com/jernejstrasner/CCommonCrypto.git at 1.1.0 (0.51s)
Creating working copy for https://github.com/jernejstrasner/swiftcrypto.git
Working copy of https://github.com/jernejstrasner/swiftcrypto.git resolved at 1.0.3 (2ebc58f)
Creating working copy for https://github.com/jernejstrasner/CCommonCrypto.git
Working copy of https://github.com/jernejstrasner/CCommonCrypto.git resolved at 1.1.0
warning: 'ccommoncrypto': ignoring declared target(s) 'CCommonCrypto' in the system package
warning: '.resolve-product-dependencies': dependency 'swiftcrypto' is not used by any target
Found 1 product dependencies
- CCommonCrypto
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/jernejstrasner/swiftcrypto.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/4] Compiling SwiftCrypto SwiftCrypto.swift
[4/4] Emitting module SwiftCrypto
Build complete! (4.24s)
warning: 'ccommoncrypto': ignoring declared target(s) 'CCommonCrypto' in the system package
warning: 'spi-builder-workspace': dependency 'ccommoncrypto' is not used by any target
Build complete.
{
"dependencies" : [
{
"identity" : "ccommoncrypto",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/jernejstrasner/CCommonCrypto.git"
}
],
"manifest_display_name" : "SwiftCrypto",
"name" : "SwiftCrypto",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "SwiftCrypto",
"targets" : [
"SwiftCrypto"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SwiftCryptoTests",
"module_type" : "SwiftTarget",
"name" : "SwiftCryptoTests",
"path" : "Tests/SwiftCryptoTests",
"sources" : [
"SwiftCryptoTests.swift"
],
"target_dependencies" : [
"SwiftCrypto"
],
"type" : "test"
},
{
"c99name" : "SwiftCrypto",
"module_type" : "SwiftTarget",
"name" : "SwiftCrypto",
"path" : "Sources/SwiftCrypto",
"product_memberships" : [
"SwiftCrypto"
],
"sources" : [
"SwiftCrypto.swift"
],
"type" : "library"
}
],
"tools_version" : "4.0"
}
Done.