The Swift Package Index logo.Swift Package Index

Build Information

Successful build of ThreadSafeDataStructures, reference v1.1.0 (9bfd25), with Swift 6.0 for macOS (SPM) on 2 Jan 2026 23:21:35 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/pavankumar-n-46/SwiftSafeCollections.git
Reference: v1.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/pavankumar-n-46/SwiftSafeCollections
 * tag               v1.1.0     -> FETCH_HEAD
HEAD is now at 9bfd254 Docs: Add Sendable requirement documentation to README
Cloned https://github.com/pavankumar-n-46/SwiftSafeCollections.git
Revision (git rev-parse @):
9bfd25466bfb9a100c7111c082af305b524d7fa1
SUCCESS checkout https://github.com/pavankumar-n-46/SwiftSafeCollections.git at v1.1.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/pavankumar-n-46/SwiftSafeCollections.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-5BDAB9E9C0126B9D.txt
[3/13] Compiling ThreadSafeDataStructures ThreadSafeSet.swift
[4/14] Compiling ThreadSafeDataStructures ThreadSafeSequence.swift
[5/14] Compiling ThreadSafeDataStructures ThreadSafeCollection.swift
[6/14] Compiling ThreadSafeDataStructures LockingStrategy.swift
[7/14] Compiling ThreadSafeDataStructures ThreadSafeSubscriptable.swift
[8/14] Compiling ThreadSafeDataStructures ThreadSafeStack.swift
[9/14] Compiling ThreadSafeDataStructures ThreadSafeDictionary.swift
[10/14] Compiling ThreadSafeDataStructures ThreadSafeArray.swift
[11/14] Compiling ThreadSafeDataStructures ThreadSafeDeque.swift
[12/14] Emitting module ThreadSafeDataStructures
[13/14] Compiling ThreadSafeDataStructures ThreadSafeQueue.swift
[14/14] Compiling ThreadSafeDataStructures ThreadSafeDataStructures.swift
Build complete! (15.75s)
Fetching https://github.com/apple/swift-testing.git
[1/30933] Fetching swift-testing
Fetched https://github.com/apple/swift-testing.git from cache (2.11s)
Computing version for https://github.com/apple/swift-testing.git
Computed https://github.com/apple/swift-testing.git at 0.99.0 (0.59s)
Fetching https://github.com/swiftlang/swift-syntax.git
[1/73254] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax.git from cache (3.38s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 600.0.1 (2.95s)
Creating working copy for https://github.com/apple/swift-testing.git
Working copy of https://github.com/apple/swift-testing.git resolved at 0.99.0
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 600.0.1
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-testing",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.10.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-testing.git"
    }
  ],
  "manifest_display_name" : "ThreadSafeDataStructures",
  "name" : "ThreadSafeDataStructures",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "ThreadSafeDataStructures",
      "targets" : [
        "ThreadSafeDataStructures"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ThreadSafeDataStructuresTests",
      "module_type" : "SwiftTarget",
      "name" : "ThreadSafeDataStructuresTests",
      "path" : "Tests/ThreadSafeDataStructuresTests",
      "product_dependencies" : [
        "Testing"
      ],
      "sources" : [
        "ThreadSafeArrayTests.swift",
        "ThreadSafeDequeTests.swift",
        "ThreadSafeDictionaryTests.swift",
        "ThreadSafeQueueTests.swift",
        "ThreadSafeSetTests.swift",
        "ThreadSafeStackTests.swift"
      ],
      "target_dependencies" : [
        "ThreadSafeDataStructures"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ThreadSafeDataStructures",
      "module_type" : "SwiftTarget",
      "name" : "ThreadSafeDataStructures",
      "path" : "Sources/ThreadSafeDataStructures",
      "product_memberships" : [
        "ThreadSafeDataStructures"
      ],
      "sources" : [
        "DataStructures/ThreadSafeArray.swift",
        "DataStructures/ThreadSafeDeque.swift",
        "DataStructures/ThreadSafeDictionary.swift",
        "DataStructures/ThreadSafeQueue.swift",
        "DataStructures/ThreadSafeSet.swift",
        "DataStructures/ThreadSafeStack.swift",
        "Protocols/LockingStrategy.swift",
        "Protocols/ThreadSafeCollection.swift",
        "Protocols/ThreadSafeSequence.swift",
        "Protocols/ThreadSafeSubscriptable.swift",
        "ThreadSafeDataStructures.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.