Build Information
Successful build of TinyEvents, reference master (0102a1
), with Swift 6.0 for macOS (SPM) on 31 Oct 2024 11:07:44 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/jjc1138/tiny-events.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/jjc1138/tiny-events
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 0102a13 Added deprecation notice to README
Cloned https://github.com/jjc1138/tiny-events.git
Revision (git rev-parse @):
0102a138345047e5dd51c80e9b2508471d8beee5
SUCCESS checkout https://github.com/jjc1138/tiny-events.git at master
========================================
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": "tiny-events",
"name": "TinyEvents",
"url": "https://github.com/jjc1138/tiny-events.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/tiny-events",
"dependencies": [
]
}
]
}
Fetching https://github.com/jjc1138/tiny-events.git
[1/125] Fetching tiny-events
Fetched https://github.com/jjc1138/tiny-events.git from cache (0.69s)
Creating working copy for https://github.com/jjc1138/tiny-events.git
Working copy of https://github.com/jjc1138/tiny-events.git resolved at master (0102a13)
warning: '.resolve-product-dependencies': dependency 'tiny-events' 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/jjc1138/tiny-events.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/4] Compiling TinyEvents TinyEvents.swift
[4/4] Emitting module TinyEvents
Build complete! (1.67s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "TinyEvents",
"name" : "TinyEvents",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "TinyEvents",
"targets" : [
"TinyEvents"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "TinyEventsTests",
"module_type" : "SwiftTarget",
"name" : "TinyEventsTests",
"path" : "Tests/TinyEventsTests",
"sources" : [
"TinyEventsTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"TinyEvents"
],
"type" : "test"
},
{
"c99name" : "TinyEvents",
"module_type" : "SwiftTarget",
"name" : "TinyEvents",
"path" : "Sources/TinyEvents",
"product_memberships" : [
"TinyEvents"
],
"sources" : [
"TinyEvents.swift"
],
"type" : "library"
}
],
"tools_version" : "5.1"
}
Done.