The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

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: master
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/OperatorFoundation/Auburn
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 8ffb1c4 Create LICENSE
Cloned https://github.com/OperatorFoundation/Auburn.git
Revision (git rev-parse @):
8ffb1c4f3f969fea6410c39512e5e530dcdef18b
SUCCESS checkout https://github.com/OperatorFoundation/Auburn.git at master
========================================
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 Double+Stringable.swift
[6/33] Compiling Datable File.swift
[7/33] Compiling Datable Float+MaybeDatable.swift
[8/33] Compiling Datable Floatable.swift
[9/33] Compiling Datable Arrayable.swift
[10/33] Compiling Datable CSVable.swift
[11/33] Compiling Datable Data+Arrayable.swift
[12/33] Compiling Datable Data+Datable.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] Compiling Datable MaybeIntable.swift
[18/33] Compiling Datable MaybeNetworkIntable.swift
[19/33] Compiling Datable NetworkDatable.swift
[20/33] Compiling Datable NetworkIntable.swift
[21/33] Compiling Datable Int+MaybeDatable.swift
[22/33] Compiling Datable Int+Stringable.swift
[23/33] Compiling Datable Intable.swift
[24/33] Compiling Datable MaybeDatable.swift
[25/33] Compiling Datable String+Arrayable.swift
[26/33] Compiling Datable String+Datable.swift
[27/33] Compiling Datable String+Intable.swift
[28/33] Compiling Datable Stringable.swift
[29/33] Emitting module Datable
[30/33] Compiling Datable Data+ExpressibleByStringLiteral.swift
[31/33] Compiling Datable Data+Floatable.swift
[32/33] Compiling Datable Data+MaybeIntable.swift
[33/33] Compiling Datable Data+MaybeNetworkIntable.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] Emitting module RedShot
[40/45] Compiling RedShot ResponseParser.swift
[41/45] Compiling RedShot RedisSubscribe.swift
[42/45] Compiling RedShot Constants.swift
[43/45] Compiling RedShot Redis.swift
[44/45] Compiling RedShot RedisCommands.swift
[45/45] Compiling RedShot RedisSocket.swift
[46/54] Compiling Auburn RSet.swift
[47/54] Compiling Auburn RInt.swift
[48/55] Compiling Auburn RMap.swift
/Users/builder/builds/TDmZkXJm/2/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 Auburn.swift
[50/55] Compiling Auburn RBase.swift
[51/55] Compiling Auburn RSortedSet.swift
[52/55] Compiling Auburn RFloat.swift
[53/55] Compiling Auburn RList.swift
[54/55] Emitting module Auburn
[55/55] Compiling Auburn RString.swift
Build complete! (18.01s)
Fetching https://github.com/OperatorFoundation/Redshot.git
[1/555] Fetching redshot
Fetched https://github.com/OperatorFoundation/Redshot.git from cache (0.49s)
Computing version for https://github.com/OperatorFoundation/Redshot.git
Computed https://github.com/OperatorFoundation/Redshot.git at 0.8.5 (0.62s)
Fetching https://github.com/OperatorFoundation/Datable.git from cache
Fetched https://github.com/OperatorFoundation/Datable.git from cache (0.16s)
Computing version for https://github.com/OperatorFoundation/Datable.git
Computed https://github.com/OperatorFoundation/Datable.git at 3.1.5 (0.48s)
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
Build complete.
Done.