Build Information
Successful build of swift-feed, reference main (9b7691), with Swift 6.0 for macOS (SPM) on 14 Feb 2026 18:42:16 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/yaochenfeng/swift-feed.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/yaochenfeng/swift-feed
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 9b76914 init commit
Cloned https://github.com/yaochenfeng/swift-feed.git
Revision (git rev-parse @):
9b769145021fa8b9145ce83f6701dedf1aba8cdb
SUCCESS checkout https://github.com/yaochenfeng/swift-feed.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/yaochenfeng/swift-feed.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-5BDAB9E9C0126B9D.txt
[3/6] Compiling FeedUI FeedContentKind.swift
[4/6] Compiling FeedUI FeedItem.swift
[5/6] Emitting module FeedUI
[6/6] Compiling FeedUI FeedContentType.swift
Build complete! (3.93s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "swift-feed",
"name" : "swift-feed",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "swift-feed",
"targets" : [
"FeedUI"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "FeedUITests",
"module_type" : "SwiftTarget",
"name" : "FeedUITests",
"path" : "Tests/FeedUITests",
"sources" : [
"swift_feedTests.swift"
],
"target_dependencies" : [
"FeedUI"
],
"type" : "test"
},
{
"c99name" : "FeedUI",
"module_type" : "SwiftTarget",
"name" : "FeedUI",
"path" : "Sources/FeedUI",
"product_memberships" : [
"swift-feed"
],
"sources" : [
"Core/FeedContentKind.swift",
"Core/FeedContentType.swift",
"Core/FeedItem.swift"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
Done.