Build Information
Successful build of ProductHunt with Swift 6.0 for macOS (SPM).
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Build Log
========================================
RunAll
========================================
Builder version: 4.40.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/appcraftconsulting/producthunt.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/appcraftconsulting/producthunt
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at cbc71a9 Merge pull request #4 from dreymonde/patch-1
Cloned https://github.com/appcraftconsulting/producthunt.git
Revision (git rev-parse @):
cbc71a90d4e8597dac9369989d8575dab239671b
SUCCESS checkout https://github.com/appcraftconsulting/producthunt.git at master
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $workDir
https://github.com/appcraftconsulting/producthunt.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/3] Write sources
[1/3] Copying Assets.xcassets
[2/3] Write swift-version-6F35C1178C84523A.txt
[4/16] Compiling ProductHunt PHPost.swift
[5/16] Compiling ProductHunt PHButton.swift
[6/16] Compiling ProductHunt PHResponse.swift
[7/16] Compiling ProductHunt PHVotesCount.swift
[8/16] Compiling ProductHunt PHManager.swift
[9/16] Compiling ProductHunt ProductHuntButton.swift
[10/17] Emitting module ProductHunt
[11/17] Compiling ProductHunt String.swift
[12/17] Compiling ProductHunt UIColor.swift
[13/17] Compiling ProductHunt UIFont.swift
[14/17] Compiling ProductHunt UserDefaults.swift
[15/17] Compiling ProductHunt Color.swift
[16/17] Compiling ProductHunt Font.swift
[17/17] Compiling ProductHunt resource_bundle_accessor.swift
Build complete! (20.32s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "ProductHunt",
"name" : "ProductHunt",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "11.0"
}
],
"products" : [
{
"name" : "ProductHunt",
"targets" : [
"ProductHunt"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "ProductHuntTests",
"module_type" : "SwiftTarget",
"name" : "ProductHuntTests",
"path" : "Tests/ProductHuntTests",
"sources" : [
"ProductHuntTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"ProductHunt"
],
"type" : "test"
},
{
"c99name" : "ProductHunt",
"module_type" : "SwiftTarget",
"name" : "ProductHunt",
"path" : "Sources/ProductHunt",
"product_memberships" : [
"ProductHunt"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/ProductHunt/Resources/Assets.xcassets",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"Extensions/Color.swift",
"Extensions/Font.swift",
"Extensions/String.swift",
"Extensions/UIColor.swift",
"Extensions/UIFont.swift",
"Extensions/UserDefaults.swift",
"PHButton.swift",
"PHManager.swift",
"PHPost.swift",
"PHResponse.swift",
"SwiftUI/PHVotesCount.swift",
"SwiftUI/ProductHuntButton.swift"
],
"type" : "library"
}
],
"tools_version" : "5.3"
}
Done.