Build Information
Successful build of WhiteboxCryptography, reference develop (63f1c5
), with Swift 5.9 for macOS (SPM) on 17 Dec 2024 01:41:05 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.59.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/DrDijkstra/WhiteboxCryptography.git
Reference: develop
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/DrDijkstra/WhiteboxCryptography
* branch develop -> FETCH_HEAD
* [new branch] develop -> origin/develop
HEAD is now at 63f1c55 wallet app updated
Cloned https://github.com/DrDijkstra/WhiteboxCryptography.git
Revision (git rev-parse @):
63f1c5539efba9c2aea3d0e437ab3f99a5c704d9
SUCCESS checkout https://github.com/DrDijkstra/WhiteboxCryptography.git at develop
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.9
Building package at path: $PWD
https://github.com/DrDijkstra/WhiteboxCryptography.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/1] Copying Sbox_InvSbox_Rcon.txt
[2/17] Compiling WhiteboxCryptography MemoryScrambler.swift
[3/18] Compiling WhiteboxCryptography CryptoKeySize.swift
[4/18] Compiling WhiteboxCryptography CryptographicError.swift
[5/18] Compiling WhiteboxCryptography CryptographicServiceImpl.swift
[6/18] Compiling WhiteboxCryptography AESKeySize.swift
[7/18] Emitting module WhiteboxCryptography
[8/18] Compiling WhiteboxCryptography AESMode.swift
[9/18] Compiling WhiteboxCryptography CryptoAlgorithm.swift
[10/18] Compiling WhiteboxCryptography WhiteboxCryptographySDK.swift
[11/18] Compiling WhiteboxCryptography AESServiceImpl.swift
[12/18] Compiling WhiteboxCryptography CryptographicService.swift
[13/18] Compiling WhiteboxCryptography AESCore.swift
[14/18] Compiling WhiteboxCryptography AESService.swift
[15/18] Compiling WhiteboxCryptography Array+Extension.swift
[16/18] Compiling WhiteboxCryptography Data+Extension.swift
[17/18] Compiling WhiteboxCryptography MemoryScramblerImpl.swift
[18/18] Compiling WhiteboxCryptography resource_bundle_accessor.swift
Build complete! (8.29s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "WhiteboxCryptography",
"name" : "WhiteboxCryptography",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.15"
}
],
"products" : [
{
"name" : "WhiteboxCryptography",
"targets" : [
"WhiteboxCryptography"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "WhiteboxCryptographyTests",
"module_type" : "SwiftTarget",
"name" : "WhiteboxCryptographyTests",
"path" : "Tests/WhiteboxCryptographyTests",
"sources" : [
"AESCoreTests.swift",
"AESServiceTests.swift",
"CryptoGraphicServiceTest.swift",
"MemoryScramblerTest.swift",
"WhiteboxCryptographySDKTests.swift"
],
"target_dependencies" : [
"WhiteboxCryptography"
],
"type" : "test"
},
{
"c99name" : "WhiteboxCryptography",
"module_type" : "SwiftTarget",
"name" : "WhiteboxCryptography",
"path" : "Sources/WhiteboxCryptography",
"product_memberships" : [
"WhiteboxCryptography"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/WhiteboxCryptography/Resources/Sbox_InvSbox_Rcon.txt",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"AES/AESCore.swift",
"AES/AESService.swift",
"AES/AESServiceImpl.swift",
"Crypt/CryptographicService.swift",
"Crypt/CryptographicServiceImpl.swift",
"Enum/AESKeySize.swift",
"Enum/AESMode.swift",
"Enum/CryptoAlgorithm.swift",
"Enum/CryptoKeySize.swift",
"Error/CryptographicError.swift",
"Ext/Array+Extension.swift",
"Ext/Data+Extension.swift",
"Scrumbler/MemoryScrambler.swift",
"Scrumbler/MemoryScramblerImpl.swift",
"WhiteboxCryptographySDK.swift"
],
"type" : "library"
}
],
"tools_version" : "5.5"
}
Done.