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 Resting, reference 1.0.0-beta.1 (d0e228), with Swift 6.0 for macOS (SPM) on 4 Nov 2024 23:50:49 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/rocxteady/Resting.git
Reference: 1.0.0-beta.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/rocxteady/Resting
 * tag               1.0.0-beta.1 -> FETCH_HEAD
HEAD is now at d0e2284 Fix compile errors and tests.
Cloned https://github.com/rocxteady/Resting.git
Revision (git rev-parse @):
d0e2284183fd85a820f915b33f08ce323e2d2823
SUCCESS checkout https://github.com/rocxteady/Resting.git at 1.0.0-beta.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": "resting",
      "name": "Resting",
      "url": "https://github.com/rocxteady/Resting.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Resting",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/rocxteady/Resting.git
[1/281] Fetching resting
Fetched https://github.com/rocxteady/Resting.git from cache (0.88s)
Creating working copy for https://github.com/rocxteady/Resting.git
Working copy of https://github.com/rocxteady/Resting.git resolved at 1.0.0-beta.1 (d0e2284)
warning: '.resolve-product-dependencies': dependency 'resting' 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/rocxteady/Resting.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/5] Write sources
[1/5] Copying Localizable.strings
[2/5] Copying Info.plist
[3/5] Copying Localizable.strings
[4/5] Write swift-version--7754E27361AE5C74.txt
[6/13] Compiling Resting resource_bundle_accessor.swift
[7/13] Compiling Resting RestingError.swift
[8/13] Compiling Resting Resting.swift
[9/13] Compiling Resting RequestConfiguration.swift
[10/13] Compiling Resting URLSession+Helper.swift
[11/13] Compiling Resting DataWithURLResponse.swift
[12/13] Compiling Resting URLComponents+Helper.swift
[13/13] Emitting module Resting
Build complete! (9.91s)
Build complete.
{
  "default_localization" : "en",
  "dependencies" : [
  ],
  "manifest_display_name" : "Resting",
  "name" : "Resting",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "watchos",
      "version" : "8.0"
    },
    {
      "name" : "tvos",
      "version" : "15.0"
    }
  ],
  "products" : [
    {
      "name" : "Resting",
      "targets" : [
        "Resting"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "RestingTests",
      "module_type" : "SwiftTarget",
      "name" : "RestingTests",
      "path" : "Tests/RestingTests",
      "sources" : [
        "LocalizationTests.swift",
        "Mocks/MockedFileManager.swift",
        "Mocks/MockedModel.swift",
        "Mocks/MockedURLService.swift",
        "RequestConfigurationTests.swift",
        "RestClientDownloadTests.swift",
        "RestClientTests.swift",
        "RestClientWithFailureTests.swift"
      ],
      "target_dependencies" : [
        "Resting"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Resting",
      "module_type" : "SwiftTarget",
      "name" : "Resting",
      "path" : "Sources/Resting",
      "product_memberships" : [
        "Resting"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/Resting/Resources/en.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "en"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/Resting/Resources/tr.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "tr"
            }
          }
        }
      ],
      "sources" : [
        "DataWithURLResponse.swift",
        "Extensions/URLComponents+Helper.swift",
        "Extensions/URLSession+Helper.swift",
        "RequestConfiguration.swift",
        "Resting.swift",
        "RestingError.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.