This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.

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 Milepost with Swift 6.0 for macOS (SPM).

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete

Build Log

========================================
RunAll
========================================
Builder version: 4.40.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/giginet/Milepost.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/giginet/Milepost
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 4a3ad90 Fix license badge
Cloned https://github.com/giginet/Milepost.git
Revision (git rev-parse @):
4a3ad903510f1fd166169adfd59d45ce715f8e1e
SUCCESS checkout https://github.com/giginet/Milepost.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $workDir
https://github.com/giginet/Milepost.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
[1/1] Compiling plugin PrepareMilepost
Building for debugging...
[1/8] Write sources
[3/8] Write bundle-generator-entitlement.plist
[4/8] Write swift-version-6F35C1178C84523A.txt
[6/11] Emitting module Milepost
[7/11] Compiling Milepost RevisionLoader.swift
[8/11] Compiling Milepost Revision.swift
[9/15] Compiling bundle_generator main.swift
[10/15] Compiling bundle_generator PlistGenerator.swift
[11/15] Emitting module bundle_generator
[12/15] Compiling bundle_generator Fetcher.swift
[12/15] Write Objects.LinkFileList
[13/15] Linking bundle-generator
[14/15] Applying bundle-generator
Build complete! (20.33s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Milepost",
  "name" : "Milepost",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "11.0"
    },
    {
      "name" : "macos",
      "version" : "11.0"
    },
    {
      "name" : "tvos",
      "version" : "11.0"
    },
    {
      "name" : "watchos",
      "version" : "4.0"
    }
  ],
  "products" : [
    {
      "name" : "Milepost",
      "targets" : [
        "Milepost"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "PrepareMilepost",
      "targets" : [
        "PrepareMilepost"
      ],
      "type" : {
        "plugin" : null
      }
    },
    {
      "name" : "bundle-generator",
      "targets" : [
        "bundle-generator"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "bundle_generatorTests",
      "module_type" : "SwiftTarget",
      "name" : "bundle-generatorTests",
      "path" : "Tests/bundle-generatorTests",
      "sources" : [
        "FetcherTests.swift"
      ],
      "target_dependencies" : [
        "bundle-generator"
      ],
      "type" : "test"
    },
    {
      "c99name" : "bundle_generator",
      "module_type" : "SwiftTarget",
      "name" : "bundle-generator",
      "path" : "Sources/bundle-generator",
      "product_memberships" : [
        "PrepareMilepost",
        "bundle-generator"
      ],
      "sources" : [
        "Fetcher.swift",
        "PlistGenerator.swift",
        "main.swift"
      ],
      "target_dependencies" : [
        "Milepost"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "PrepareMilepost",
      "module_type" : "PluginTarget",
      "name" : "PrepareMilepost",
      "path" : "Plugins/PrepareMilepost",
      "plugin_capability" : {
        "type" : "buildTool"
      },
      "product_memberships" : [
        "PrepareMilepost"
      ],
      "sources" : [
        "plugin.swift"
      ],
      "target_dependencies" : [
        "bundle-generator"
      ],
      "type" : "plugin"
    },
    {
      "c99name" : "Milepost",
      "module_type" : "SwiftTarget",
      "name" : "Milepost",
      "path" : "Sources/Milepost",
      "product_memberships" : [
        "Milepost",
        "PrepareMilepost",
        "bundle-generator"
      ],
      "sources" : [
        "Revision.swift",
        "RevisionLoader.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Done.
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.