Build Information
Successful build of Pack with Swift 5.10 for macOS (SPM).
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.40.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mattcox/Pack.git
Reference: main
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/mattcox/Pack
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 570f73d Adds userInfo for providing context to pack/unpack
Cloned https://github.com/mattcox/Pack.git
Revision (git rev-parse @):
570f73d0d94aa90a6a2dbab7ed60878dad5f3fd1
SUCCESS checkout https://github.com/mattcox/Pack.git at main
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
"dependencies": [
{
"identity": "pack",
"name": "Pack",
"url": "https://github.com/mattcox/Pack.git",
"version": "unspecified",
"path": "/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Pack",
"dependencies": [
]
}
]
}
Fetching https://github.com/mattcox/Pack.git from cache
Fetched https://github.com/mattcox/Pack.git from cache (0.22s)
Creating working copy for https://github.com/mattcox/Pack.git
Working copy of https://github.com/mattcox/Pack.git resolved at main (570f73d)
warning: '.resolve-product-dependencies': dependency 'pack' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.10
Building package at path: $workDir
https://github.com/mattcox/Pack.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-6044DDE57671499D.txt
[3/24] Emitting module Pack
[4/26] Compiling Pack UInt64+Packed.swift
[5/26] Compiling Pack UInt8+Packed.swift
[6/26] Compiling Pack Int+Packed.swift
[7/26] Compiling Pack Int16+Packed.swift
[8/26] Compiling Pack Int32+Packed.swift
[9/26] Compiling Pack Int64+Packed.swift
[10/26] Compiling Pack Int8+Packed.swift
[11/26] Compiling Pack String+Packed.swift
[12/26] Compiling Pack UInt+Packed.swift
[13/26] Compiling Pack UInt16+Packed.swift
[14/26] Compiling Pack UInt32+Packed.swift
[15/26] Compiling Pack BinaryPack.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Pack/BinaryPack.swift:344:31: warning: forming 'UnsafeRawPointer' to a variable of type 'T'; this is likely incorrect because 'T' may contain an object reference.
let byteData = Data(bytes: &byte, count: MemoryLayout<UInt8>.size)
^
[16/26] Compiling Pack ByteOrder.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Pack/BinaryPack.swift:344:31: warning: forming 'UnsafeRawPointer' to a variable of type 'T'; this is likely incorrect because 'T' may contain an object reference.
let byteData = Data(bytes: &byte, count: MemoryLayout<UInt8>.size)
^
[17/26] Compiling Pack PackError.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Pack/BinaryPack.swift:344:31: warning: forming 'UnsafeRawPointer' to a variable of type 'T'; this is likely incorrect because 'T' may contain an object reference.
let byteData = Data(bytes: &byte, count: MemoryLayout<UInt8>.size)
^
[18/26] Compiling Pack Bool+Packed.swift
[19/26] Compiling Pack Double+Packed.swift
[20/26] Compiling Pack Float+Packed.swift
[21/26] Compiling Pack Packer.swift
[22/26] Compiling Pack Unpackable.swift
[23/26] Compiling Pack Unpacker.swift
[24/26] Compiling Pack PackUserInfoKey.swift
[25/26] Compiling Pack Packable.swift
[26/26] Compiling Pack Packed.swift
Build complete! (4.70s)
Build complete.
Done.