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 SwiftAPIClient, reference 0.1.5 (83382b), with Swift 6.0 for macOS (SPM) on 4 Nov 2024 05:52:11 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/hromni/SwiftAPIClient.git
Reference: 0.1.5
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/hromni/SwiftAPIClient
 * tag               0.1.5      -> FETCH_HEAD
HEAD is now at 83382b3 Merge pull request #2 from hromni/cocoapods-support
Cloned https://github.com/hromni/SwiftAPIClient.git
Revision (git rev-parse @):
83382b3f5dfa262e469f62e769331c343e367443
SUCCESS checkout https://github.com/hromni/SwiftAPIClient.git at 0.1.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": "swiftapiclient",
      "name": "SwiftAPIClient",
      "url": "https://github.com/hromni/SwiftAPIClient.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftAPIClient",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/hromni/SwiftAPIClient.git
[1/143] Fetching swiftapiclient
Fetched https://github.com/hromni/SwiftAPIClient.git from cache (0.70s)
Creating working copy for https://github.com/hromni/SwiftAPIClient.git
Working copy of https://github.com/hromni/SwiftAPIClient.git resolved at 0.1.5 (83382b3)
warning: '.resolve-product-dependencies': dependency 'swiftapiclient' 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/hromni/SwiftAPIClient.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/10] Compiling SwiftAPIClient ResponseValidator.swift
[4/10] Compiling SwiftAPIClient JsonResponse.swift
[5/10] Compiling SwiftAPIClient Response.swift
[6/10] Compiling SwiftAPIClient SwiftApiClientError.swift
[7/10] Compiling SwiftAPIClient Endpoint.swift
[8/10] Compiling SwiftAPIClient RequestBody.swift
[9/10] Emitting module SwiftAPIClient
[10/10] Compiling SwiftAPIClient HTTPMethod.swift
Build complete! (9.24s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SwiftAPIClient",
  "name" : "SwiftAPIClient",
  "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" : "8.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftAPIClient",
      "targets" : [
        "SwiftAPIClient"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftAPIClientTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftAPIClientTests",
      "path" : "Tests/SwiftAPIClientTests",
      "sources" : [
        "EndpointTests.swift",
        "JsonResponseTests.swift",
        "RequestBodyTests.swift"
      ],
      "target_dependencies" : [
        "SwiftAPIClient"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftAPIClient",
      "module_type" : "SwiftTarget",
      "name" : "SwiftAPIClient",
      "path" : "Sources/SwiftAPIClient",
      "product_memberships" : [
        "SwiftAPIClient"
      ],
      "sources" : [
        "Enums/HTTPMethod.swift",
        "Enums/RequestBody.swift",
        "Enums/SwiftApiClientError.swift",
        "Protocols/Endpoint.swift",
        "Protocols/JsonResponse.swift",
        "Protocols/Response.swift",
        "Protocols/ResponseValidator.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Done.