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 Complex 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/SomeRandomiOSDev/Complex.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/SomeRandomiOSDev/Complex
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 773b538 Merge pull request #15 from SomeRandomiOSDev/Modernize
Cloned https://github.com/SomeRandomiOSDev/Complex.git
Revision (git rev-parse @):
773b538b5b32772ab218b95c6b77dfde7a34d137
SUCCESS checkout https://github.com/SomeRandomiOSDev/Complex.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $workDir
https://github.com/SomeRandomiOSDev/Complex.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
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-6F35C1178C84523A.txt
[3/8] Compiling Complex Functions.swift
[4/8] Compiling Complex Operators.swift
[5/8] Compiling Complex ComplexOverflowingArithmetic.swift
[6/8] Compiling Complex Complex.swift
[7/8] Emitting module Complex
[8/8] Compiling Complex ComplexArithmetic.swift
Build complete! (19.70s)
Fetching https://github.com/SomeRandomiOSDev/Half
[1/630] Fetching half
Fetched https://github.com/SomeRandomiOSDev/Half from cache (0.89s)
Computing version for https://github.com/SomeRandomiOSDev/Half
Computed https://github.com/SomeRandomiOSDev/Half at 1.2.1 (0.70s)
Creating working copy for https://github.com/SomeRandomiOSDev/Half
Working copy of https://github.com/SomeRandomiOSDev/Half resolved at 1.2.1
Build complete.
{
  "dependencies" : [
    {
      "identity" : "half",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/SomeRandomiOSDev/Half"
    }
  ],
  "manifest_display_name" : "Complex",
  "name" : "Complex",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "9.0"
    },
    {
      "name" : "macos",
      "version" : "10.10"
    },
    {
      "name" : "tvos",
      "version" : "9.0"
    },
    {
      "name" : "watchos",
      "version" : "2.0"
    }
  ],
  "products" : [
    {
      "name" : "Complex",
      "targets" : [
        "Complex"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "4.2",
    "5"
  ],
  "targets" : [
    {
      "c99name" : "ComplexTests",
      "module_type" : "SwiftTarget",
      "name" : "ComplexTests",
      "path" : "Tests/ComplexTests",
      "product_dependencies" : [
        "Half"
      ],
      "sources" : [
        "ComplexArithmeticTests.swift",
        "ComplexOverflowingArithmeticTests.swift",
        "ComplexTests.swift",
        "FunctionsTests.swift",
        "TestingBase.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "Complex"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Complex",
      "module_type" : "SwiftTarget",
      "name" : "Complex",
      "path" : "Sources/Complex",
      "product_memberships" : [
        "Complex"
      ],
      "sources" : [
        "Complex.swift",
        "ComplexArithmetic.swift",
        "ComplexOverflowingArithmetic.swift",
        "Functions.swift",
        "Operators.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Done.
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.