This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.

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 Alter with Swift 6.0 for macOS (SPM).

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete

Build Log

========================================
RunAll
========================================
Builder version: 4.40.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/hainayanda/Alter.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/hainayanda/Alter
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at babc7a3 Merge pull request #13 from hainayanda/change-user-name
Cloned https://github.com/hainayanda/Alter.git
Revision (git rev-parse @):
babc7a303c4214950a0c6f3e3a509b6cc8123dd4
SUCCESS checkout https://github.com/hainayanda/Alter.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $workDir
https://github.com/hainayanda/Alter.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a 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-6F35C1178C84523A.txt
[3/11] Compiling Alter Mirror+Extensions.swift
[4/11] Compiling Alter DecoderEncoder+Extensions.swift
[5/11] Compiling Alter Alterable.swift
[6/11] Compiling Alter TypeAlterer.swift
[7/11] Compiling Alter AlterCodingKey.swift
[8/11] Compiling Alter AlterableProperty.swift
/Users/admin/builder/spi-builder-workspace/Alter/Classes/AlterableProperty.swift:10:29: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
  8 | import Foundation
  9 |
 10 | protocol AlterableProperty: class, Codable {
    |                             `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
 11 |     var key: String? { get set }
 12 |     var nestedKeys: [String] { get }
[9/11] Compiling Alter Array+Extensions.swift
[10/11] Compiling Alter AlterError.swift
[11/11] Emitting module Alter
/Users/admin/builder/spi-builder-workspace/Alter/Classes/AlterableProperty.swift:10:29: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
  8 | import Foundation
  9 |
 10 | protocol AlterableProperty: class, Codable {
    |                             `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
 11 |     var key: String? { get set }
 12 |     var nestedKeys: [String] { get }
Build complete! (31.62s)
Fetching https://github.com/Quick/Nimble.git
Fetching https://github.com/Quick/Quick.git
Fetching https://github.com/mattgallagher/CwlCatchException.git
Fetching https://github.com/mattgallagher/CwlPreconditionTesting.git
[1/439] Fetching cwlcatchexception
[190/1686] Fetching cwlcatchexception, cwlpreconditiontesting
[1625/16235] Fetching cwlcatchexception, cwlpreconditiontesting, quick
[11581/34875] Fetching cwlcatchexception, cwlpreconditiontesting, quick, nimble
Fetched https://github.com/Quick/Nimble.git from cache (2.65s)
Fetched https://github.com/mattgallagher/CwlPreconditionTesting.git from cache (2.65s)
Fetched https://github.com/mattgallagher/CwlCatchException.git from cache (2.65s)
Fetched https://github.com/Quick/Quick.git from cache (2.65s)
Computing version for https://github.com/Quick/Nimble.git
Computed https://github.com/Quick/Nimble.git at 9.2.0 (0.69s)
Computing version for https://github.com/Quick/Quick.git
Computed https://github.com/Quick/Quick.git at 4.0.0 (0.68s)
Computing version for https://github.com/mattgallagher/CwlPreconditionTesting.git
Computed https://github.com/mattgallagher/CwlPreconditionTesting.git at 2.0.0 (0.67s)
Computing version for https://github.com/mattgallagher/CwlCatchException.git
Computed https://github.com/mattgallagher/CwlCatchException.git at 2.0.0 (0.66s)
Creating working copy for https://github.com/mattgallagher/CwlPreconditionTesting.git
Working copy of https://github.com/mattgallagher/CwlPreconditionTesting.git resolved at 2.0.0
Creating working copy for https://github.com/mattgallagher/CwlCatchException.git
Working copy of https://github.com/mattgallagher/CwlCatchException.git resolved at 2.0.0
Creating working copy for https://github.com/Quick/Nimble.git
Working copy of https://github.com/Quick/Nimble.git resolved at 9.2.0
Creating working copy for https://github.com/Quick/Quick.git
Working copy of https://github.com/Quick/Quick.git resolved at 4.0.0
Build complete.
{
  "dependencies" : [
    {
      "identity" : "quick",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Quick/Quick.git"
    },
    {
      "identity" : "nimble",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "9.2.0",
            "upper_bound" : "10.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Quick/Nimble.git"
    }
  ],
  "manifest_display_name" : "Alter",
  "name" : "Alter",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "10.0"
    },
    {
      "name" : "macos",
      "version" : "10.10"
    },
    {
      "name" : "tvos",
      "version" : "10.0"
    }
  ],
  "products" : [
    {
      "name" : "Alter",
      "targets" : [
        "Alter"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "AlterTests",
      "module_type" : "SwiftTarget",
      "name" : "AlterTests",
      "path" : "Example/Tests",
      "product_dependencies" : [
        "Quick",
        "Nimble"
      ],
      "sources" : [
        "AlterableThing.swift",
        "IntegrationTests.swift",
        "Stub.swift",
        "TestUtils.swift"
      ],
      "target_dependencies" : [
        "Alter"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Alter",
      "module_type" : "SwiftTarget",
      "name" : "Alter",
      "path" : "Alter/Classes",
      "product_memberships" : [
        "Alter"
      ],
      "sources" : [
        "AlterCodingKey.swift",
        "AlterError.swift",
        "Alterable.swift",
        "AlterableProperty.swift",
        "Array+Extensions.swift",
        "DecoderEncoder+Extensions.swift",
        "Mirror+Extensions.swift",
        "TypeAlterer.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
Done.
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.