Build Information
Successful build of BinaryUtils, reference main (e797c7
), with Swift 5.10 for macOS (SPM) on 25 Aug 2024 15:42:59 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.52.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/divadretlaw/binaryutils.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/divadretlaw/binaryutils
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at e797c71 Update 'README.md'
Cloned https://github.com/divadretlaw/binaryutils.git
Revision (git rev-parse @):
e797c7110ae73ef43dba90a98cb1bbf0b5553afa
SUCCESS checkout https://github.com/divadretlaw/binaryutils.git at main
========================================
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/266] Fetching binaryutils
Fetched https://github.com/divadretlaw/binaryutils.git from cache (1.20s)
Creating working copy for https://github.com/divadretlaw/binaryutils.git
Working copy of https://github.com/divadretlaw/binaryutils.git resolved at main (e797c71)
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/27] Emitting module BinaryUtils
[4/29] Compiling BinaryUtils BinaryDecoder.swift
[5/29] Compiling BinaryUtils BinaryEncoder.swift
[6/29] Compiling BinaryUtils BinaryCodingKey.swift
[7/29] Compiling BinaryUtils ASCII.swift
[8/29] Compiling BinaryUtils FileHandle+Extensions.swift
[9/29] Compiling BinaryUtils FileHandleKeyedDecoder.swift
[10/29] Compiling BinaryUtils FileHandleSingleValueDecodingContainer.swift
[11/29] Compiling BinaryUtils FileHandleUnkeyedDecodingContainer.swift
[12/29] Compiling BinaryUtils MD5.swift
[13/29] Compiling BinaryUtils FileHandleIterator.swift
[14/29] Compiling BinaryUtils ASCII+Character.swift
[15/29] Compiling BinaryUtils ASCII+Data.swift
[16/29] Compiling BinaryUtils Data+Compression.swift
[17/29] Compiling BinaryUtils Data+Helper.swift
[18/29] Compiling BinaryUtils Data+Init.swift
[19/29] Compiling BinaryUtils DataUnkeyedDecodingContainer.swift
[20/29] Compiling BinaryUtils DataEncoder.swift
[21/29] Compiling BinaryUtils DataKeyedEncodingContainer.swift
[22/29] Compiling BinaryUtils DataDecoder.swift
[23/29] Compiling BinaryUtils DataKeyedDecodingContainer.swift
[24/29] Compiling BinaryUtils DataSingleValueDecodingContainer.swift
[25/29] Compiling BinaryUtils DataSingleValueEncodingContainer.swift
[26/29] Compiling BinaryUtils DataUnkeyedEncodingContainer.swift
[27/29] Compiling BinaryUtils FileHandleDecoder.swift
[28/29] Compiling BinaryUtils String+Extensions.swift
[29/29] Compiling BinaryUtils UInt64+Extensions.swift
Build complete! (5.98s)
Build complete.
Done.