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 NotarizationInfo, reference master (86e428), with Swift 6.0 for macOS (SPM) on 30 Oct 2024 19:03:14 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/phimage/NotarizationInfo.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/phimage/NotarizationInfo
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 86e4288 Add github metadata: workflow and funding
Cloned https://github.com/phimage/NotarizationInfo.git
Revision (git rev-parse @):
86e4288d6122ed75361196d61f08116376f3539c
SUCCESS checkout https://github.com/phimage/NotarizationInfo.git at master
========================================
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": "notarizationinfo",
      "name": "NotarizationInfo",
      "url": "https://github.com/phimage/NotarizationInfo.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/NotarizationInfo",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/phimage/NotarizationInfo.git
[1/85] Fetching notarizationinfo
Fetched https://github.com/phimage/NotarizationInfo.git from cache (0.69s)
Creating working copy for https://github.com/phimage/NotarizationInfo.git
Working copy of https://github.com/phimage/NotarizationInfo.git resolved at master (86e4288)
warning: '.resolve-product-dependencies': dependency 'notarizationinfo' 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/phimage/NotarizationInfo.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/9] Compiling NotarizationInfo NotarizationError.swift
/Users/admin/builder/spi-builder-workspace/Sources/NotarizationInfo/NotarizationError.swift:37:20: warning: class 'ProductError' must restate inherited '@unchecked Sendable' conformance
35 | }
36 |
37 | public final class ProductError: NSError, Codable {
   |                    `- warning: class 'ProductError' must restate inherited '@unchecked Sendable' conformance
38 |
39 |     enum CodingKeys: String, CodingKey {
[4/9] Compiling NotarizationInfo NotarizationUpload.swift
[5/9] Emitting module NotarizationInfo
/Users/admin/builder/spi-builder-workspace/Sources/NotarizationInfo/NotarizationError.swift:37:20: warning: class 'ProductError' must restate inherited '@unchecked Sendable' conformance
35 | }
36 |
37 | public final class ProductError: NSError, Codable {
   |                    `- warning: class 'ProductError' must restate inherited '@unchecked Sendable' conformance
38 |
39 |     enum CodingKeys: String, CodingKey {
[6/9] Compiling NotarizationInfo NotarizationHistory.swift
[7/9] Compiling NotarizationInfo NotarizationInfo.swift
[8/9] Compiling NotarizationInfo NotarizationResponse.swift
[9/9] Compiling NotarizationInfo NotarizationStatus.swift
Build complete! (8.72s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "NotarizationInfo",
  "name" : "NotarizationInfo",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "NotarizationInfo",
      "targets" : [
        "NotarizationInfo"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "NotarizationInfoTests",
      "module_type" : "SwiftTarget",
      "name" : "NotarizationInfoTests",
      "path" : "Tests/NotarizationInfoTests",
      "sources" : [
        "NotarizationInfoTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "NotarizationInfo"
      ],
      "type" : "test"
    },
    {
      "c99name" : "NotarizationInfo",
      "module_type" : "SwiftTarget",
      "name" : "NotarizationInfo",
      "path" : "Sources/NotarizationInfo",
      "product_memberships" : [
        "NotarizationInfo"
      ],
      "sources" : [
        "NotarizationError.swift",
        "NotarizationHistory.swift",
        "NotarizationInfo.swift",
        "NotarizationResponse.swift",
        "NotarizationStatus.swift",
        "NotarizationUpload.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
Done.