Build Information
Successful build of RedShot 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/Redshot.git
Reference: master
Initialized empty Git repository in /Users/builder/builds/UKfvDsi8u/3/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.10
Building package at path: $workDir
https://github.com/OperatorFoundation/Redshot.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version--423B1241ED78D482.txt
[4/32] Compiling Datable String+Arrayable.swift
[5/32] Compiling Datable String+Datable.swift
[6/32] Compiling Datable String+Intable.swift
[7/32] Compiling Datable Stringable.swift
[8/32] Compiling Datable MaybeIntable.swift
[9/32] Compiling Datable MaybeNetworkIntable.swift
[10/32] Compiling Datable NetworkDatable.swift
[11/32] Compiling Datable NetworkIntable.swift
[12/32] Compiling Datable Int+MaybeDatable.swift
[13/32] Compiling Datable Int+Stringable.swift
[14/32] Compiling Datable Intable.swift
[15/32] Compiling Datable MaybeDatable.swift
[16/32] Emitting module Datable
[17/32] Compiling Datable Data+Stringable.swift
[18/32] Compiling Datable Datable.swift
[19/32] Compiling Datable DatableConfig.swift
[20/32] Compiling Datable Double+MaybeDatable.swift
[21/32] Compiling Datable Data+ExpressibleByStringLiteral.swift
[22/32] Compiling Datable Data+Floatable.swift
[23/32] Compiling Datable Data+MaybeIntable.swift
[24/32] Compiling Datable Data+MaybeNetworkIntable.swift
[25/36] Compiling Datable Arrayable.swift
[26/36] Compiling Datable CSVable.swift
[27/36] Compiling Datable Data+Arrayable.swift
[28/36] Compiling Datable Data+Datable.swift
[29/36] Compiling Datable Double+Stringable.swift
[30/36] Compiling Datable File.swift
[31/36] Compiling Datable Float+MaybeDatable.swift
[32/36] Compiling Datable Floatable.swift
[33/36] Compiling Datable StringableArray+CSVable.swift
[34/36] Compiling Datable UInt+Datable.swift
[35/36] Compiling Datable UInt+MaybeNetworkDatable.swift
[36/36] Compiling Datable UInt+Stringable.swift
[37/44] Compiling RedShot RedisSubscribe.swift
[38/44] Compiling RedShot RedisSocket.swift
[39/44] Compiling RedShot RedisType.swift
[40/44] Compiling RedShot ResponseParser.swift
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/RedShot/ResponseParser.swift:74:20: warning: 'init(bytes:)' is deprecated: use `init(_:)` instead
return Data(bytes: buffer)
^
[41/44] Compiling RedShot Constants.swift
[42/44] Compiling RedShot Redis.swift
/Users/builder/builds/UKfvDsi8u/3/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/builder/builds/UKfvDsi8u/3/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/builder/builds/UKfvDsi8u/3/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 {
^
[43/44] Compiling RedShot RedisCommands.swift
[44/44] Emitting module RedShot
Build complete! (13.38s)
Fetching https://github.com/OperatorFoundation/Datable.git from cache
Fetched https://github.com/OperatorFoundation/Datable.git from cache (0.17s)
Computing version for https://github.com/OperatorFoundation/Datable.git
Computed https://github.com/OperatorFoundation/Datable.git at 3.1.5 (0.31s)
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.