Build Information
Successful build of MessagePack 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/flight-school/messagepack.git
Reference: 1.2.4
Initialized empty Git repository in /Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/flight-school/messagepack
* tag 1.2.4 -> FETCH_HEAD
HEAD is now at bbc5ab6 Bump version to 1.2.4
Cloned https://github.com/flight-school/messagepack.git
Revision (git rev-parse @):
bbc5ab6362db234f2051e73e67296ebf5c3d2042
SUCCESS checkout https://github.com/flight-school/messagepack.git at 1.2.4
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.10
Building package at path: $workDir
https://github.com/flight-school/messagepack.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--423B1241ED78D482.txt
[3/13] Compiling MessagePack UnkeyedEncodingContainer.swift
[4/13] Emitting module MessagePack
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/MessagePack/AnyCodingKey.swift:25:9: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'AnyCodingKey' to 'Hashable' by implementing 'hash(into:)' instead
var hashValue: Int {
^
[5/14] Compiling MessagePack MessagePackEncoder.swift
[6/14] Compiling MessagePack KeyedEncodingContainer.swift
[7/14] Compiling MessagePack AnyCodingKey.swift
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/MessagePack/AnyCodingKey.swift:25:9: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'AnyCodingKey' to 'Hashable' by implementing 'hash(into:)' instead
var hashValue: Int {
^
[8/14] Compiling MessagePack Box.swift
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/MessagePack/AnyCodingKey.swift:25:9: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'AnyCodingKey' to 'Hashable' by implementing 'hash(into:)' instead
var hashValue: Int {
^
[9/14] Compiling MessagePack SingleValueDecodingContainer.swift
[10/14] Compiling MessagePack UnkeyedDecodingContainer.swift
[11/14] Compiling MessagePack KeyedDecodingContainer.swift
[12/14] Compiling MessagePack MessagePackDecoder.swift
[13/14] Compiling MessagePack SingleValueEncodingContainer.swift
[14/14] Compiling MessagePack FixedWidthInteger+Bytes.swift
Build complete! (3.76s)
Build complete.
Done.