Build Information
Successful build of PlatformChecker, reference main (675158
), with Swift 6.0 for macOS (SPM) on 6 Nov 2024 02:37:13 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Build Log
========================================
RunAll
========================================
Builder version: 4.56.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/markbattistella/PlatformChecker.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/markbattistella/PlatformChecker
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 6751586 Update README.md
Cloned https://github.com/markbattistella/PlatformChecker.git
Revision (git rev-parse @):
6751586ced2b87bd3ba2d263a9c1315c445d0f7a
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/markbattistella/PlatformChecker.git at main
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
6 | name: "PlatformChecker",
7 | platforms: [
8 | .iOS(.v10),
| `- warning: 'v10' is deprecated: iOS 12.0 is the oldest supported version
9 | .macOS(.v10_13),
10 | .macCatalyst(.v13),
========================================
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 (0.68s)
warning: 'platformchecker': /Package.swift:8:15: warning: 'v10' is deprecated: iOS 12.0 is the oldest supported version
6 | name: "PlatformChecker",
7 | platforms: [
8 | .iOS(.v10),
| `- warning: 'v10' is deprecated: iOS 12.0 is the oldest supported version
9 | .macOS(.v10_13),
10 | .macCatalyst(.v13),
Creating working copy for https://github.com/markbattistella/PlatformChecker.git
Working copy of https://github.com/markbattistella/PlatformChecker.git resolved at main (6751586)
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
6 | name: "PlatformChecker",
7 | platforms: [
8 | .iOS(.v10),
| `- warning: 'v10' is deprecated: iOS 12.0 is the oldest supported version
9 | .macOS(.v10_13),
10 | .macCatalyst(.v13),
warning: '.resolve-product-dependencies': dependency 'platformchecker' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/markbattistella/PlatformChecker.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--7754E27361AE5C74.txt
[3/5] Emitting module PlatformChecker
[4/5] Compiling PlatformChecker PlatformChecker.swift
[5/5] Compiling PlatformChecker Platform.swift
Build complete! (6.97s)
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
6 | name: "PlatformChecker",
7 | platforms: [
8 | .iOS(.v10),
| `- warning: 'v10' is deprecated: iOS 12.0 is the oldest supported version
9 | .macOS(.v10_13),
10 | .macCatalyst(.v13),
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "PlatformChecker",
"name" : "PlatformChecker",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "10.0"
},
{
"name" : "macos",
"version" : "10.13"
},
{
"name" : "maccatalyst",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "12.0"
},
{
"name" : "visionos",
"version" : "1.0"
},
{
"name" : "watchos",
"version" : "4.0"
}
],
"products" : [
{
"name" : "PlatformChecker",
"targets" : [
"PlatformChecker"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "PlatformCheckerTests",
"module_type" : "SwiftTarget",
"name" : "PlatformCheckerTests",
"path" : "Tests",
"sources" : [
"PlatformCheckerTests/PlatformCheckerTests.swift"
],
"target_dependencies" : [
"PlatformChecker"
],
"type" : "test"
},
{
"c99name" : "PlatformChecker",
"module_type" : "SwiftTarget",
"name" : "PlatformChecker",
"path" : "Sources/PlatformChecker",
"product_memberships" : [
"PlatformChecker"
],
"sources" : [
"Platform.swift",
"PlatformChecker.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
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
6 | name: "PlatformChecker",
7 | platforms: [
8 | .iOS(.v10),
| `- warning: 'v10' is deprecated: iOS 12.0 is the oldest supported version
9 | .macOS(.v10_13),
10 | .macCatalyst(.v13),
Done.