Build Information
Successful build of SwiftStack, reference 0.6.0 (3ed8ed
), with Swift 6.2 (beta) for macOS (SPM) on 18 Jun 2025 15:28:02 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/sobotics/swiftstack.git
Reference: 0.6.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/sobotics/swiftstack
* tag 0.6.0 -> FETCH_HEAD
HEAD is now at 3ed8edd [tests] import FoundationNetworking
Cloned https://github.com/sobotics/swiftstack.git
Revision (git rev-parse @):
3ed8eddf8bcf3984d8e7a8b9890802b544f4ef28
SUCCESS checkout https://github.com/sobotics/swiftstack.git at 0.6.0
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/sobotics/swiftstack.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/25] Emitting module SwiftStack
[4/27] Compiling SwiftStack SuggestedEdit.swift
[5/27] Compiling SwiftStack User.swift
[6/27] Compiling SwiftStack Post.swift
[7/27] Compiling SwiftStack Privilege.swift
[8/27] Compiling SwiftStack Question.swift
[9/27] Compiling SwiftStack Revision.swift
[10/27] Compiling SwiftStack Site.swift
[11/27] Compiling SwiftStack APIClient.swift
[12/27] Compiling SwiftStack APIResponse.swift
[13/27] Compiling SwiftStack Answer.swift
[14/27] Compiling SwiftStack RequestsSites.swift
[15/27] Compiling SwiftStack RequestsSuggestedEdits.swift
[16/27] Compiling SwiftStack RequestsAnswers.swift
[17/27] Compiling SwiftStack RequestsPrivileges.swift
[18/27] Compiling SwiftStack RequestsQuestions.swift
[19/27] Compiling SwiftStack RequestsRevisions.swift
[20/27] Compiling SwiftStack DictionaryConvertible.swift
[21/27] Compiling SwiftStack JsonConvertible.swift
[22/27] Compiling SwiftStack JsonHelper.swift
[23/27] Compiling SwiftStack String+HTMLEntities.swift
[24/27] Compiling SwiftStack StringRepresentable.swift
[25/27] Compiling SwiftStack BadgeCount.swift
[26/27] Compiling SwiftStack Comment.swift
[27/27] Compiling SwiftStack Content.swift
Build complete! (4.92s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "SwiftStack",
"name" : "SwiftStack",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "SwiftStack",
"targets" : [
"SwiftStack"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SwiftStackTests",
"module_type" : "SwiftTarget",
"name" : "SwiftStackTests",
"path" : "Tests/SwiftStackTests",
"sources" : [
"APITests.swift",
"AnswersTests.swift",
"BasicRequestTests.swift",
"JsonHelperTests.swift",
"PostTests.swift",
"PrivilegesTests.swift",
"QuestionTests.swift",
"SiteTests.swift",
"UserTests.swift"
],
"target_dependencies" : [
"SwiftStack"
],
"type" : "test"
},
{
"c99name" : "SwiftStack",
"module_type" : "SwiftTarget",
"name" : "SwiftStack",
"path" : "Sources/SwiftStack",
"product_memberships" : [
"SwiftStack"
],
"sources" : [
"APIClient.swift",
"APIResponse.swift",
"Answer.swift",
"BadgeCount.swift",
"Comment.swift",
"Content.swift",
"DictionaryConvertible.swift",
"JsonConvertible.swift",
"JsonHelper.swift",
"Post.swift",
"Privilege.swift",
"Question.swift",
"RequestsAnswers.swift",
"RequestsPrivileges.swift",
"RequestsQuestions.swift",
"RequestsRevisions.swift",
"RequestsSites.swift",
"RequestsSuggestedEdits.swift",
"Revision.swift",
"Site.swift",
"String+HTMLEntities.swift",
"StringRepresentable.swift",
"SuggestedEdit.swift",
"User.swift"
],
"type" : "library"
}
],
"tools_version" : "4.0"
}
Done.