Build Information
Successful build of MessagePack with Swift 5.9 for macOS (SPM).
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.27.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/flight-school/messagepack.git
Reference: master
Initialized empty Git repository in /Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/flight-school/messagepack
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
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 master
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
"dependencies": [
{
"identity": "messagepack",
"name": "MessagePack",
"url": "https://github.com/flight-school/messagepack.git",
"version": "unspecified",
"path": "/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/messagepack",
"dependencies": [
]
}
]
}
Fetching https://github.com/flight-school/messagepack.git
[1/652] Fetching messagepack
Fetched https://github.com/flight-school/messagepack.git (0.30s)
Creating working copy for https://github.com/flight-school/messagepack.git
Working copy of https://github.com/flight-school/messagepack.git resolved at master
warning: '.resolve-product-dependencies': dependency 'messagepack' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.9
Building package at path: $PWD/checkout
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64
Building for debugging...
[1/11] Compiling MessagePack MessagePackEncoder.swift
[2/11] Compiling MessagePack KeyedEncodingContainer.swift
[3/11] Compiling MessagePack UnkeyedEncodingContainer.swift
[4/11] 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 {
^
[5/11] 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 {
^
[6/11] Compiling MessagePack KeyedDecodingContainer.swift
[7/11] Compiling MessagePack MessagePackDecoder.swift
[8/11] 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 {
^
[9/11] Compiling MessagePack SingleValueEncodingContainer.swift
[10/11] Compiling MessagePack SingleValueDecodingContainer.swift
[11/11] Compiling MessagePack UnkeyedDecodingContainer.swift
[12/12] Compiling MessagePack FixedWidthInteger+Bytes.swift
Build complete! (9.58s)
Build complete.
Done.