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 JSONFeed, reference 1.0.0 (82c987), with Swift 6.2 (beta) for macOS (SPM) on 17 Jun 2025 14:34:09 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.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/flight-school/jsonfeed.git
Reference: 1.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/flight-school/jsonfeed
 * tag               1.0.0      -> FETCH_HEAD
HEAD is now at 82c987c Initial commit
Cloned https://github.com/flight-school/jsonfeed.git
Revision (git rev-parse @):
82c987ca9f953b75e7b7c188ff3c9de722773058
SUCCESS checkout https://github.com/flight-school/jsonfeed.git at 1.0.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/flight-school/jsonfeed.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/8] Compiling JSONFeed Feed.swift
[4/8] Compiling JSONFeed Author.swift
[5/8] Emitting module JSONFeed
[6/8] Compiling JSONFeed Attachment.swift
[7/8] Compiling JSONFeed Item.swift
[8/8] Compiling JSONFeed Hub.swift
Build complete! (3.78s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "JSONFeed",
  "name" : "JSONFeed",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "JSONFeed",
      "targets" : [
        "JSONFeed"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "JSONFeedTests",
      "module_type" : "SwiftTarget",
      "name" : "JSONFeedTests",
      "path" : "Tests/JSONFeedTests",
      "sources" : [
        "JSONFeedTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "JSONFeed"
      ],
      "type" : "test"
    },
    {
      "c99name" : "JSONFeed",
      "module_type" : "SwiftTarget",
      "name" : "JSONFeed",
      "path" : "Sources/JSONFeed",
      "product_memberships" : [
        "JSONFeed"
      ],
      "sources" : [
        "Attachment.swift",
        "Author.swift",
        "Feed.swift",
        "Hub.swift",
        "Item.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.0"
}
Done.