Build Information
Successful build of CryptomatorCryptoLib, reference develop (5aa5ac), with Swift 6.2 for macOS (SPM) on 7 Oct 2025 14:50:35 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/cryptomator/cryptolib-swift.git
Reference: develop
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/cryptomator/cryptolib-swift
* branch develop -> FETCH_HEAD
* [new branch] develop -> origin/develop
HEAD is now at 5aa5ac5 Update CI build to latest Xcode version
Cloned https://github.com/cryptomator/cryptolib-swift.git
Revision (git rev-parse @):
5aa5ac552ac2f868b570c3a73c6af0fee4db07f5
SUCCESS checkout https://github.com/cryptomator/cryptolib-swift.git at develop
Fetching https://github.com/norio-nomura/Base32.git
[1/1168] Fetching base32
Fetched https://github.com/norio-nomura/Base32.git from cache (0.80s)
Computing version for https://github.com/norio-nomura/Base32.git
Computed https://github.com/norio-nomura/Base32.git at 0.9.0 (2.96s)
Creating working copy for https://github.com/norio-nomura/Base32.git
Working copy of https://github.com/norio-nomura/Base32.git resolved at 0.9.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",
"dependencies": [
{
"identity": "cryptolib-swift",
"name": "CryptomatorCryptoLib",
"url": "https://github.com/cryptomator/cryptolib-swift.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/cryptolib-swift",
"dependencies": [
{
"identity": "base32",
"name": "Base32",
"url": "https://github.com/norio-nomura/Base32.git",
"version": "0.9.0",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Base32",
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/cryptomator/cryptolib-swift.git
[1/1149] Fetching cryptolib-swift
Fetched https://github.com/cryptomator/cryptolib-swift.git from cache (0.82s)
Fetching https://github.com/norio-nomura/Base32.git from cache
Fetched https://github.com/norio-nomura/Base32.git from cache (0.45s)
Computing version for https://github.com/norio-nomura/Base32.git
Computed https://github.com/norio-nomura/Base32.git at 0.9.0 (0.51s)
Creating working copy for https://github.com/norio-nomura/Base32.git
Working copy of https://github.com/norio-nomura/Base32.git resolved at 0.9.0
Creating working copy for https://github.com/cryptomator/cryptolib-swift.git
Working copy of https://github.com/cryptomator/cryptolib-swift.git resolved at develop (5aa5ac5)
warning: '.resolve-product-dependencies': dependency 'cryptolib-swift' is not used by any target
Found 1 product dependencies
- Base32
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/cryptomator/cryptolib-swift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/6] Write sources
[2/6] Write swift-version-49B95AFC49DCD68C.txt
[3/11] Compiling scrypt insecure_memzero.c
[4/11] Compiling scrypt sha256.c
[5/11] Compiling scrypt crypto_scrypt.c
[7/11] Compiling Base32 shim.swift
[8/11] Compiling Base32 Base16.swift
[9/11] Emitting module Base32
[10/11] Compiling Base32 StringExtension.swift
[11/11] Compiling Base32 Base32.swift
[12/20] Compiling CryptomatorCryptoLib MasterkeyFile.swift
[13/20] Compiling CryptomatorCryptoLib Cryptor.swift
[14/20] Compiling CryptomatorCryptoLib Masterkey.swift
[15/20] Compiling CryptomatorCryptoLib CryptoSupport.swift
[16/20] Compiling CryptomatorCryptoLib CryptoError.swift
[17/20] Compiling CryptomatorCryptoLib AesSiv.swift
[18/20] Compiling CryptomatorCryptoLib AesCtr.swift
[19/20] Emitting module CryptomatorCryptoLib
[20/20] Compiling CryptomatorCryptoLib ContentCryptor.swift
Build complete! (6.55s)
Build complete.
{
"dependencies" : [
{
"identity" : "base32",
"requirement" : {
"range" : [
{
"lower_bound" : "0.9.0",
"upper_bound" : "0.10.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/norio-nomura/Base32.git"
}
],
"manifest_display_name" : "CryptomatorCryptoLib",
"name" : "CryptomatorCryptoLib",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.15"
}
],
"products" : [
{
"name" : "CryptomatorCryptoLib",
"targets" : [
"CryptomatorCryptoLib"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "scrypt",
"module_type" : "ClangTarget",
"name" : "scrypt",
"path" : "Sources/scrypt",
"product_memberships" : [
"CryptomatorCryptoLib"
],
"sources" : [
"crypto_scrypt.c",
"insecure_memzero.c",
"sha256.c"
],
"type" : "library"
},
{
"c99name" : "CryptomatorCryptoLibTests",
"module_type" : "SwiftTarget",
"name" : "CryptomatorCryptoLibTests",
"path" : "Tests/CryptomatorCryptoLibTests",
"sources" : [
"AesCtrTests.swift",
"AesSivTests.swift",
"CryptoSupportMock.swift",
"CryptorTests.swift",
"CtrCryptorTests.swift",
"GcmCryptorTests.swift",
"MasterkeyFileTests.swift",
"MasterkeyTests.swift"
],
"target_dependencies" : [
"CryptomatorCryptoLib"
],
"type" : "test"
},
{
"c99name" : "CryptomatorCryptoLib",
"module_type" : "SwiftTarget",
"name" : "CryptomatorCryptoLib",
"path" : "Sources/CryptomatorCryptoLib",
"product_dependencies" : [
"Base32"
],
"product_memberships" : [
"CryptomatorCryptoLib"
],
"sources" : [
"AesCtr.swift",
"AesSiv.swift",
"ContentCryptor.swift",
"CryptoError.swift",
"CryptoSupport.swift",
"Cryptor.swift",
"Masterkey.swift",
"MasterkeyFile.swift"
],
"target_dependencies" : [
"scrypt"
],
"type" : "library"
}
],
"tools_version" : "5.1"
}
Done.