The Swift Package Index logo.Swift Package Index

Build Information

Successful build of FRadioPlayer, reference main (243cd9), with Swift 6.0 for macOS (SPM) on 17 Sep 2025 04:06:12 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/fethica/FRadioPlayer.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/fethica/FRadioPlayer
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 243cd92 Merge pull request #90 from fethica/v0.2.2
Cloned https://github.com/fethica/FRadioPlayer.git
Revision (git rev-parse @):
243cd9246b79a186c39b3c53dbe725c8c01bab59
SUCCESS checkout https://github.com/fethica/FRadioPlayer.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/fethica/FRadioPlayer.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/12] Compiling FRadioPlayer FRadioPlayer+State.swift
[4/12] Compiling FRadioPlayer FRadioPlayer+Observation.swift
[5/12] Compiling FRadioPlayer FRadioPlayer+PlaybackState.swift
[6/13] Compiling FRadioPlayer Reachability.swift
[7/13] Compiling FRadioPlayer FRadioPlayer+Metadata.swift
[8/13] Compiling FRadioPlayer FRadioArtworkAPI.swift
[9/13] Emitting module FRadioPlayer
[10/13] Compiling FRadioPlayer FRadioArtworkAPI+iTunes.swift
[11/13] Compiling FRadioPlayer FRadioMetadataExtractor.swift
[12/13] Compiling FRadioPlayer FRadioPlayerObserver.swift
[13/13] Compiling FRadioPlayer FRadioPlayer.swift
Build complete! (7.69s)
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" : "15.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"
      ],
      "target_dependencies" : [
        "FRadioPlayer"
      ],
      "type" : "test"
    },
    {
      "c99name" : "FRadioPlayer",
      "module_type" : "SwiftTarget",
      "name" : "FRadioPlayer",
      "path" : "Sources/FRadioPlayer",
      "product_memberships" : [
        "FRadioPlayer"
      ],
      "sources" : [
        "FRadioArtworkAPI+iTunes.swift",
        "FRadioArtworkAPI.swift",
        "FRadioMetadataExtractor.swift",
        "FRadioPlayer+Metadata.swift",
        "FRadioPlayer+Observation.swift",
        "FRadioPlayer+PlaybackState.swift",
        "FRadioPlayer+State.swift",
        "FRadioPlayer.swift",
        "FRadioPlayerObserver.swift",
        "Reachability.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
Done.