The Swift Package Index logo.Swift Package Index

Build Information

Successful build of PodcastIndexKit, reference main (890701), with Swift 6.1 for macOS (SPM) on 18 Mar 2026 23:19:25 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/SparrowTek/PodcastIndexKit.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/SparrowTek/PodcastIndexKit
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 8907018 more public inits
Cloned https://github.com/SparrowTek/PodcastIndexKit.git
Revision (git rev-parse @):
89070182fb252fdd17ba4a44f3db8972614653d3
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/SparrowTek/PodcastIndexKit.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/SparrowTek/PodcastIndexKit.git
https://github.com/SparrowTek/PodcastIndexKit.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "PodcastIndexKit",
  "name" : "PodcastIndexKit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "17.0"
    },
    {
      "name" : "macos",
      "version" : "14.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "17.0"
    },
    {
      "name" : "watchos",
      "version" : "10.0"
    },
    {
      "name" : "tvos",
      "version" : "17.0"
    }
  ],
  "products" : [
    {
      "name" : "PodcastIndexKit",
      "targets" : [
        "PodcastIndexKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "PodcastIndexKit",
      "module_type" : "SwiftTarget",
      "name" : "PodcastIndexKit",
      "path" : "Sources/PodcastIndexKit",
      "product_memberships" : [
        "PodcastIndexKit"
      ],
      "sources" : [
        "Models/AppleReplacementPodcast.swift",
        "Models/AppleReplacementSearchResponse.swift",
        "Models/CategoriesResponse.swift",
        "Models/Category.swift",
        "Models/DataResponse.swift",
        "Models/Destination.swift",
        "Models/Episode.swift",
        "Models/EpisodeArrayResponse.swift",
        "Models/EpisodeResponse.swift",
        "Models/Podcast.swift",
        "Models/PodcastArrayResponse.swift",
        "Models/PodcastResponse.swift",
        "Models/PubNotifyResponse.swift",
        "Models/RandomEpisodeResponse.swift",
        "Models/Soundbite.swift",
        "Models/SoundbiteArrayResponse.swift",
        "Models/StatProperty.swift",
        "Models/StatsResponse.swift",
        "Models/Transcript.swift",
        "Models/Value.swift",
        "Models/ValueResponse.swift",
        "Networking.swift",
        "Networking/Encoding/JSONParameterEncoder.swift",
        "Networking/Encoding/ParameterEncoding.swift",
        "Networking/Encoding/URLParameterEncoder.swift",
        "Networking/Extensions/CharacterSet.swift",
        "Networking/Extensions/Encodable.swift",
        "Networking/Service/EndpointType.swift",
        "Networking/Service/HTTPMethod.swift",
        "Networking/Service/HTTPTask.swift",
        "Networking/Service/NetworkRouter.swift",
        "Networking/Service/NetworkingProtocol.swift",
        "Networking/Service/StatusCode.swift",
        "PodcastActor.swift",
        "PodcastCodable.swift",
        "PodcastEnvironment.swift",
        "PodcastIndexKit.swift",
        "Services/AppleReplacementService.swift",
        "Services/CategoriesService.swift",
        "Services/EpisodesService.swift",
        "Services/HubService.swift",
        "Services/PodcastsService.swift",
        "Services/RecentService.swift",
        "Services/SearchService.swift",
        "Services/ServiceHelper.swift",
        "Services/StatsService.swift",
        "Services/ValueService.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-2F0A5646E1D333AE.txt
[3/46] Emitting module PodcastIndexKit
[4/50] Compiling PodcastIndexKit SoundbiteArrayResponse.swift
[5/50] Compiling PodcastIndexKit StatProperty.swift
[6/50] Compiling PodcastIndexKit StatsResponse.swift
[7/50] Compiling PodcastIndexKit Transcript.swift
[8/50] Compiling PodcastIndexKit Value.swift
[9/50] Compiling PodcastIndexKit SearchService.swift
[10/50] Compiling PodcastIndexKit ServiceHelper.swift
[11/50] Compiling PodcastIndexKit StatsService.swift
[12/50] Compiling PodcastIndexKit ValueService.swift
[13/50] Compiling PodcastIndexKit PodcastArrayResponse.swift
[14/50] Compiling PodcastIndexKit PodcastResponse.swift
[15/50] Compiling PodcastIndexKit PubNotifyResponse.swift
[16/50] Compiling PodcastIndexKit RandomEpisodeResponse.swift
[17/50] Compiling PodcastIndexKit Soundbite.swift
[18/50] Compiling PodcastIndexKit AppleReplacementPodcast.swift
[19/50] Compiling PodcastIndexKit AppleReplacementSearchResponse.swift
[20/50] Compiling PodcastIndexKit CategoriesResponse.swift
[21/50] Compiling PodcastIndexKit Category.swift
[22/50] Compiling PodcastIndexKit DataResponse.swift
[23/50] Compiling PodcastIndexKit Destination.swift
[24/50] Compiling PodcastIndexKit Episode.swift
[25/50] Compiling PodcastIndexKit EpisodeArrayResponse.swift
[26/50] Compiling PodcastIndexKit EpisodeResponse.swift
[27/50] Compiling PodcastIndexKit Podcast.swift
[28/50] Compiling PodcastIndexKit EpisodesService.swift
[29/50] Compiling PodcastIndexKit HubService.swift
[30/50] Compiling PodcastIndexKit PodcastsService.swift
[31/50] Compiling PodcastIndexKit RecentService.swift
[32/50] Compiling PodcastIndexKit CharacterSet.swift
[33/50] Compiling PodcastIndexKit Encodable.swift
[34/50] Compiling PodcastIndexKit EndpointType.swift
[35/50] Compiling PodcastIndexKit HTTPMethod.swift
[36/50] Compiling PodcastIndexKit HTTPTask.swift
[37/50] Compiling PodcastIndexKit NetworkRouter.swift
[38/50] Compiling PodcastIndexKit NetworkingProtocol.swift
[39/50] Compiling PodcastIndexKit StatusCode.swift
[40/50] Compiling PodcastIndexKit PodcastActor.swift
[41/50] Compiling PodcastIndexKit PodcastCodable.swift
[42/50] Compiling PodcastIndexKit ValueResponse.swift
[43/50] Compiling PodcastIndexKit Networking.swift
[44/50] Compiling PodcastIndexKit JSONParameterEncoder.swift
[45/50] Compiling PodcastIndexKit ParameterEncoding.swift
[46/50] Compiling PodcastIndexKit URLParameterEncoder.swift
[47/50] Compiling PodcastIndexKit PodcastEnvironment.swift
[48/50] Compiling PodcastIndexKit PodcastIndexKit.swift
[49/50] Compiling PodcastIndexKit AppleReplacementService.swift
[50/50] Compiling PodcastIndexKit CategoriesService.swift
Build complete! (6.47s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "PodcastIndexKit",
  "name" : "PodcastIndexKit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "17.0"
    },
    {
      "name" : "macos",
      "version" : "14.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "17.0"
    },
    {
      "name" : "watchos",
      "version" : "10.0"
    },
    {
      "name" : "tvos",
      "version" : "17.0"
    }
  ],
  "products" : [
    {
      "name" : "PodcastIndexKit",
      "targets" : [
        "PodcastIndexKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "PodcastIndexKit",
      "module_type" : "SwiftTarget",
      "name" : "PodcastIndexKit",
      "path" : "Sources/PodcastIndexKit",
      "product_memberships" : [
        "PodcastIndexKit"
      ],
      "sources" : [
        "Models/AppleReplacementPodcast.swift",
        "Models/AppleReplacementSearchResponse.swift",
        "Models/CategoriesResponse.swift",
        "Models/Category.swift",
        "Models/DataResponse.swift",
        "Models/Destination.swift",
        "Models/Episode.swift",
        "Models/EpisodeArrayResponse.swift",
        "Models/EpisodeResponse.swift",
        "Models/Podcast.swift",
        "Models/PodcastArrayResponse.swift",
        "Models/PodcastResponse.swift",
        "Models/PubNotifyResponse.swift",
        "Models/RandomEpisodeResponse.swift",
        "Models/Soundbite.swift",
        "Models/SoundbiteArrayResponse.swift",
        "Models/StatProperty.swift",
        "Models/StatsResponse.swift",
        "Models/Transcript.swift",
        "Models/Value.swift",
        "Models/ValueResponse.swift",
        "Networking.swift",
        "Networking/Encoding/JSONParameterEncoder.swift",
        "Networking/Encoding/ParameterEncoding.swift",
        "Networking/Encoding/URLParameterEncoder.swift",
        "Networking/Extensions/CharacterSet.swift",
        "Networking/Extensions/Encodable.swift",
        "Networking/Service/EndpointType.swift",
        "Networking/Service/HTTPMethod.swift",
        "Networking/Service/HTTPTask.swift",
        "Networking/Service/NetworkRouter.swift",
        "Networking/Service/NetworkingProtocol.swift",
        "Networking/Service/StatusCode.swift",
        "PodcastActor.swift",
        "PodcastCodable.swift",
        "PodcastEnvironment.swift",
        "PodcastIndexKit.swift",
        "Services/AppleReplacementService.swift",
        "Services/CategoriesService.swift",
        "Services/EpisodesService.swift",
        "Services/HubService.swift",
        "Services/PodcastsService.swift",
        "Services/RecentService.swift",
        "Services/SearchService.swift",
        "Services/ServiceHelper.swift",
        "Services/StatsService.swift",
        "Services/ValueService.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.