The Swift Package Index logo.Swift Package Index

Build Information

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

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.29.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/builds/J1XnyXFH/0/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
Revision (git rev-parse @):
b2747ebe6a8e5ee60962c87c2eef1112e96151f9
SUCCESS checkout https://github.com/OperatorFoundation/Auburn.git at 0.6.2
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $workDir
https://github.com/OperatorFoundation/Auburn.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version--423B1241ED78D482.txt
[5/33] Compiling Datable String+Arrayable.swift
[6/33] Compiling Datable String+Datable.swift
[7/33] Compiling Datable String+Intable.swift
[8/33] Compiling Datable Stringable.swift
[9/37] Compiling Datable Int+MaybeDatable.swift
[10/37] Compiling Datable Int+Stringable.swift
[11/37] Compiling Datable Intable.swift
[12/37] Compiling Datable MaybeDatable.swift
[13/37] Compiling Datable Double+Stringable.swift
[14/37] Compiling Datable File.swift
[15/37] Compiling Datable Float+MaybeDatable.swift
[16/37] Compiling Datable Floatable.swift
[17/37] Compiling Datable Data+ExpressibleByStringLiteral.swift
[18/37] Compiling Datable Data+Floatable.swift
[19/37] Compiling Datable Data+MaybeIntable.swift
[20/37] Compiling Datable Data+MaybeNetworkIntable.swift
[21/37] Compiling Datable MaybeIntable.swift
[22/37] Compiling Datable MaybeNetworkIntable.swift
[23/37] Compiling Datable NetworkDatable.swift
[24/37] Compiling Datable NetworkIntable.swift
[25/37] Compiling Datable Arrayable.swift
[26/37] Compiling Datable CSVable.swift
[27/37] Compiling Datable Data+Arrayable.swift
[28/37] Compiling Datable Data+Datable.swift
[29/37] Emitting module Datable
[30/37] Compiling Datable Data+Stringable.swift
[31/37] Compiling Datable Datable.swift
[32/37] Compiling Datable DatableConfig.swift
[33/37] Compiling Datable Double+MaybeDatable.swift
[34/37] Compiling Datable StringableArray+CSVable.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 RedisSocket.swift
[40/45] Compiling RedShot RedisSubscribe.swift
[41/45] Compiling RedShot ResponseParser.swift
[42/45] Compiling RedShot Constants.swift
[43/45] Emitting module RedShot
[44/45] Compiling RedShot RedisCommands.swift
[45/45] Compiling RedShot Redis.swift
[46/54] Emitting module Auburn
[47/55] Compiling Auburn RString.swift
[48/55] Compiling Auburn RMap.swift
/Users/admin/builds/J1XnyXFH/0/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 } ))
                                                                                     ^
[49/55] Compiling Auburn RSet.swift
[50/55] Compiling Auburn RList.swift
[51/55] Compiling Auburn RInt.swift
[52/55] Compiling Auburn RFloat.swift
[53/55] Compiling Auburn RSortedSet.swift
[54/55] Compiling Auburn Auburn.swift
[55/55] Compiling Auburn RBase.swift
Build complete! (16.00s)
Fetching https://github.com/OperatorFoundation/Redshot.git from cache
Fetched https://github.com/OperatorFoundation/Redshot.git from cache (0.24s)
Computing version for https://github.com/OperatorFoundation/Redshot.git
Computed https://github.com/OperatorFoundation/Redshot.git at 0.8.5 (0.56s)
Fetching https://github.com/OperatorFoundation/Datable.git from cache
Fetched https://github.com/OperatorFoundation/Datable.git from cache (0.20s)
Computing version for https://github.com/OperatorFoundation/Datable.git
Computed https://github.com/OperatorFoundation/Datable.git at 3.1.5 (0.64s)
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.
Done.