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 ReviewPrompter, reference main (3b945e), with Swift 6.0 for macOS (SPM) on 3 Nov 2024 03:30:14 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete

Build Log

========================================
RunAll
========================================
Builder version: 4.56.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ChristianFox/ReviewPrompter.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ChristianFox/ReviewPrompter
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 3b945eb Update README.md with buymeacoffee button
Cloned https://github.com/ChristianFox/ReviewPrompter.git
Revision (git rev-parse @):
3b945ebce4a062da109fbffb668bdfb5907f5095
SUCCESS checkout https://github.com/ChristianFox/ReviewPrompter.git at main
Fetching https://github.com/ChristianFox/EventTracker.git
[1/38] Fetching eventtracker
Fetched https://github.com/ChristianFox/EventTracker.git from cache (0.65s)
Computing version for https://github.com/ChristianFox/EventTracker.git
Computed https://github.com/ChristianFox/EventTracker.git at 1.0.0 (0.67s)
Creating working copy for https://github.com/ChristianFox/EventTracker.git
Working copy of https://github.com/ChristianFox/EventTracker.git resolved 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": "reviewprompter",
      "name": "ReviewPrompter",
      "url": "https://github.com/ChristianFox/ReviewPrompter.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/ReviewPrompter",
      "dependencies": [
        {
          "identity": "eventtracker",
          "name": "EventTracker",
          "url": "https://github.com/ChristianFox/EventTracker.git",
          "version": "1.0.1",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/EventTracker",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/ChristianFox/ReviewPrompter.git
[2/39] Fetching reviewprompter
Fetched https://github.com/ChristianFox/ReviewPrompter.git from cache (0.68s)
Fetching https://github.com/ChristianFox/EventTracker.git from cache
Fetched https://github.com/ChristianFox/EventTracker.git from cache (0.47s)
Computing version for https://github.com/ChristianFox/EventTracker.git
Computed https://github.com/ChristianFox/EventTracker.git at 1.0.1 (0.03s)
Creating working copy for https://github.com/ChristianFox/ReviewPrompter.git
Working copy of https://github.com/ChristianFox/ReviewPrompter.git resolved at main (3b945eb)
Creating working copy for https://github.com/ChristianFox/EventTracker.git
Working copy of https://github.com/ChristianFox/EventTracker.git resolved at 1.0.1
warning: '.resolve-product-dependencies': dependency 'reviewprompter' is not used by any target
Found 1 product dependencies
  - EventTracker
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/ChristianFox/ReviewPrompter.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version--7754E27361AE5C74.txt
[4/5] Compiling EventTracker EventTracker.swift
[5/5] Emitting module EventTracker
[6/7] Emitting module ReviewPrompter
[7/7] Compiling ReviewPrompter ReviewPrompter.swift
Build complete! (9.84s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "eventtracker",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ChristianFox/EventTracker.git"
    }
  ],
  "manifest_display_name" : "ReviewPrompter",
  "name" : "ReviewPrompter",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "11.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "ReviewPrompter",
      "targets" : [
        "ReviewPrompter"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ReviewPrompterTests",
      "module_type" : "SwiftTarget",
      "name" : "ReviewPrompterTests",
      "path" : "Tests/ReviewPrompterTests",
      "sources" : [
        "ReviewPrompterTests.swift"
      ],
      "target_dependencies" : [
        "ReviewPrompter"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ReviewPrompter",
      "module_type" : "SwiftTarget",
      "name" : "ReviewPrompter",
      "path" : "Sources/ReviewPrompter",
      "product_dependencies" : [
        "EventTracker"
      ],
      "product_memberships" : [
        "ReviewPrompter"
      ],
      "sources" : [
        "ReviewPrompter.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Done.