Build Information
Successful build of FRadioPlayer, reference 0.1.22 (983817
), with Swift 6.2 (beta) for macOS (SPM) on 18 Jun 2025 20:49:18 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/fethica/FRadioPlayer.git
Reference: 0.1.22
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/fethica/FRadioPlayer
* tag 0.1.22 -> FETCH_HEAD
HEAD is now at 9838173 🍏 Update pod version to 0.1.22
Cloned https://github.com/fethica/FRadioPlayer.git
Revision (git rev-parse @):
983817334905e438ea7eba9411311cce4258197c
SUCCESS checkout https://github.com/fethica/FRadioPlayer.git at 0.1.22
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/fethica/FRadioPlayer.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/6] Compiling FRadioPlayer FRadioPlayer.swift
/Users/admin/builder/spi-builder-workspace/Sources/FRadioPlayer/FRadioPlayer.swift:79:45: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
77 | */
78 |
79 | @objc public protocol FRadioPlayerDelegate: class {
| `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
80 | /**
81 | Called when player changes state
[4/6] Compiling FRadioPlayer FRadioAPI.swift
[5/6] Compiling FRadioPlayer Reachability.swift
[6/6] Emitting module FRadioPlayer
/Users/admin/builder/spi-builder-workspace/Sources/FRadioPlayer/FRadioPlayer.swift:79:45: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
77 | */
78 |
79 | @objc public protocol FRadioPlayerDelegate: class {
| `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
80 | /**
81 | Called when player changes state
Build complete! (5.72s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "FRadioPlayer",
"name" : "FRadioPlayer",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.12"
},
{
"name" : "ios",
"version" : "10.0"
},
{
"name" : "tvos",
"version" : "10.0"
}
],
"products" : [
{
"name" : "FRadioPlayer",
"targets" : [
"FRadioPlayer"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "FRadioPlayerTests",
"module_type" : "SwiftTarget",
"name" : "FRadioPlayerTests",
"path" : "Tests/FRadioPlayerTests",
"sources" : [
"FRadioPlayerTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"FRadioPlayer"
],
"type" : "test"
},
{
"c99name" : "FRadioPlayer",
"module_type" : "SwiftTarget",
"name" : "FRadioPlayer",
"path" : "Sources/FRadioPlayer",
"product_memberships" : [
"FRadioPlayer"
],
"sources" : [
"FRadioAPI.swift",
"FRadioPlayer.swift",
"Reachability.swift"
],
"type" : "library"
}
],
"tools_version" : "5.0"
}
Done.