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 Pooling, reference 1.0.1 (a242c7), with Swift 6.0 for macOS (SPM) on 31 Oct 2024 02:39:20 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/gitvalue/Pooling.git
Reference: 1.0.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/gitvalue/Pooling
 * tag               1.0.1      -> FETCH_HEAD
HEAD is now at a242c7e Released version 1.0.1
Cloned https://github.com/gitvalue/Pooling.git
Revision (git rev-parse @):
a242c7e708f7e82c4f299e8f63218773f60c53d7
SUCCESS checkout https://github.com/gitvalue/Pooling.git at 1.0.1
========================================
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": "pooling",
      "name": "Pooling",
      "url": "https://github.com/gitvalue/Pooling.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Pooling",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/gitvalue/Pooling.git
[1/148] Fetching pooling
Fetched https://github.com/gitvalue/Pooling.git from cache (0.71s)
Creating working copy for https://github.com/gitvalue/Pooling.git
Working copy of https://github.com/gitvalue/Pooling.git resolved at 1.0.1 (a242c7e)
warning: '.resolve-product-dependencies': dependency 'pooling' 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/gitvalue/Pooling.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/6] Compiling Pooling Pool.swift
[4/6] Compiling Pooling Pooling.swift
[5/6] Compiling Pooling PThreadMutex.swift
[6/6] Emitting module Pooling
Build complete! (6.75s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Pooling",
  "name" : "Pooling",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Pooling",
      "targets" : [
        "Pooling"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "PoolingTests",
      "module_type" : "SwiftTarget",
      "name" : "PoolingTests",
      "path" : "Tests/PoolingTests",
      "sources" : [
        "PoolingTests.swift"
      ],
      "target_dependencies" : [
        "Pooling"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Pooling",
      "module_type" : "SwiftTarget",
      "name" : "Pooling",
      "path" : "Sources/Pooling",
      "product_memberships" : [
        "Pooling"
      ],
      "sources" : [
        "PThreadMutex.swift",
        "Pool.swift",
        "Pooling.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.0"
}
Done.