Build Information
Successful build of Identifier, reference v1.0.2 (7efa7a
), with Swift 6.0 for macOS (SPM) on 2 Nov 2024 03:07:32 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/Saklad5/Identifier.git
Reference: v1.0.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Saklad5/Identifier
* tag v1.0.2 -> FETCH_HEAD
HEAD is now at 7efa7a9 Change Swift Tools Version to 5.0
Cloned https://github.com/Saklad5/Identifier.git
Revision (git rev-parse @):
7efa7a977fdf19cf160b928127d81dd401821429
SUCCESS checkout https://github.com/Saklad5/Identifier.git at v1.0.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": "identifier",
"name": "Identifier",
"url": "https://github.com/Saklad5/Identifier.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Identifier",
"dependencies": [
]
}
]
}
Fetching https://github.com/Saklad5/Identifier.git
[1/31] Fetching identifier
Fetched https://github.com/Saklad5/Identifier.git from cache (0.66s)
Creating working copy for https://github.com/Saklad5/Identifier.git
Working copy of https://github.com/Saklad5/Identifier.git resolved at v1.0.2 (7efa7a9)
warning: '.resolve-product-dependencies': dependency 'identifier' 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/Saklad5/Identifier.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/6] Compiling Identifier Identifier.swift
[4/6] Emitting module Identifier
[5/6] Compiling Identifier Identifier+Expressible.swift
[6/6] Compiling Identifier Identifier+Codable.swift
Build complete! (2.20s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "Identifier",
"name" : "Identifier",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Identifier",
"targets" : [
"Identifier"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "Identifier",
"module_type" : "SwiftTarget",
"name" : "Identifier",
"path" : "Sources/Identifier",
"product_memberships" : [
"Identifier"
],
"sources" : [
"Identifier+Codable.swift",
"Identifier+Expressible.swift",
"Identifier.swift"
],
"type" : "library"
}
],
"tools_version" : "5.0"
}
Done.