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 TODO, reference master (b8cd5b), with Swift 6.0 for macOS (SPM) on 1 Nov 2024 15:07:43 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/RougeWare/Swift-TODO.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/RougeWare/Swift-TODO
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at b8cd5bf Merge pull request #5 from RougeWare/feature/TODO-with-contextual-type
Cloned https://github.com/RougeWare/Swift-TODO.git
Revision (git rev-parse @):
b8cd5bfb0d682f2ab525c9352ffd951d4d82edfd
SUCCESS checkout https://github.com/RougeWare/Swift-TODO.git at master
========================================
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": "swift-todo",
      "name": "TODO",
      "url": "https://github.com/RougeWare/Swift-TODO.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Swift-TODO",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/RougeWare/Swift-TODO.git
[1/45] Fetching swift-todo
Fetched https://github.com/RougeWare/Swift-TODO.git from cache (0.71s)
Creating working copy for https://github.com/RougeWare/Swift-TODO.git
Working copy of https://github.com/RougeWare/Swift-TODO.git resolved at master (b8cd5bf)
warning: '.resolve-product-dependencies': dependency 'swift-todo' 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/RougeWare/Swift-TODO.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/6] Write sources
[1/6] Write swift-version--7754E27361AE5C74.txt
[3/8] Emitting module TODO
[4/8] Compiling TODO TODO.swift
[4/8] Write Objects.LinkFileList
[6/8] Linking libTodoDynamic.dylib
[7/8] Linking libTODO_dynamic.dylib
Build complete! (1.89s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "TODO",
  "name" : "TODO",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "TODO",
      "targets" : [
        "TODO"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "TODO_dynamic",
      "targets" : [
        "TODO"
      ],
      "type" : {
        "library" : [
          "dynamic"
        ]
      }
    },
    {
      "name" : "TodoDynamic",
      "targets" : [
        "TODO"
      ],
      "type" : {
        "library" : [
          "dynamic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "TODOTests",
      "module_type" : "SwiftTarget",
      "name" : "TODOTests",
      "path" : "Tests/TODOTests",
      "sources" : [
        "TODOTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "TODO"
      ],
      "type" : "test"
    },
    {
      "c99name" : "TODO",
      "module_type" : "SwiftTarget",
      "name" : "TODO",
      "path" : "Sources/TODO",
      "product_memberships" : [
        "TODO",
        "TODO_dynamic",
        "TodoDynamic"
      ],
      "sources" : [
        "TODO.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
Done.