The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of JSONFeed, reference 1.0.0 (82c987), with Swift 6.1 for macOS (SPM) on 24 Apr 2025 11:37:21 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.61.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
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "jsonfeed",
      "name": "JSONFeed",
      "url": "https://github.com/flight-school/jsonfeed.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/jsonfeed",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/flight-school/jsonfeed.git
[1/82] Fetching jsonfeed
Fetched https://github.com/flight-school/jsonfeed.git from cache (0.64s)
Creating working copy for https://github.com/flight-school/jsonfeed.git
Working copy of https://github.com/flight-school/jsonfeed.git resolved at 1.0.0 (82c987c)
warning: '.resolve-product-dependencies': dependency 'jsonfeed' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/flight-school/jsonfeed.git
https://github.com/flight-school/jsonfeed.git
{
  "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"
}
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/8] Compiling JSONFeed Hub.swift
[4/8] Compiling JSONFeed Feed.swift
[5/8] Compiling JSONFeed Author.swift
[6/8] Compiling JSONFeed Attachment.swift
[7/8] Emitting module JSONFeed
[8/8] Compiling JSONFeed Item.swift
Build complete! (5.07s)
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.