Build Information
Successful build of CryptomatorCryptoLib, reference 1.1.0 (6e5dbe), with Swift 6.3 for macOS (SPM) on 13 Apr 2026 20:11:00 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/cryptomator/cryptolib-swift.git
Reference: 1.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/cryptomator/cryptolib-swift
* tag 1.1.0 -> FETCH_HEAD
HEAD is now at 6e5dbea Merge branch 'release/1.1.0'
Cloned https://github.com/cryptomator/cryptolib-swift.git
Revision (git rev-parse @):
6e5dbea6e05742ad82a074bf7ee8c3305d92fbae
SUCCESS checkout https://github.com/cryptomator/cryptolib-swift.git at 1.1.0
Fetching https://github.com/norio-nomura/Base32.git
[1/1168] Fetching base32
Fetched https://github.com/norio-nomura/Base32.git from cache (0.76s)
Computing version for https://github.com/norio-nomura/Base32.git
Computed https://github.com/norio-nomura/Base32.git at 0.9.0 (3.09s)
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",
"traits": [
"default"
],
"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",
"traits": [
"default"
],
"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",
"traits": [
"default"
],
"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.85s)
Fetching https://github.com/norio-nomura/Base32.git from cache
Fetched https://github.com/norio-nomura/Base32.git from cache (0.42s)
Computing version for https://github.com/norio-nomura/Base32.git
Computed https://github.com/norio-nomura/Base32.git at 0.9.0 (0.48s)
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 1.1.0 (6e5dbea)
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.3
Building package at path: $PWD
https://github.com/cryptomator/cryptolib-swift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/6] Write sources
[2/6] Write swift-version--6988338F2F200930.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 StringExtension.swift
[8/11] Compiling Base32 Base16.swift
[9/11] Compiling Base32 Base32.swift
[10/11] Compiling Base32 shim.swift
[11/11] Emitting module Base32
[12/20] Compiling CryptomatorCryptoLib MasterkeyFile.swift
[13/20] Compiling CryptomatorCryptoLib Masterkey.swift
[14/20] Compiling CryptomatorCryptoLib CryptoSupport.swift
[15/20] Compiling CryptomatorCryptoLib Cryptor.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.93s)
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.