Build Information
Successful build of ByteArrayCodable 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/kennethlaskoski/ByteArrayCodable.git
Reference: main
Initialized empty Git repository in /Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/kennethlaskoski/ByteArrayCodable
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 048ecf8 Added ByteArrayEncoder public init
Cloned https://github.com/kennethlaskoski/ByteArrayCodable.git
Revision (git rev-parse @):
048ecf819fb83802769abcce80c478b4bda552f0
SUCCESS checkout https://github.com/kennethlaskoski/ByteArrayCodable.git at main
========================================
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": "bytearraycodable",
"name": "ByteArrayCodable",
"url": "https://github.com/kennethlaskoski/ByteArrayCodable.git",
"version": "unspecified",
"path": "/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/ByteArrayCodable",
"dependencies": [
]
}
]
}
Fetching https://github.com/kennethlaskoski/ByteArrayCodable.git
[1/233] Fetching bytearraycodable
Fetched https://github.com/kennethlaskoski/ByteArrayCodable.git (0.36s)
Creating working copy for https://github.com/kennethlaskoski/ByteArrayCodable.git
Working copy of https://github.com/kennethlaskoski/ByteArrayCodable.git resolved at main
warning: '.resolve-product-dependencies': dependency 'bytearraycodable' 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/7] Compiling ByteArrayCodable SingleValueEncodingContainer.swift
[2/7] Compiling ByteArrayCodable SingleValueDecodingContainer.swift
[3/7] Compiling ByteArrayCodable UnkeyedEncodingContainer.swift
[4/7] Compiling ByteArrayCodable KeyedEncodingContainer.swift
[5/7] Compiling ByteArrayCodable ByteArrayDecoder.swift
[6/7] Emitting module ByteArrayCodable
[7/7] Compiling ByteArrayCodable ByteArrayEncoder.swift
Build complete! (6.95s)
Build complete.
Done.