Build Information
Successful build of HName, reference 0.9.1 (29a875
), with Swift 6.0 for macOS (SPM) on 4 Nov 2024 08:36:41 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/hadycodes/HName.git
Reference: 0.9.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/hadycodes/HName
* tag 0.9.1 -> FETCH_HEAD
HEAD is now at 29a8753 Add cocoapod support
Cloned https://github.com/hadycodes/HName.git
Revision (git rev-parse @):
29a87538433abf015d87ae0b3437b6647c83aa57
SUCCESS checkout https://github.com/hadycodes/HName.git at 0.9.1
========================================
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": "hname",
"name": "HName",
"url": "https://github.com/hadycodes/HName.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/HName",
"dependencies": [
]
}
]
}
Fetching https://github.com/hadycodes/HName.git
[1/55] Fetching hname
Fetched https://github.com/hadycodes/HName.git from cache (0.70s)
Creating working copy for https://github.com/hadycodes/HName.git
Working copy of https://github.com/hadycodes/HName.git resolved at 0.9.1 (29a8753)
warning: '.resolve-product-dependencies': dependency 'hname' 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/hadycodes/HName.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 HName HName+Getters.swift
[4/6] Compiling HName HName.swift
[5/6] Emitting module HName
[6/6] Compiling HName HName+Formatters.swift
Build complete! (6.57s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "HName",
"name" : "HName",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.10"
},
{
"name" : "ios",
"version" : "10.0"
},
{
"name" : "tvos",
"version" : "10.0"
},
{
"name" : "watchos",
"version" : "5.0"
}
],
"products" : [
{
"name" : "HName",
"targets" : [
"HName"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "HNameTests",
"module_type" : "SwiftTarget",
"name" : "HNameTests",
"path" : "Tests/HNameTests",
"sources" : [
"HNameCodableTests.swift",
"HNameTests.swift"
],
"target_dependencies" : [
"HName"
],
"type" : "test"
},
{
"c99name" : "HName",
"module_type" : "SwiftTarget",
"name" : "HName",
"path" : "Sources/HName",
"product_memberships" : [
"HName"
],
"sources" : [
"HName+Formatters.swift",
"HName+Getters.swift",
"HName.swift"
],
"type" : "library"
}
],
"tools_version" : "5.3"
}
Done.