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 Easing, reference main (f9317a), with Swift 6.0 for macOS (SPM) on 4 Nov 2024 12:56:20 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/manuelCarlos/Easing.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/manuelCarlos/Easing
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at f9317ae Merge pull request #25 from manuelCarlos/fix/privacy-manifest
Cloned https://github.com/manuelCarlos/Easing.git
Revision (git rev-parse @):
f9317aee6f52e0ece0a8f866a857e8440e850b63
SUCCESS checkout https://github.com/manuelCarlos/Easing.git at main
Fetching https://github.com/apple/swift-numerics
[1/5576] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics from cache (1.20s)
Computing version for https://github.com/apple/swift-numerics
Computed https://github.com/apple/swift-numerics at 1.0.2 (0.64s)
Creating working copy for https://github.com/apple/swift-numerics
Working copy of https://github.com/apple/swift-numerics resolved at 1.0.2
========================================
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": "easing",
      "name": "Easing",
      "url": "https://github.com/manuelCarlos/Easing.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Easing",
      "dependencies": [
        {
          "identity": "swift-numerics",
          "name": "swift-numerics",
          "url": "https://github.com/apple/swift-numerics",
          "version": "1.0.2",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-numerics",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/manuelCarlos/Easing.git
[1/1184] Fetching easing
Fetched https://github.com/manuelCarlos/Easing.git from cache (1.93s)
Fetching https://github.com/apple/swift-numerics from cache
Fetched https://github.com/apple/swift-numerics from cache (0.55s)
Computing version for https://github.com/apple/swift-numerics
Computed https://github.com/apple/swift-numerics at 1.0.2 (0.03s)
Creating working copy for https://github.com/manuelCarlos/Easing.git
Working copy of https://github.com/manuelCarlos/Easing.git resolved at main (f9317ae)
Creating working copy for https://github.com/apple/swift-numerics
Working copy of https://github.com/apple/swift-numerics resolved at 1.0.2
warning: '.resolve-product-dependencies': dependency 'easing' is not used by any target
Found 1 product dependencies
  - swift-numerics
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/manuelCarlos/Easing.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
[2/5] Copying PrivacyInfo.xcprivacy
[3/5] Compiling _NumericsShims _NumericsShims.c
[4/5] Write swift-version--7754E27361AE5C74.txt
[6/15] Compiling RealModule Real.swift
[7/15] Compiling RealModule Float80+Real.swift
[8/15] Compiling RealModule Float+Real.swift
[9/16] Compiling RealModule Float16+Real.swift
[10/16] Compiling RealModule Double+Real.swift
[11/16] Compiling RealModule AugmentedArithmetic.swift
[12/16] Compiling RealModule ApproximateEquality.swift
[13/16] Compiling RealModule AlgebraicField.swift
[14/16] Compiling RealModule ElementaryFunctions.swift
[15/16] Emitting module RealModule
[16/16] Compiling RealModule RealFunctions.swift
[17/19] Emitting module Easing
[18/19] Compiling Easing Easing.swift
[19/19] Compiling Easing resource_bundle_accessor.swift
Build complete! (15.87s)
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /Users/admin/builder/spi-builder-workspace/Sources/Easing/Easing.docc
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-numerics",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-numerics"
    }
  ],
  "manifest_display_name" : "Easing",
  "name" : "Easing",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Easing",
      "targets" : [
        "Easing"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "EasingTests",
      "module_type" : "SwiftTarget",
      "name" : "EasingTests",
      "path" : "Tests/EasingTests",
      "sources" : [
        "EasingTests.swift",
        "Helpers/Array+IsOrdered.swift"
      ],
      "target_dependencies" : [
        "Easing"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Easing",
      "module_type" : "SwiftTarget",
      "name" : "Easing",
      "path" : "Sources/Easing",
      "product_dependencies" : [
        "RealModule"
      ],
      "product_memberships" : [
        "Easing"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/Easing/PrivacyInfo.xcprivacy",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "Easing.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Done.