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 SwiftSimpleTree, reference 1.3.0 (e551df), with Swift 6.0 for macOS (SPM) on 28 Nov 2024 09:05:16 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 -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.58.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/openalloc/SwiftSimpleTree.git
Reference: 1.3.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/openalloc/SwiftSimpleTree
 * tag               1.3.0      -> FETCH_HEAD
HEAD is now at e551dfa addChild now has value parameter to match init
Cloned https://github.com/openalloc/SwiftSimpleTree.git
Revision (git rev-parse @):
e551dfabba2a2e51d032ca33a98e3731d7b01eb7
SUCCESS checkout https://github.com/openalloc/SwiftSimpleTree.git at 1.3.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": "swiftsimpletree",
      "name": "SwiftSimpleTree",
      "url": "https://github.com/openalloc/SwiftSimpleTree.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftSimpleTree",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/openalloc/SwiftSimpleTree.git
[1/76] Fetching swiftsimpletree
Fetched https://github.com/openalloc/SwiftSimpleTree.git from cache (0.68s)
Creating working copy for https://github.com/openalloc/SwiftSimpleTree.git
Working copy of https://github.com/openalloc/SwiftSimpleTree.git resolved at 1.3.0 (e551dfa)
warning: '.resolve-product-dependencies': dependency 'swiftsimpletree' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/openalloc/SwiftSimpleTree.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 -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--7754E27361AE5C74.txt
[3/4] Emitting module SimpleTree
[4/4] Compiling SimpleTree SimpleTree.swift
Build complete! (5.61s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SwiftSimpleTree",
  "name" : "SwiftSimpleTree",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "SimpleTree",
      "targets" : [
        "SimpleTree"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SimpleTreeTests",
      "module_type" : "SwiftTarget",
      "name" : "SimpleTreeTests",
      "path" : "Tests",
      "sources" : [
        "SimpleTreeTests.swift"
      ],
      "target_dependencies" : [
        "SimpleTree"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SimpleTree",
      "module_type" : "SwiftTarget",
      "name" : "SimpleTree",
      "path" : "Sources",
      "product_memberships" : [
        "SimpleTree"
      ],
      "sources" : [
        "SimpleTree.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Done.