The Swift Package Index logo.Swift Package Index

Build Information

Successful build of FRadioPlayer, reference 0.2.2 (243cd9), with Swift 6.2 for macOS (SPM) on 17 Sep 2025 04:06:39 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.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/fethica/FRadioPlayer.git
Reference: 0.2.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/fethica/FRadioPlayer
 * tag               0.2.2      -> FETCH_HEAD
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 0.2.2
========================================
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/12] Compiling FRadioPlayer FRadioPlayer+PlaybackState.swift
[4/12] Compiling FRadioPlayer FRadioPlayer+Metadata.swift
[5/12] Compiling FRadioPlayer FRadioArtworkAPI+iTunes.swift
[6/12] Compiling FRadioPlayer FRadioMetadataExtractor.swift
[7/12] Emitting module FRadioPlayer
[8/12] Compiling FRadioPlayer FRadioArtworkAPI.swift
[9/12] Compiling FRadioPlayer FRadioPlayer.swift
[10/12] Compiling FRadioPlayer FRadioPlayerObserver.swift
[11/12] Compiling FRadioPlayer FRadioPlayer+State.swift
[12/12] Compiling FRadioPlayer FRadioPlayer+Observation.swift
[13/13] Compiling FRadioPlayer Reachability.swift
Build complete! (8.10s)
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.