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: master
Initialized empty Git repository in /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/OperatorFoundation/Redshot
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
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 master
========================================
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 Arrayable.swift
[3/33] Compiling Datable CSVable.swift
[4/33] Compiling Datable Data+Arrayable.swift
[5/33] Compiling Datable Data+Datable.swift
[6/33] Compiling Datable Data+ExpressibleByStringLiteral.swift
[7/33] Compiling Datable Data+Floatable.swift
[8/33] Compiling Datable Data+MaybeIntable.swift
[9/33] Compiling Datable Data+MaybeNetworkIntable.swift
[10/33] Compiling Datable Int+MaybeDatable.swift
[11/33] Compiling Datable Int+Stringable.swift
[12/33] Compiling Datable Intable.swift
[13/33] Compiling Datable MaybeDatable.swift
[14/33] Compiling Datable MaybeIntable.swift
[15/33] Compiling Datable MaybeNetworkIntable.swift
[16/33] Compiling Datable NetworkDatable.swift
[17/33] Compiling Datable NetworkIntable.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] Emitting module RedShot
[35/40] Compiling RedShot Constants.swift
/Users/admin/builds/vMd7uqzK/1/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/1/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/1/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 {
                                     ^
[36/40] Compiling RedShot Redis.swift
/Users/admin/builds/vMd7uqzK/1/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/1/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/1/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 {
                                     ^
[37/40] Compiling RedShot RedisCommands.swift
[38/40] Compiling RedShot RedisSocket.swift
[39/40] Compiling RedShot RedisSubscribe.swift
[40/40] Compiling RedShot RedisType.swift
[41/41] Compiling RedShot ResponseParser.swift
/Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/RedShot/ResponseParser.swift:74:20: warning: 'init(bytes:)' is deprecated: use `init(_:)` instead
            return Data(bytes: buffer)
                   ^
Build complete! (15.99s)
Fetching https://github.com/OperatorFoundation/Datable.git from cache
Fetched https://github.com/OperatorFoundation/Datable.git (0.19s)
Computing version for https://github.com/OperatorFoundation/Datable.git
Computed https://github.com/OperatorFoundation/Datable.git at 3.1.5 (0.81s)
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.