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 swift-nonempty, reference main (c104fa), with Swift 5.9 for macOS (SPM) on 26 Apr 2025 03:12:33 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/pointfreeco/swift-nonempty.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/pointfreeco/swift-nonempty
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at c104fab Mark updateValue(_:forKey:) as @discardableResult (#69)
Cloned https://github.com/pointfreeco/swift-nonempty.git
Revision (git rev-parse @):
c104fabeebe1a93851751777664bd19a918e542b
SUCCESS checkout https://github.com/pointfreeco/swift-nonempty.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD
https://github.com/pointfreeco/swift-nonempty.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Building for debugging...
[1/8] Compiling NonEmpty NonEmpty+RangeReplaceableCollection.swift
[2/8] Compiling NonEmpty NonEmpty+Dictionary.swift
[3/8] Compiling NonEmpty NonEmpty+ExpressibleByDictionaryLiteral.swift
[4/8] Compiling NonEmpty NonEmpty+SetAlgebra.swift
[5/8] Compiling NonEmpty NonEmpty+ExpressibleByArrayLiteral.swift
[6/8] Compiling NonEmpty NonEmpty.swift
[7/8] Compiling NonEmpty NonEmpty+String.swift
[8/8] Emitting module NonEmpty
Build complete! (4.24s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "swift-nonempty",
  "name" : "swift-nonempty",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "NonEmpty",
      "targets" : [
        "NonEmpty"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "NonEmptyTests",
      "module_type" : "SwiftTarget",
      "name" : "NonEmptyTests",
      "path" : "Tests/NonEmptyTests",
      "sources" : [
        "NonEmptyTests.swift"
      ],
      "target_dependencies" : [
        "NonEmpty"
      ],
      "type" : "test"
    },
    {
      "c99name" : "NonEmpty",
      "module_type" : "SwiftTarget",
      "name" : "NonEmpty",
      "path" : "Sources/NonEmpty",
      "product_memberships" : [
        "NonEmpty"
      ],
      "sources" : [
        "NonEmpty+Dictionary.swift",
        "NonEmpty+ExpressibleByArrayLiteral.swift",
        "NonEmpty+ExpressibleByDictionaryLiteral.swift",
        "NonEmpty+RangeReplaceableCollection.swift",
        "NonEmpty+SetAlgebra.swift",
        "NonEmpty+String.swift",
        "NonEmpty.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
Done.