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 iTree 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/iShape-Swift/iTree.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/iShape-Swift/iTree
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at e0c99fc new right minimum api
Cloned https://github.com/iShape-Swift/iTree.git
Revision (git rev-parse @):
e0c99fc3fceb69d8d5b05766202d64af1e670bbf
SUCCESS checkout https://github.com/iShape-Swift/iTree.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $workDir
https://github.com/iShape-Swift/iTree.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/7] Compiling iTree TreeNode.swift
[4/7] Compiling iTree RedBlackTree.swift
[5/7] Compiling iTree NodeStore.swift
[6/7] Emitting module iTree
[7/7] Compiling iTree Array.swift
Build complete! (6.02s)
Fetching https://github.com/iShape-Swift/iFixFloat
[1/183] Fetching ifixfloat
Fetched https://github.com/iShape-Swift/iFixFloat from cache (0.70s)
Computing version for https://github.com/iShape-Swift/iFixFloat
Computed https://github.com/iShape-Swift/iFixFloat at 1.7.0 (0.55s)
Creating working copy for https://github.com/iShape-Swift/iFixFloat
Working copy of https://github.com/iShape-Swift/iFixFloat resolved at 1.7.0
Build complete.
{
  "dependencies" : [
    {
      "identity" : "ifixfloat",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.7.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/iShape-Swift/iFixFloat"
    }
  ],
  "manifest_display_name" : "iTree",
  "name" : "iTree",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "iTree",
      "targets" : [
        "iTree"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "iTreeTests",
      "module_type" : "SwiftTarget",
      "name" : "iTreeTests",
      "path" : "Tests/iTreeTests",
      "product_dependencies" : [
        "iFixFloat"
      ],
      "sources" : [
        "ArrayTests.swift",
        "Edge/CrossSolver.swift",
        "Edge/Direct/DirectScan.swift",
        "Edge/Direct/PointDirectSolver.swift",
        "Edge/IdSegment.swift",
        "Edge/Tree/PointTreeSolver.swift",
        "Edge/Tree/TreeScan.swift",
        "EdgeTests.swift",
        "Time/Search/Direct/DirectTimeScan.swift",
        "Time/Search/Direct/DirectTimeSolver.swift",
        "Time/Search/Tree/TreeTimeScan.swift",
        "Time/Search/Tree/TreeTimeSolver.swift",
        "Time/TimeIntervalValue.swift",
        "Time/TimeRangeValue.swift",
        "Time/TimeValue.swift",
        "Time/TimeValueGenerator.swift",
        "TimeTests.swift",
        "iTreeTests.swift"
      ],
      "target_dependencies" : [
        "iTree"
      ],
      "type" : "test"
    },
    {
      "c99name" : "iTree",
      "module_type" : "SwiftTarget",
      "name" : "iTree",
      "path" : "Sources/iTree",
      "product_memberships" : [
        "iTree"
      ],
      "sources" : [
        "Array.swift",
        "NodeStore.swift",
        "RedBlackTree.swift",
        "TreeNode.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.