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 CocoaAsyncSocket, reference 7.6.5 (dbdc00), with Swift 6.0 for macOS (SPM) on 1 Nov 2024 16:17:01 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/robbiehanson/CocoaAsyncSocket.git
Reference: 7.6.5
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/robbiehanson/CocoaAsyncSocket
 * tag               7.6.5      -> FETCH_HEAD
HEAD is now at dbdc006 Merge pull request #741 from harleyjcooper/harley/bump-minimum-deployment-version
Cloned https://github.com/robbiehanson/CocoaAsyncSocket.git
Revision (git rev-parse @):
dbdc00669c1ced63b27c3c5f052ee4d28f10150c
SUCCESS checkout https://github.com/robbiehanson/CocoaAsyncSocket.git at 7.6.5
========================================
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": "cocoaasyncsocket",
      "name": "CocoaAsyncSocket",
      "url": "https://github.com/robbiehanson/CocoaAsyncSocket.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/CocoaAsyncSocket",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/robbiehanson/CocoaAsyncSocket.git
[1/6417] Fetching cocoaasyncsocket
Fetched https://github.com/robbiehanson/CocoaAsyncSocket.git from cache (1.42s)
Creating working copy for https://github.com/robbiehanson/CocoaAsyncSocket.git
Working copy of https://github.com/robbiehanson/CocoaAsyncSocket.git resolved at 7.6.5 (dbdc006)
warning: '.resolve-product-dependencies': dependency 'cocoaasyncsocket' 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/robbiehanson/CocoaAsyncSocket.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] Compiling CocoaAsyncSocket GCDAsyncUdpSocket.m
[1/2] Compiling CocoaAsyncSocket GCDAsyncSocket.m
Build complete! (2.14s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "CocoaAsyncSocket",
  "name" : "CocoaAsyncSocket",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "9.0"
    },
    {
      "name" : "macos",
      "version" : "10.10"
    },
    {
      "name" : "tvos",
      "version" : "9.0"
    }
  ],
  "products" : [
    {
      "name" : "CocoaAsyncSocket",
      "targets" : [
        "CocoaAsyncSocket"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SharedSwiftTests",
      "module_type" : "SwiftTarget",
      "name" : "SharedSwiftTests",
      "path" : "Tests/Shared/Swift",
      "sources" : [
        "GCDAsyncSocketReadTests.swift",
        "SwiftTests.swift",
        "TestServer.swift",
        "TestSocket.swift"
      ],
      "target_dependencies" : [
        "CocoaAsyncSocket"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SharedObjCTests",
      "module_type" : "ClangTarget",
      "name" : "SharedObjCTests",
      "path" : "Tests/Shared/ObjC",
      "sources" : [
        "GCDAsyncSocketConnectionTests.m",
        "GCDAsyncUdpSocketConnectionTests.m"
      ],
      "target_dependencies" : [
        "CocoaAsyncSocket"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CocoaAsyncSocket",
      "module_type" : "ClangTarget",
      "name" : "CocoaAsyncSocket",
      "path" : "Source/GCD",
      "product_memberships" : [
        "CocoaAsyncSocket"
      ],
      "sources" : [
        "GCDAsyncSocket.m",
        "GCDAsyncUdpSocket.m"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
Done.