Build Information
Successful build of Disk 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/0xOpenBytes/Disk.git
Reference: main
Initialized empty Git repository in /Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/0xOpenBytes/Disk
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 7804456 Update Disk.swift
Cloned https://github.com/0xOpenBytes/Disk.git
Revision (git rev-parse @):
7804456d7e02221ac21c755c22c735fc0dd43f81
SUCCESS checkout https://github.com/0xOpenBytes/Disk.git at main
Fetching https://github.com/0xOpenBytes/o from cache
Fetched https://github.com/0xOpenBytes/o (0.26s)
Computing version for https://github.com/0xOpenBytes/o
Computed https://github.com/0xOpenBytes/o at 2.1.0 (0.67s)
Creating working copy for https://github.com/0xOpenBytes/o
Working copy of https://github.com/0xOpenBytes/o resolved at 2.1.0
========================================
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": "disk",
"name": "Disk",
"url": "https://github.com/0xOpenBytes/Disk.git",
"version": "unspecified",
"path": "/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Disk",
"dependencies": [
{
"identity": "o",
"name": "o",
"url": "https://github.com/0xOpenBytes/o",
"version": "2.1.1",
"path": "/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/o",
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/0xOpenBytes/Disk.git
[1/29] Fetching disk
Fetched https://github.com/0xOpenBytes/Disk.git (0.28s)
Fetching https://github.com/0xOpenBytes/o from cache
Fetched https://github.com/0xOpenBytes/o (0.27s)
Computing version for https://github.com/0xOpenBytes/o
Computed https://github.com/0xOpenBytes/o at 2.1.1 (0.06s)
Creating working copy for https://github.com/0xOpenBytes/Disk.git
Working copy of https://github.com/0xOpenBytes/Disk.git resolved at main
Creating working copy for https://github.com/0xOpenBytes/o
Working copy of https://github.com/0xOpenBytes/o resolved at 2.1.1
warning: '.resolve-product-dependencies': dependency 'disk' is not used by any target
Found 1 product dependencies
- o
========================================
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/11] Compiling o o+notification.swift
[2/11] Compiling o NotificationAuthorization.swift
[3/11] Compiling o NotificationDelegate.swift
[4/11] Compiling o NotificationDelete.swift
[5/11] Compiling o NotificationGet.swift
[6/11] Compiling o NotificationPost.swift
[7/11] Compiling o o+url.swift
[8/11] Compiling o NotificationUpdate.swift
[9/11] Compiling o o+console.swift
[10/11] Compiling o o+file.swift
[11/11] Emitting module o
[12/12] Compiling o o.swift
[13/14] Compiling Disk Disk.swift
[14/14] Emitting module Disk
Build complete! (10.61s)
Build complete.
Done.