Build Information
Successful build of Auburn, reference 0.6.2 (b2747e), with Swift 6.2 for macOS (SPM) on 18 Jun 2025 19:33:34 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/OperatorFoundation/Auburn.git
Reference: 0.6.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/OperatorFoundation/Auburn
* tag 0.6.2 -> FETCH_HEAD
HEAD is now at b2747eb Delete Package.resolved
Cloned https://github.com/OperatorFoundation/Auburn.git
Revision (git rev-parse @):
b2747ebe6a8e5ee60962c87c2eef1112e96151f9
SUCCESS checkout https://github.com/OperatorFoundation/Auburn.git at 0.6.2
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/OperatorFoundation/Auburn.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-1EA4D86E10B52AF.txt
[5/34] Compiling Datable Double+MaybeDatable.swift
[6/34] Compiling Datable Double+Stringable.swift
[7/34] Compiling Datable File.swift
[8/37] Compiling Datable Arrayable.swift
[9/37] Compiling Datable CSVable.swift
[10/37] Compiling Datable Data+Arrayable.swift
[11/37] Compiling Datable Data+Datable.swift
[12/37] Emitting module Datable
[13/37] Compiling Datable MaybeIntable.swift
[14/37] Compiling Datable MaybeNetworkIntable.swift
[15/37] Compiling Datable NetworkDatable.swift
[16/37] Compiling Datable String+Intable.swift
[17/37] Compiling Datable Stringable.swift
[18/37] Compiling Datable StringableArray+CSVable.swift
[19/37] Compiling Datable Data+ExpressibleByStringLiteral.swift
[20/37] Compiling Datable Data+Floatable.swift
[21/37] Compiling Datable Data+MaybeIntable.swift
[22/37] Compiling Datable Data+MaybeNetworkIntable.swift
[23/37] Compiling Datable Data+Stringable.swift
[24/37] Compiling Datable Datable.swift
[25/37] Compiling Datable DatableConfig.swift
[26/37] Compiling Datable Int+Stringable.swift
[27/37] Compiling Datable Intable.swift
[28/37] Compiling Datable MaybeDatable.swift
[29/37] Compiling Datable Float+MaybeDatable.swift
[30/37] Compiling Datable Floatable.swift
[31/37] Compiling Datable Int+MaybeDatable.swift
[32/37] Compiling Datable NetworkIntable.swift
[33/37] Compiling Datable String+Arrayable.swift
[34/37] Compiling Datable String+Datable.swift
[35/37] Compiling Datable UInt+Datable.swift
[36/37] Compiling Datable UInt+MaybeNetworkDatable.swift
[37/37] Compiling Datable UInt+Stringable.swift
[38/45] Compiling RedShot RedisType.swift
[39/45] Compiling RedShot RedisSubscribe.swift
[40/45] Compiling RedShot ResponseParser.swift
[41/45] Compiling RedShot RedisSocket.swift
[42/45] Compiling RedShot Constants.swift
[43/45] Compiling RedShot Redis.swift
[44/45] Emitting module RedShot
[45/45] Compiling RedShot RedisCommands.swift
[46/55] Compiling Auburn RString.swift
[47/55] Compiling Auburn RSortedSet.swift
[48/55] Compiling Auburn RMap.swift
/Users/admin/builder/spi-builder-workspace/Sources/Auburn/RMap.swift:125:86: warning: 'withUnsafeBytes' is deprecated: use `withUnsafeBytes<R>(_: (UnsafeRawBufferPointer) throws -> R) rethrows -> R` instead [#DeprecatedDeclaration]
123 | {
124 | case let dataResult as Data:
125 | let dataToFLoat = Float(bitPattern: UInt32(bigEndian: dataResult.withUnsafeBytes { $0.pointee } ))
| `- warning: 'withUnsafeBytes' is deprecated: use `withUnsafeBytes<R>(_: (UnsafeRawBufferPointer) throws -> R) rethrows -> R` instead [#DeprecatedDeclaration]
126 | return dataToFLoat as? V
127 | case let stringResult as String:
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[49/55] Compiling Auburn RInt.swift
[50/55] Compiling Auburn RSet.swift
[51/55] Compiling Auburn RFloat.swift
[52/55] Compiling Auburn RBase.swift
[53/55] Compiling Auburn Auburn.swift
[54/55] Emitting module Auburn
[55/55] Compiling Auburn RList.swift
Build complete! (11.21s)
Fetching https://github.com/OperatorFoundation/Redshot.git
[6/555] Fetching redshot
Fetched https://github.com/OperatorFoundation/Redshot.git from cache (0.70s)
Computing version for https://github.com/OperatorFoundation/Redshot.git
Computed https://github.com/OperatorFoundation/Redshot.git at 0.8.5 (1.21s)
Fetching https://github.com/OperatorFoundation/Datable.git
[1/399] Fetching datable
Fetched https://github.com/OperatorFoundation/Datable.git from cache (0.77s)
Computing version for https://github.com/OperatorFoundation/Datable.git
Computed https://github.com/OperatorFoundation/Datable.git at 3.1.5 (1.27s)
Creating working copy for https://github.com/OperatorFoundation/Datable.git
Working copy of https://github.com/OperatorFoundation/Datable.git resolved at 3.1.5
Creating working copy for https://github.com/OperatorFoundation/Redshot.git
Working copy of https://github.com/OperatorFoundation/Redshot.git resolved at 0.8.5
Build complete.
{
"dependencies" : [
{
"identity" : "redshot",
"requirement" : {
"range" : [
{
"lower_bound" : "0.8.4",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/OperatorFoundation/Redshot.git"
}
],
"manifest_display_name" : "Auburn",
"name" : "Auburn",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
}
],
"products" : [
{
"name" : "Auburn",
"targets" : [
"Auburn"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "AuburnTests",
"module_type" : "SwiftTarget",
"name" : "AuburnTests",
"path" : "Tests/AuburnTests",
"product_dependencies" : [
"RedShot"
],
"sources" : [
"AuburnTests.swift"
],
"target_dependencies" : [
"Auburn"
],
"type" : "test"
},
{
"c99name" : "Auburn",
"module_type" : "SwiftTarget",
"name" : "Auburn",
"path" : "Sources/Auburn",
"product_dependencies" : [
"RedShot"
],
"product_memberships" : [
"Auburn"
],
"sources" : [
"Auburn.swift",
"RBase.swift",
"RFloat.swift",
"RInt.swift",
"RList.swift",
"RMap.swift",
"RSet.swift",
"RSortedSet.swift",
"RString.swift"
],
"type" : "library"
}
],
"tools_version" : "5.1"
}
Done.