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 Wrap, reference main (8b6b3b), with Swift 6.0 for macOS (SPM) on 5 Nov 2024 20:31:58 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/VergeGroup/swift-operator-wrap.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/VergeGroup/swift-operator-wrap
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 8b6b3b0 Update modify operator (#4)
Cloned https://github.com/VergeGroup/swift-operator-wrap.git
Revision (git rev-parse @):
8b6b3b0231e36e9174c849b540822365adfdbce1
SUCCESS checkout https://github.com/VergeGroup/swift-operator-wrap.git at main
========================================
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-operator-wrap",
      "name": "Wrap",
      "url": "https://github.com/VergeGroup/swift-operator-wrap.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-operator-wrap",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/VergeGroup/swift-operator-wrap.git
[1/155] Fetching swift-operator-wrap
Fetched https://github.com/VergeGroup/swift-operator-wrap.git from cache (0.72s)
Creating working copy for https://github.com/VergeGroup/swift-operator-wrap.git
Working copy of https://github.com/VergeGroup/swift-operator-wrap.git resolved at main (8b6b3b0)
warning: '.resolve-product-dependencies': dependency 'swift-operator-wrap' 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/VergeGroup/swift-operator-wrap.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/4] Compiling Wrap Wrap.swift
[4/4] Emitting module Wrap
Build complete! (1.55s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Wrap",
  "name" : "Wrap",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Wrap",
      "targets" : [
        "Wrap"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "WrapTests",
      "module_type" : "SwiftTarget",
      "name" : "WrapTests",
      "path" : "Tests/WrapTests",
      "sources" : [
        "File.swift"
      ],
      "target_dependencies" : [
        "Wrap"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Wrap",
      "module_type" : "SwiftTarget",
      "name" : "Wrap",
      "path" : "Sources/Wrap",
      "product_memberships" : [
        "Wrap"
      ],
      "sources" : [
        "Wrap.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
Done.