Build Information
Successful build of SwiftStack, reference master (3ed8ed), with Swift 6.3 for macOS (SPM) on 20 Apr 2026 17:26:11 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/sobotics/swiftstack.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/sobotics/swiftstack
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
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 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",
"traits": [
"default"
],
"dependencies": [
{
"identity": "swiftstack",
"name": "SwiftStack",
"url": "https://github.com/sobotics/swiftstack.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swiftstack",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/sobotics/swiftstack.git
[1/1112] Fetching swiftstack
Fetched https://github.com/sobotics/swiftstack.git from cache (1.07s)
Creating working copy for https://github.com/sobotics/swiftstack.git
Working copy of https://github.com/sobotics/swiftstack.git resolved at master (3ed8edd)
warning: '.resolve-product-dependencies': dependency 'swiftstack' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/sobotics/swiftstack.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/25] Emitting module SwiftStack
[4/27] Compiling SwiftStack SuggestedEdit.swift
[5/27] Compiling SwiftStack User.swift
[6/27] Compiling SwiftStack RequestsAnswers.swift
[7/27] Compiling SwiftStack RequestsPrivileges.swift
[8/27] Compiling SwiftStack RequestsSites.swift
[9/27] Compiling SwiftStack RequestsSuggestedEdits.swift
[10/27] Compiling SwiftStack RequestsQuestions.swift
[11/27] Compiling SwiftStack RequestsRevisions.swift
[12/27] Compiling SwiftStack BadgeCount.swift
[13/27] Compiling SwiftStack Comment.swift
[14/27] Compiling SwiftStack Content.swift
[15/27] Compiling SwiftStack String+HTMLEntities.swift
[16/27] Compiling SwiftStack StringRepresentable.swift
[17/27] Compiling SwiftStack Post.swift
[18/27] Compiling SwiftStack Privilege.swift
[19/27] Compiling SwiftStack Question.swift
[20/27] Compiling SwiftStack DictionaryConvertible.swift
[21/27] Compiling SwiftStack JsonConvertible.swift
[22/27] Compiling SwiftStack JsonHelper.swift
[23/27] Compiling SwiftStack Revision.swift
[24/27] Compiling SwiftStack Site.swift
[25/27] Compiling SwiftStack APIClient.swift
[26/27] Compiling SwiftStack APIResponse.swift
[27/27] Compiling SwiftStack Answer.swift
Build complete! (5.72s)
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.