Build Information
Successful build of JSONFeed, reference master (71b34b
), with Swift 6.1 for macOS (SPM) on 24 Apr 2025 11:37:38 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/flight-school/jsonfeed.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/flight-school/jsonfeed
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 71b34b9 Use GitHub Actions for CI/CD (#1)
Cloned https://github.com/flight-school/jsonfeed.git
Revision (git rev-parse @):
71b34b945c17c5998e8c1f93ccefd8fd95033a78
SUCCESS checkout https://github.com/flight-school/jsonfeed.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",
"dependencies": [
{
"identity": "jsonfeed",
"name": "JSONFeed",
"url": "https://github.com/flight-school/jsonfeed.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/jsonfeed",
"dependencies": [
]
}
]
}
Fetching https://github.com/flight-school/jsonfeed.git
[1/82] Fetching jsonfeed
Fetched https://github.com/flight-school/jsonfeed.git from cache (0.64s)
Creating working copy for https://github.com/flight-school/jsonfeed.git
Working copy of https://github.com/flight-school/jsonfeed.git resolved at master (71b34b9)
warning: '.resolve-product-dependencies': dependency 'jsonfeed' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/flight-school/jsonfeed.git
https://github.com/flight-school/jsonfeed.git
{
"dependencies" : [
],
"manifest_display_name" : "JSONFeed",
"name" : "JSONFeed",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "JSONFeed",
"targets" : [
"JSONFeed"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "JSONFeedTests",
"module_type" : "SwiftTarget",
"name" : "JSONFeedTests",
"path" : "Tests/JSONFeedTests",
"sources" : [
"JSONFeedTests.swift"
],
"target_dependencies" : [
"JSONFeed"
],
"type" : "test"
},
{
"c99name" : "JSONFeed",
"module_type" : "SwiftTarget",
"name" : "JSONFeed",
"path" : "Sources/JSONFeed",
"product_memberships" : [
"JSONFeed"
],
"sources" : [
"Attachment.swift",
"Author.swift",
"Feed.swift",
"Hub.swift",
"Item.swift"
],
"type" : "library"
}
],
"tools_version" : "5.0"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-2F0A5646E1D333AE.txt
[3/8] Compiling JSONFeed Hub.swift
[4/8] Compiling JSONFeed Item.swift
[5/8] Compiling JSONFeed Author.swift
[6/8] Emitting module JSONFeed
[7/8] Compiling JSONFeed Feed.swift
[8/8] Compiling JSONFeed Attachment.swift
Build complete! (4.70s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "JSONFeed",
"name" : "JSONFeed",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "JSONFeed",
"targets" : [
"JSONFeed"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "JSONFeedTests",
"module_type" : "SwiftTarget",
"name" : "JSONFeedTests",
"path" : "Tests/JSONFeedTests",
"sources" : [
"JSONFeedTests.swift"
],
"target_dependencies" : [
"JSONFeed"
],
"type" : "test"
},
{
"c99name" : "JSONFeed",
"module_type" : "SwiftTarget",
"name" : "JSONFeed",
"path" : "Sources/JSONFeed",
"product_memberships" : [
"JSONFeed"
],
"sources" : [
"Attachment.swift",
"Author.swift",
"Feed.swift",
"Hub.swift",
"Item.swift"
],
"type" : "library"
}
],
"tools_version" : "5.0"
}
Done.