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 master (71b34b), with Swift 6.2 (beta) for macOS (SPM) on 17 Jun 2025 14:35:42 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: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/flight-school/jsonfeed
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 71b34b9 Use GitHub Actions for CI/CD (#1)
Cloned https://github.com/flight-school/jsonfeed.git
Revision (git rev-parse @):
71b34b945c17c5998e8c1f93ccefd8fd95033a78
SUCCESS checkout https://github.com/flight-school/jsonfeed.git at master
========================================
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] Emitting module JSONFeed
[4/8] Compiling JSONFeed Feed.swift
[5/8] Compiling JSONFeed Author.swift
[6/8] Compiling JSONFeed Attachment.swift
[7/8] Compiling JSONFeed Hub.swift
[8/8] Compiling JSONFeed Item.swift
Build complete! (3.52s)
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"
      ],
      "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" : "5.0"
}
Done.