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 AlphabetEncoder, reference main (012f52), with Swift 6.0 for macOS (SPM) on 2 Nov 2024 12:54:06 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/CypherPoet/AlphabetEncoder.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/CypherPoet/AlphabetEncoder
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 012f52d 🔖 0.3.0
Cloned https://github.com/CypherPoet/AlphabetEncoder.git
Revision (git rev-parse @):
012f52da16a51a11c54697aaea9894f902d9f11e
SUCCESS checkout https://github.com/CypherPoet/AlphabetEncoder.git at main
Fetching https://github.com/apple/swift-docc-plugin
[1/2038] Fetching swift-docc-plugin
Fetched https://github.com/apple/swift-docc-plugin from cache (1.38s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.3 (0.67s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3153] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.36s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.71s)
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.3
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
========================================
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": "alphabetencoder",
      "name": "AlphabetEncoder",
      "url": "https://github.com/CypherPoet/AlphabetEncoder.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/AlphabetEncoder",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/CypherPoet/AlphabetEncoder.git
[1/261] Fetching alphabetencoder
Fetched https://github.com/CypherPoet/AlphabetEncoder.git from cache (1.19s)
Creating working copy for https://github.com/CypherPoet/AlphabetEncoder.git
Working copy of https://github.com/CypherPoet/AlphabetEncoder.git resolved at main (012f52d)
warning: '.resolve-product-dependencies': dependency 'alphabetencoder' 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/CypherPoet/AlphabetEncoder.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
[1/1] Compiling plugin Swift-DocC
[2/2] Compiling plugin Swift-DocC Preview
Building for debugging...
[2/4] Write sources
[3/4] Write swift-version--7754E27361AE5C74.txt
[5/8] Compiling AlphabetEncoder Alphabets.swift
[6/8] Compiling AlphabetEncoder AlphabetCoder+Error.swift
[7/8] Emitting module AlphabetEncoder
[8/8] Compiling AlphabetEncoder AlphabetCoder.swift
Build complete! (19.12s)
Build complete.
{
  "default_localization" : "en",
  "dependencies" : [
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    }
  ],
  "manifest_display_name" : "AlphabetEncoder",
  "name" : "AlphabetEncoder",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "AlphabetEncoder",
      "targets" : [
        "AlphabetEncoder"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "AlphabetEncoderTests",
      "module_type" : "SwiftTarget",
      "name" : "AlphabetEncoderTests",
      "path" : "Tests/AlphabetEncoder",
      "sources" : [
        "Cases/AlphabetCoderTests.swift"
      ],
      "target_dependencies" : [
        "AlphabetEncoder"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AlphabetEncoder",
      "module_type" : "SwiftTarget",
      "name" : "AlphabetEncoder",
      "path" : "Sources/AlphabetEncoder",
      "product_memberships" : [
        "AlphabetEncoder"
      ],
      "sources" : [
        "AlphabetCoder+Error.swift",
        "AlphabetCoder.swift",
        "Alphabets.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.6"
}
Done.