Build Information
Successful build of Checksum 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/rnine/Checksum.git
Reference: develop
Initialized empty Git repository in /Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/rnine/Checksum
* branch develop -> FETCH_HEAD
* [new branch] develop -> origin/develop
HEAD is now at cd1ae53 Minor cleanup.
Cloned https://github.com/rnine/Checksum.git
Revision (git rev-parse @):
cd1ae53384dd578a84a0afef492a4f5d6202b068
SUCCESS checkout https://github.com/rnine/Checksum.git at develop
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
"dependencies": [
{
"identity": "checksum",
"name": "Checksum",
"url": "https://github.com/rnine/Checksum.git",
"version": "unspecified",
"path": "/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Checksum",
"dependencies": [
]
}
]
}
Fetching https://github.com/rnine/Checksum.git
[1/674] Fetching checksum
Fetched https://github.com/rnine/Checksum.git (0.52s)
Creating working copy for https://github.com/rnine/Checksum.git
Working copy of https://github.com/rnine/Checksum.git resolved at develop
warning: '.resolve-product-dependencies': dependency 'checksum' 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/15] Compiling Checksum DigestAlgorithm.swift
[2/15] Compiling Checksum Extensions.swift
[3/15] Compiling Checksum FileSource.swift
[4/15] Compiling Checksum HTTPSource.swift
[5/15] Compiling Checksum ChecksumError.swift
[6/15] Compiling Checksum Chunksize.swift
[7/15] Compiling Checksum CCWrapper.swift
[8/15] Compiling Checksum Data+Source.swift
[9/15] Compiling Checksum URL+Source.swift
[10/15] Compiling Checksum Source.swift
[11/15] Compiling Checksum HTTPResponse+ContentRange.swift
[12/15] Compiling Checksum String+Source.swift
[13/15] Emitting module Checksum
[14/15] Compiling Checksum Sourceable.swift
[15/15] Compiling Checksum DataSource.swift
[16/16] Compiling Checksum Checksumable.swift
Build complete! (10.97s)
Build complete.
Done.