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 testspm, reference 1.1.7 (cae816), with Swift 6.0 for macOS (SPM) on 3 Nov 2024 03:12:13 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/nirajcreatebytes/testspm.git
Reference: 1.1.7
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/nirajcreatebytes/testspm
 * tag               1.1.7      -> FETCH_HEAD
HEAD is now at cae8160 Update swift.yml
Cloned https://github.com/nirajcreatebytes/testspm.git
Revision (git rev-parse @):
cae8160cc6e4fcbe4a3b42ab634dcbfb07c285c2
SUCCESS checkout https://github.com/nirajcreatebytes/testspm.git at 1.1.7
========================================
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": "testspm",
      "name": "testspm",
      "url": "https://github.com/nirajcreatebytes/testspm.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/testspm",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/nirajcreatebytes/testspm.git
[1/644] Fetching testspm
Fetched https://github.com/nirajcreatebytes/testspm.git from cache (1.05s)
Creating working copy for https://github.com/nirajcreatebytes/testspm.git
Working copy of https://github.com/nirajcreatebytes/testspm.git resolved at 1.1.7 (cae8160)
warning: '.resolve-product-dependencies': dependency 'testspm' 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/nirajcreatebytes/testspm.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/2] Write sources
[1/2] Write swift-version--7754E27361AE5C74.txt
[3/8] Compiling testspm testspm.swift
[4/8] Compiling testspm URLRequest_Anubhav.swift
[5/8] Compiling testspm Parameters_Anubhav.swift
[6/8] Compiling testspm Models_Anubhav.swift
[7/8] Emitting module testspm
[8/8] Compiling testspm OpenAnubhavHandler.swift
Build complete! (11.47s)
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /Users/admin/builder/spi-builder-workspace/Sources/testspm/spmversion.json
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "testspm",
  "name" : "testspm",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "testspm",
      "targets" : [
        "testspm"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "testspmTests",
      "module_type" : "SwiftTarget",
      "name" : "testspmTests",
      "path" : "Tests/testspmTests",
      "sources" : [
        "testspmTests.swift"
      ],
      "target_dependencies" : [
        "testspm"
      ],
      "type" : "test"
    },
    {
      "c99name" : "testspm",
      "module_type" : "SwiftTarget",
      "name" : "testspm",
      "path" : "Sources/testspm",
      "product_memberships" : [
        "testspm"
      ],
      "sources" : [
        "Models_Anubhav.swift",
        "OpenAnubhavHandler.swift",
        "Parameters_Anubhav.swift",
        "URLRequest_Anubhav.swift",
        "testspm.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Done.