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 RedShot with Swift 5.8 for macOS (SPM).

Build Command

env DEVELOPER_DIR=/Applications/Xcode-14.3.1.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.28.5
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/OperatorFoundation/Redshot.git
Reference: 0.8.5
Initialized empty Git repository in /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/OperatorFoundation/Redshot
 * tag               0.8.5      -> FETCH_HEAD
HEAD is now at d610adb Merge branch 'master' of https://github.com/OperatorFoundation/Redshot
Cloned https://github.com/OperatorFoundation/Redshot.git
Revision (git rev-parse @):
d610adbedaa5273f7cd8c928816e4e8c3edc01af
SUCCESS checkout https://github.com/OperatorFoundation/Redshot.git at 0.8.5
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.8
Building package at path:  $PWD/checkout
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-14.3.1.app xcrun swift build --arch arm64
Building for debugging...
[1/25] Emitting module Datable
[2/33] Compiling Datable Int+MaybeDatable.swift
[3/33] Compiling Datable Int+Stringable.swift
[4/33] Compiling Datable Intable.swift
[5/33] Compiling Datable MaybeDatable.swift
[6/33] Compiling Datable MaybeIntable.swift
[7/33] Compiling Datable MaybeNetworkIntable.swift
[8/33] Compiling Datable NetworkDatable.swift
[9/33] Compiling Datable NetworkIntable.swift
[10/33] Compiling Datable Arrayable.swift
[11/33] Compiling Datable CSVable.swift
[12/33] Compiling Datable Data+Arrayable.swift
[13/33] Compiling Datable Data+Datable.swift
[14/33] Compiling Datable Data+ExpressibleByStringLiteral.swift
[15/33] Compiling Datable Data+Floatable.swift
[16/33] Compiling Datable Data+MaybeIntable.swift
[17/33] Compiling Datable Data+MaybeNetworkIntable.swift
[18/33] Compiling Datable Data+Stringable.swift
[19/33] Compiling Datable Datable.swift
[20/33] Compiling Datable DatableConfig.swift
[21/33] Compiling Datable Double+MaybeDatable.swift
[22/33] Compiling Datable Double+Stringable.swift
[23/33] Compiling Datable File.swift
[24/33] Compiling Datable Float+MaybeDatable.swift
[25/33] Compiling Datable Floatable.swift
[26/33] Compiling Datable String+Arrayable.swift
[27/33] Compiling Datable String+Datable.swift
[28/33] Compiling Datable String+Intable.swift
[29/33] Compiling Datable Stringable.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/40] Compiling RedShot RedisSubscribe.swift
[35/40] Compiling RedShot RedisType.swift
[36/41] Compiling RedShot ResponseParser.swift
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/RedShot/ResponseParser.swift:74:20: warning: 'init(bytes:)' is deprecated: use `init(_:)` instead
            return Data(bytes: buffer)
                   ^
[37/41] Compiling RedShot Constants.swift
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/RedShot/Redis.swift:88:34: warning: 'withUnsafeBytes' is deprecated: use `withUnsafeBytes<R>(_: (UnsafeRawBufferPointer) throws -> R) rethrows -> R` instead
            let bytes = copyData.withUnsafeBytes {
                                 ^
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/RedShot/Redis.swift:160:30: warning: 'withUnsafeBytes' is deprecated: use `withUnsafeBytes<R>(_: (UnsafeRawBufferPointer) throws -> R) rethrows -> R` instead
            let bytes = data.withUnsafeBytes {
                             ^
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/RedShot/Redis.swift:183:38: warning: 'withUnsafeBytes' is deprecated: use `withUnsafeBytes<R>(_: (UnsafeRawBufferPointer) throws -> R) rethrows -> R` instead
                    let bytes = data.withUnsafeBytes {
                                     ^
[38/41] Compiling RedShot Redis.swift
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/RedShot/Redis.swift:88:34: warning: 'withUnsafeBytes' is deprecated: use `withUnsafeBytes<R>(_: (UnsafeRawBufferPointer) throws -> R) rethrows -> R` instead
            let bytes = copyData.withUnsafeBytes {
                                 ^
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/RedShot/Redis.swift:160:30: warning: 'withUnsafeBytes' is deprecated: use `withUnsafeBytes<R>(_: (UnsafeRawBufferPointer) throws -> R) rethrows -> R` instead
            let bytes = data.withUnsafeBytes {
                             ^
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/RedShot/Redis.swift:183:38: warning: 'withUnsafeBytes' is deprecated: use `withUnsafeBytes<R>(_: (UnsafeRawBufferPointer) throws -> R) rethrows -> R` instead
                    let bytes = data.withUnsafeBytes {
                                     ^
[39/41] Emitting module RedShot
[40/41] Compiling RedShot RedisCommands.swift
[41/41] Compiling RedShot RedisSocket.swift
Build complete! (13.19s)
Fetching https://github.com/OperatorFoundation/Datable.git from cache
Fetched https://github.com/OperatorFoundation/Datable.git (0.29s)
Computing version for https://github.com/OperatorFoundation/Datable.git
Computed https://github.com/OperatorFoundation/Datable.git at 3.1.5 (0.58s)
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.