The Swift Package Index logo.Swift Package Index

Build Information

Successful build of FRadioPlayer with Swift 5.9 for macOS (SPM).

Build Command

env DEVELOPER_DIR="/Applications/Xcode-15.0.0-Beta.app" xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.19.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/fethica/FRadioPlayer.git
Reference: 0.1.22
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-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 into spi-builder-workspace
983817334905e438ea7eba9411311cce4258197c
SUCCESS checkout https://github.com/fethica/FRadioPlayer.git at 0.1.22
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  spi-builder-workspace
Running build ...
env DEVELOPER_DIR="/Applications/Xcode-15.0.0-Beta.app" xcrun swift build --arch arm64
Building ... (attempt 1)
Building for debugging...
[1/4] Compiling FRadioPlayer Reachability.swift
[2/4] Compiling FRadioPlayer FRadioPlayer.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-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
@objc public protocol FRadioPlayerDelegate: class {
                                            ^~~~~
                                            AnyObject
[3/4] Emitting module FRadioPlayer
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-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
@objc public protocol FRadioPlayerDelegate: class {
                                            ^~~~~
                                            AnyObject
[4/4] Compiling FRadioPlayer FRadioAPI.swift
Build complete! (6.09s)
Build complete.
Done.