Build Information
Successful build of Tagging, reference master (038ec5
), with Swift 6.0 for macOS (SPM) on 31 Oct 2024 12:02:31 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/alexruperez/tagging.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/alexruperez/tagging
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 038ec53 Update README.md
Cloned https://github.com/alexruperez/tagging.git
Revision (git rev-parse @):
038ec53dc6fde61c0fe14744114e4758e57caf1a
SUCCESS checkout https://github.com/alexruperez/tagging.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": "tagging",
"name": "Tagging",
"url": "https://github.com/alexruperez/tagging.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/tagging",
"dependencies": [
]
}
]
}
Fetching https://github.com/alexruperez/tagging.git
[3/42] Fetching tagging
Fetched https://github.com/alexruperez/tagging.git from cache (0.62s)
Creating working copy for https://github.com/alexruperez/tagging.git
Working copy of https://github.com/alexruperez/tagging.git resolved at master (038ec53)
warning: '.resolve-product-dependencies': dependency 'tagging' 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/alexruperez/tagging.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 Tagging Tagging.swift
[4/4] Emitting module Tagging
Build complete! (5.85s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "Tagging",
"name" : "Tagging",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Tagging",
"targets" : [
"Tagging"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "TaggingTests",
"module_type" : "SwiftTarget",
"name" : "TaggingTests",
"path" : "Tests/TaggingTests",
"sources" : [
"CollectionTests.swift",
"LinuxTestable.swift",
"TaggableTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"Tagging"
],
"type" : "test"
},
{
"c99name" : "Tagging",
"module_type" : "SwiftTarget",
"name" : "Tagging",
"path" : "Sources/Tagging",
"product_memberships" : [
"Tagging"
],
"sources" : [
"Tagging.swift"
],
"type" : "library"
}
],
"tools_version" : "5.0"
}
Done.