Build Information
Successful build of NotificationTask, reference 0.1.2 (638c59), with Swift 6.1 for macOS (SPM) on 27 Apr 2025 05:12:31 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .statsBuild Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/samsonjs/NotificationTask.git
Reference: 0.1.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/samsonjs/NotificationTask
* tag 0.1.2 -> FETCH_HEAD
HEAD is now at 638c594 Add Hashable conformance
Cloned https://github.com/samsonjs/NotificationTask.git
Revision (git rev-parse @):
638c5942c06a66a69ab44ca5ab4e2bd77e5a2297
SUCCESS checkout https://github.com/samsonjs/NotificationTask.git at 0.1.2
========================================
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": "notificationtask",
"name": "NotificationTask",
"url": "https://github.com/samsonjs/NotificationTask.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/NotificationTask",
"dependencies": [
]
}
]
}
Fetching https://github.com/samsonjs/NotificationTask.git
[1/30] Fetching notificationtask
Fetched https://github.com/samsonjs/NotificationTask.git from cache (0.62s)
Creating working copy for https://github.com/samsonjs/NotificationTask.git
Working copy of https://github.com/samsonjs/NotificationTask.git resolved at 0.1.2 (638c594)
warning: '.resolve-product-dependencies': dependency 'notificationtask' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/samsonjs/NotificationTask.git
https://github.com/samsonjs/NotificationTask.git
{
"dependencies" : [
],
"manifest_display_name" : "NotificationTask",
"name" : "NotificationTask",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "16.0"
},
{
"name" : "macos",
"version" : "12.0"
}
],
"products" : [
{
"name" : "NotificationTask",
"targets" : [
"NotificationTask"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "NotificationTaskTests",
"module_type" : "SwiftTarget",
"name" : "NotificationTaskTests",
"path" : "Tests/NotificationTaskTests",
"sources" : [
"NotificationTaskTests.swift",
"ReadmeExamples.swift"
],
"target_dependencies" : [
"NotificationTask"
],
"type" : "test"
},
{
"c99name" : "NotificationTask",
"module_type" : "SwiftTarget",
"name" : "NotificationTask",
"path" : "Sources/NotificationTask",
"product_memberships" : [
"NotificationTask"
],
"sources" : [
"NotificationTask.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-2F0A5646E1D333AE.txt
[3/4] Compiling NotificationTask NotificationTask.swift
[4/4] Emitting module NotificationTask
Build complete! (4.44s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "NotificationTask",
"name" : "NotificationTask",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "16.0"
},
{
"name" : "macos",
"version" : "12.0"
}
],
"products" : [
{
"name" : "NotificationTask",
"targets" : [
"NotificationTask"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "NotificationTaskTests",
"module_type" : "SwiftTarget",
"name" : "NotificationTaskTests",
"path" : "Tests/NotificationTaskTests",
"sources" : [
"NotificationTaskTests.swift",
"ReadmeExamples.swift"
],
"target_dependencies" : [
"NotificationTask"
],
"type" : "test"
},
{
"c99name" : "NotificationTask",
"module_type" : "SwiftTarget",
"name" : "NotificationTask",
"path" : "Sources/NotificationTask",
"product_memberships" : [
"NotificationTask"
],
"sources" : [
"NotificationTask.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Done.