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 LNInterpolation, reference master (0c5362), with Swift 6.0 for macOS (SPM) on 2 Nov 2024 23:53:16 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/LeoNatan/LNInterpolation.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/LeoNatan/LNInterpolation
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 0c53627 Update deployment targets
Cloned https://github.com/LeoNatan/LNInterpolation.git
Revision (git rev-parse @):
0c536276c537da00ec14c8f6f86ed607a030eba6
SUCCESS checkout https://github.com/LeoNatan/LNInterpolation.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": "lninterpolation",
      "name": "LNInterpolation",
      "url": "https://github.com/LeoNatan/LNInterpolation.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/LNInterpolation",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/LeoNatan/LNInterpolation.git
[1/259] Fetching lninterpolation
Fetched https://github.com/LeoNatan/LNInterpolation.git from cache (0.85s)
Creating working copy for https://github.com/LeoNatan/LNInterpolation.git
Working copy of https://github.com/LeoNatan/LNInterpolation.git resolved at master (0c53627)
warning: '.resolve-product-dependencies': dependency 'lninterpolation' 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/LeoNatan/LNInterpolation.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/7] Compiling LNInterpolation NSValue+Interpolation.mm
[1/7] Compiling LNInterpolation LNInterpolable.m
[2/7] Compiling LNInterpolation Color+Interpolation.m
[3/7] Write Objects.LinkFileList
[5/7] Archiving libLNInterpolation-Static.a
[6/7] Linking libLNInterpolation.dylib
Build complete! (4.07s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "LNInterpolation",
  "name" : "LNInterpolation",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "LNInterpolation",
      "targets" : [
        "LNInterpolation"
      ],
      "type" : {
        "library" : [
          "dynamic"
        ]
      }
    },
    {
      "name" : "LNInterpolation-Static",
      "targets" : [
        "LNInterpolation"
      ],
      "type" : {
        "library" : [
          "static"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "LNInterpolation",
      "module_type" : "ClangTarget",
      "name" : "LNInterpolation",
      "path" : "LNInterpolation",
      "product_memberships" : [
        "LNInterpolation",
        "LNInterpolation-Static"
      ],
      "sources" : [
        "Color+Interpolation.m",
        "LNInterpolable.m",
        "NSValue+Interpolation.mm"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
Done.