Build Information
Successful build of RedShot with Swift 5.9 for macOS (SPM).
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.2.0-Beta.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/builder/builds/TDmZkXJm/3/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
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.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
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
"dependencies": [
{
"identity": "redshot",
"name": "RedShot",
"url": "https://github.com/OperatorFoundation/Redshot.git",
"version": "unspecified",
"path": "/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Redshot",
"dependencies": [
{
"identity": "datable",
"name": "Datable",
"url": "https://github.com/OperatorFoundation/Datable.git",
"version": "3.1.5",
"path": "/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Datable",
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/OperatorFoundation/Redshot.git from cache
Fetched https://github.com/OperatorFoundation/Redshot.git (0.17s)
Fetching https://github.com/OperatorFoundation/Datable.git from cache
Fetched https://github.com/OperatorFoundation/Datable.git (0.18s)
Computing version for https://github.com/OperatorFoundation/Datable.git
Computed https://github.com/OperatorFoundation/Datable.git at 3.1.5 (0.01s)
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
warning: '.resolve-product-dependencies': dependency 'redshot' is not used by any target
Found 1 product dependencies
- Datable
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.9
Building package at path: $PWD/checkout
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[1/29] Compiling Datable MaybeIntable.swift
[2/29] Compiling Datable MaybeNetworkIntable.swift
[3/29] Compiling Datable NetworkDatable.swift
[4/29] Compiling Datable NetworkIntable.swift
[5/29] Compiling Datable Double+Stringable.swift
[6/29] Compiling Datable File.swift
[7/29] Compiling Datable Float+MaybeDatable.swift
[8/29] Compiling Datable Floatable.swift
[9/33] Compiling Datable Int+MaybeDatable.swift
[10/33] Compiling Datable Int+Stringable.swift
[11/33] Compiling Datable Intable.swift
[12/33] Compiling Datable MaybeDatable.swift
[13/33] Emitting module Datable
[14/33] Compiling Datable Arrayable.swift
[15/33] Compiling Datable CSVable.swift
[16/33] Compiling Datable Data+Arrayable.swift
[17/33] Compiling Datable Data+Datable.swift
[18/33] Compiling Datable String+Arrayable.swift
[19/33] Compiling Datable String+Datable.swift
[20/33] Compiling Datable String+Intable.swift
[21/33] Compiling Datable Stringable.swift
[22/33] Compiling Datable Data+ExpressibleByStringLiteral.swift
[23/33] Compiling Datable Data+Floatable.swift
[24/33] Compiling Datable Data+MaybeIntable.swift
[25/33] Compiling Datable Data+MaybeNetworkIntable.swift
[26/33] Compiling Datable Data+Stringable.swift
[27/33] Compiling Datable Datable.swift
[28/33] Compiling Datable DatableConfig.swift
[29/33] Compiling Datable Double+MaybeDatable.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/41] Compiling RedShot RedisSubscribe.swift
[35/41] Compiling RedShot ResponseParser.swift
/Users/builder/builds/TDmZkXJm/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)
^
[36/41] Compiling RedShot Constants.swift
[37/41] Compiling RedShot RedisType.swift
[38/41] Compiling RedShot RedisSocket.swift
[39/41] Emitting module RedShot
[40/41] Compiling RedShot Redis.swift
/Users/builder/builds/TDmZkXJm/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/TDmZkXJm/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/TDmZkXJm/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 {
^
[41/41] Compiling RedShot RedisCommands.swift
Build complete! (10.19s)
Build complete.
Done.