Build Information
Successful build of Swawsh, reference 0.2.0 (7a415f), with Swift 6.2 for macOS (SPM) on 17 Jun 2025 19:37:38 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/scottorly/swawsh.git
Reference: 0.2.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/scottorly/swawsh
* tag 0.2.0 -> FETCH_HEAD
HEAD is now at 7a415fe Update Package.swift & add test target
Cloned https://github.com/scottorly/swawsh.git
Revision (git rev-parse @):
7a415feeed29bea8573c2f412e7c8485566db4c8
SUCCESS checkout https://github.com/scottorly/swawsh.git at 0.2.0
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/scottorly/swawsh.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-1EA4D86E10B52AF.txt
[4/14] Compiling Cryptor Updatable.swift
[5/15] Compiling Cryptor SSLPointerTricks.swift
[6/15] Compiling Cryptor Status.swift
[7/15] Compiling Cryptor Random.swift
[8/15] Compiling Cryptor KeyDerivation.swift
[9/15] Compiling Cryptor Digest.swift
[10/15] Compiling Cryptor HMAC.swift
[11/15] Compiling Cryptor Crypto.swift
[12/15] Compiling Cryptor Cryptor.swift
[13/15] Compiling Cryptor StreamCryptor.swift
[14/15] Emitting module Cryptor
[15/15] Compiling Cryptor Utilities.swift
[16/21] Compiling Swawsh SwashCredential.swift
[17/21] Emitting module Swawsh
[18/21] Compiling Swawsh DigestService.swift
[19/21] Compiling Swawsh SwawshHeader.swift
[20/21] Compiling Swawsh DateService.swift
[21/21] Compiling Swawsh SwawshStringToSign.swift
Build complete! (7.43s)
Fetching https://github.com/IBM-Swift/BlueCryptor.git
[1/1654] Fetching bluecryptor
Fetched https://github.com/IBM-Swift/BlueCryptor.git from cache (0.84s)
Computing version for https://github.com/IBM-Swift/BlueCryptor.git
Computed https://github.com/IBM-Swift/BlueCryptor.git at 1.0.200 (1.39s)
Creating working copy for https://github.com/IBM-Swift/BlueCryptor.git
Working copy of https://github.com/IBM-Swift/BlueCryptor.git resolved at 1.0.200
Build complete.
{
"dependencies" : [
{
"identity" : "bluecryptor",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.32",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/IBM-Swift/BlueCryptor.git"
}
],
"manifest_display_name" : "Swawsh",
"name" : "Swawsh",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Swawsh",
"targets" : [
"Swawsh"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SwawshTests",
"module_type" : "SwiftTarget",
"name" : "SwawshTests",
"path" : "Tests/SwawshTests",
"sources" : [
"DateServiceTests.swift",
"DigestServiceTests.swift",
"SwawshTests.swift"
],
"target_dependencies" : [
"Swawsh"
],
"type" : "test"
},
{
"c99name" : "Swawsh",
"module_type" : "SwiftTarget",
"name" : "Swawsh",
"path" : "Sources",
"product_dependencies" : [
"Cryptor"
],
"product_memberships" : [
"Swawsh"
],
"sources" : [
"DateService.swift",
"DigestService.swift",
"SwashCredential.swift",
"SwawshHeader.swift",
"SwawshStringToSign.swift"
],
"type" : "library"
}
],
"tools_version" : "5.2"
}
Done.