The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

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

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.4.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:             5.10
Building package at path:  $PWD
https://github.com/fethica/FRadioPlayer.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-33747A42983211AE.txt
[3/12] Compiling FRadioPlayer FRadioPlayerObserver.swift
[4/13] Compiling FRadioPlayer FRadioPlayer+State.swift
[5/13] Emitting module FRadioPlayer
[6/13] Compiling FRadioPlayer FRadioArtworkAPI+iTunes.swift
[7/13] Compiling FRadioPlayer Reachability.swift
[8/13] Compiling FRadioPlayer FRadioMetadataExtractor.swift
[9/13] Compiling FRadioPlayer FRadioPlayer+Metadata.swift
[10/13] Compiling FRadioPlayer FRadioPlayer+Observation.swift
[11/13] Compiling FRadioPlayer FRadioArtworkAPI.swift
[12/13] Compiling FRadioPlayer FRadioPlayer+PlaybackState.swift
[13/13] Compiling FRadioPlayer FRadioPlayer.swift
Build complete! (8.73s)
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.