Build Information
Successful build of PlatformChecker, reference 1.1.0 (12fce1
), with Swift 5.10 for macOS (SPM) on 13 Sep 2024 08:24:23 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.53.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/markbattistella/PlatformChecker.git
Reference: 1.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/markbattistella/PlatformChecker
* tag 1.1.0 -> FETCH_HEAD
HEAD is now at 12fce15 2024-09-08 - Fixes to git files
Cloned https://github.com/markbattistella/PlatformChecker.git
Revision (git rev-parse @):
12fce15cd09d3acbc0a5b0f837f25f91d10da3ef
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/markbattistella/PlatformChecker.git at 1.1.0
warning: 'spi-builder-workspace': /Users/admin/builder/spi-builder-workspace/Package.swift:8:15: warning: 'v10' is deprecated: iOS 12.0 is the oldest supported version
.iOS(.v10),
^
========================================
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": "platformchecker",
"name": "PlatformChecker",
"url": "https://github.com/markbattistella/PlatformChecker.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/PlatformChecker",
"dependencies": [
]
}
]
}
Fetching https://github.com/markbattistella/PlatformChecker.git
[1/59] Fetching platformchecker
Fetched https://github.com/markbattistella/PlatformChecker.git from cache (1.20s)
warning: 'platformchecker': /Package.swift:8:15: warning: 'v10' is deprecated: iOS 12.0 is the oldest supported version
.iOS(.v10),
^
Creating working copy for https://github.com/markbattistella/PlatformChecker.git
Working copy of https://github.com/markbattistella/PlatformChecker.git resolved at 1.1.0 (12fce15)
warning: 'platformchecker': /Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/PlatformChecker/Package.swift:8:15: warning: 'v10' is deprecated: iOS 12.0 is the oldest supported version
.iOS(.v10),
^
warning: '.resolve-product-dependencies': dependency 'platformchecker' 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/markbattistella/PlatformChecker.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/5] Emitting module PlatformChecker
[4/5] Compiling PlatformChecker PlatformChecker.swift
[5/5] Compiling PlatformChecker Platform.swift
Build complete! (4.20s)
warning: 'spi-builder-workspace': /Users/admin/builder/spi-builder-workspace/Package.swift:8:15: warning: 'v10' is deprecated: iOS 12.0 is the oldest supported version
.iOS(.v10),
^
Build complete.
Done.