Build Information
Successful build of BinaryUtils, reference 1.1.0 (51ca59
), with Swift 5.10 for macOS (SPM) on 5 Aug 2024 21:41:57 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.48.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/divadretlaw/binaryutils.git
Reference: 1.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/divadretlaw/binaryutils
* tag 1.1.0 -> FETCH_HEAD
HEAD is now at 51ca59b Improve MD5
Cloned https://github.com/divadretlaw/binaryutils.git
Revision (git rev-parse @):
51ca59b8e099ff3656044891e017b83bfc7f7b7d
SUCCESS checkout https://github.com/divadretlaw/binaryutils.git at 1.1.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"dependencies": [
{
"identity": "binaryutils",
"name": "BinaryUtils",
"url": "https://github.com/divadretlaw/binaryutils.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/binaryutils",
"dependencies": [
]
}
]
}
Fetching https://github.com/divadretlaw/binaryutils.git
[1/240] Fetching binaryutils
Fetched https://github.com/divadretlaw/binaryutils.git from cache (1.25s)
Creating working copy for https://github.com/divadretlaw/binaryutils.git
Working copy of https://github.com/divadretlaw/binaryutils.git resolved at 1.1.0 (51ca59b)
warning: '.resolve-product-dependencies': dependency 'binaryutils' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.10
Building package at path: $PWD
https://github.com/divadretlaw/binaryutils.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-33747A42983211AE.txt
[3/24] Emitting module BinaryUtils
[4/26] Compiling BinaryUtils MD5.swift
[5/26] Compiling BinaryUtils FileHandleIterator.swift
[6/26] Compiling BinaryUtils BinaryDecoder.swift
[7/26] Compiling BinaryUtils BinaryEncoder.swift
[8/26] Compiling BinaryUtils BinaryCodingKey.swift
[9/26] Compiling BinaryUtils DataDecoder.swift
[10/26] Compiling BinaryUtils DataKeyedDecodingContainer.swift
[11/26] Compiling BinaryUtils DataSingleValueDecodingContainer.swift
[12/26] Compiling BinaryUtils DataUnkeyedDecodingContainer.swift
[13/26] Compiling BinaryUtils DataEncoder.swift
[14/26] Compiling BinaryUtils DataKeyedEncodingContainer.swift
[15/26] Compiling BinaryUtils DataSingleValueEncodingContainer.swift
[16/26] Compiling BinaryUtils DataUnkeyedEncodingContainer.swift
[17/26] Compiling BinaryUtils FileHandleDecoder.swift
[18/26] Compiling BinaryUtils FileHandleKeyedDecoder.swift
[19/26] Compiling BinaryUtils String+Extensions.swift
[20/26] Compiling BinaryUtils UInt64+Extensions.swift
[21/26] Compiling BinaryUtils FileHandleSingleValueDecodingContainer.swift
[22/26] Compiling BinaryUtils FileHandleUnkeyedDecodingContainer.swift
[23/26] Compiling BinaryUtils Data+Init.swift
[24/26] Compiling BinaryUtils FileHandle+Extensions.swift
[25/26] Compiling BinaryUtils Data+Compression.swift
[26/26] Compiling BinaryUtils Data+Helper.swift
Build complete! (6.58s)
Build complete.
Done.