The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Auburn with Swift 5.9 for macOS (SPM).

Build Command

env DEVELOPER_DIR="/Applications/Xcode-15.0.0-Beta.2.app" xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.22.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/OperatorFoundation/Auburn.git
Reference: 0.6.2
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-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 into spi-builder-workspace
b2747ebe6a8e5ee60962c87c2eef1112e96151f9
SUCCESS checkout https://github.com/OperatorFoundation/Auburn.git at 0.6.2
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  spi-builder-workspace
Running build ...
env DEVELOPER_DIR="/Applications/Xcode-15.0.0-Beta.2.app" xcrun swift build --arch arm64
Fetching https://github.com/OperatorFoundation/Redshot.git from cache
Fetched https://github.com/OperatorFoundation/Redshot.git (0.20s)
Computing version for https://github.com/OperatorFoundation/Redshot.git
Computed https://github.com/OperatorFoundation/Redshot.git at 0.8.5 (0.39s)
Fetching https://github.com/OperatorFoundation/Datable.git from cache
Fetched https://github.com/OperatorFoundation/Datable.git (0.20s)
Computing version for https://github.com/OperatorFoundation/Datable.git
Computed https://github.com/OperatorFoundation/Datable.git at 3.1.5 (0.52s)
Creating working copy for https://github.com/OperatorFoundation/Redshot.git
Working copy of https://github.com/OperatorFoundation/Redshot.git resolved at 0.8.5
Creating working copy for https://github.com/OperatorFoundation/Datable.git
Working copy of https://github.com/OperatorFoundation/Datable.git resolved at 3.1.5
Building for debugging...
[1/29] Compiling Datable Arrayable.swift
[2/29] Compiling Datable CSVable.swift
[3/29] Compiling Datable Data+Arrayable.swift
[4/29] Compiling Datable Data+Datable.swift
[5/29] Compiling Datable Int+MaybeDatable.swift
[6/29] Compiling Datable Int+Stringable.swift
[7/29] Compiling Datable Intable.swift
[8/29] Compiling Datable MaybeDatable.swift
[9/33] Compiling Datable Double+Stringable.swift
[10/33] Compiling Datable File.swift
[11/33] Compiling Datable Float+MaybeDatable.swift
[12/33] Compiling Datable Floatable.swift
[13/33] Compiling Datable Data+Stringable.swift
[14/33] Compiling Datable Datable.swift
[15/33] Compiling Datable DatableConfig.swift
[16/33] Compiling Datable Double+MaybeDatable.swift
[17/33] Emitting module Datable
[18/33] Compiling Datable String+Arrayable.swift
[19/33] Compiling Datable String+Datable.swift
[20/33] Compiling Datable String+Intable.swift
[21/33] Compiling Datable Stringable.swift
[22/33] Compiling Datable Data+ExpressibleByStringLiteral.swift
[23/33] Compiling Datable Data+Floatable.swift
[24/33] Compiling Datable Data+MaybeIntable.swift
[25/33] Compiling Datable Data+MaybeNetworkIntable.swift
[26/33] Compiling Datable MaybeIntable.swift
[27/33] Compiling Datable MaybeNetworkIntable.swift
[28/33] Compiling Datable NetworkDatable.swift
[29/33] Compiling Datable NetworkIntable.swift
[30/33] Compiling Datable StringableArray+CSVable.swift
[31/33] Compiling Datable UInt+Datable.swift
[32/33] Compiling Datable UInt+MaybeNetworkDatable.swift
[33/33] Compiling Datable UInt+Stringable.swift
[34/41] Compiling RedShot RedisSubscribe.swift
[35/41] Compiling RedShot RedisSocket.swift
[36/41] Compiling RedShot ResponseParser.swift
[37/41] Compiling RedShot RedisType.swift
[38/41] Compiling RedShot Redis.swift
[39/41] Compiling RedShot RedisCommands.swift
[40/41] Emitting module RedShot
[41/41] Compiling RedShot Constants.swift
[42/50] Compiling Auburn RMap.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Auburn/RMap.swift:125:86: warning: 'withUnsafeBytes' is deprecated: use `withUnsafeBytes<R>(_: (UnsafeRawBufferPointer) throws -> R) rethrows -> R` instead
                    let dataToFLoat = Float(bitPattern: UInt32(bigEndian: dataResult.withUnsafeBytes { $0.pointee } ))
                                                                                     ^
[43/51] Compiling Auburn RSet.swift
[44/51] Compiling Auburn Auburn.swift
[45/51] Compiling Auburn RBase.swift
[46/51] Compiling Auburn RList.swift
[47/51] Compiling Auburn RInt.swift
[48/51] Compiling Auburn RFloat.swift
[49/51] Compiling Auburn RSortedSet.swift
[50/51] Emitting module Auburn
[51/51] Compiling Auburn RString.swift
Build complete! (12.70s)
Build complete.
Done.