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 LNViewHierarchyDumper, reference master (367e15), with Swift 6.0 for macOS (SPM) on 3 Nov 2024 10:24: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/LeoNatan/LNViewHierarchyDumper.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/LeoNatan/LNViewHierarchyDumper
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 367e15c Update demo project
Cloned https://github.com/LeoNatan/LNViewHierarchyDumper.git
Revision (git rev-parse @):
367e15c91793403b92a109b02f2919e3f30b1def
SUCCESS checkout https://github.com/LeoNatan/LNViewHierarchyDumper.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": "lnviewhierarchydumper",
      "name": "LNViewHierarchyDumper",
      "url": "https://github.com/LeoNatan/LNViewHierarchyDumper.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/LNViewHierarchyDumper",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/LeoNatan/LNViewHierarchyDumper.git
[3/217] Fetching lnviewhierarchydumper
Fetched https://github.com/LeoNatan/LNViewHierarchyDumper.git from cache (1.02s)
Creating working copy for https://github.com/LeoNatan/LNViewHierarchyDumper.git
Working copy of https://github.com/LeoNatan/LNViewHierarchyDumper.git resolved at master (367e15c)
warning: '.resolve-product-dependencies': dependency 'lnviewhierarchydumper' 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/LNViewHierarchyDumper.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/10] Compiling LNViewHierarchyDumper+PhaseSupport_macOS.m
[1/10] Compiling LNViewHierarchyDumper+LibraryDebug.m
[2/10] Compiling LNViewHierarchyDumper+LibrarySupport.m
[3/10] Compiling LNViewHierarchyDumper+PhaseSupport_iOS.m
[4/10] Compiling NSData+GZIP.m
[5/10] Compiling LNViewHierarchyDumper.m
[6/10] Write Objects.LinkFileList
[8/10] Archiving libLNViewHierarchyDumper-Static.a
[9/10] Linking libLNViewHierarchyDumper.dylib
Build complete! (4.13s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "LNViewHierarchyDumper",
  "name" : "LNViewHierarchyDumper",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "11.0"
    },
    {
      "name" : "tvos",
      "version" : "14.0"
    },
    {
      "name" : "watchos",
      "version" : "7.0"
    }
  ],
  "products" : [
    {
      "name" : "LNViewHierarchyDumper",
      "targets" : [
        "LNViewHierarchyDumper"
      ],
      "type" : {
        "library" : [
          "dynamic"
        ]
      }
    },
    {
      "name" : "LNViewHierarchyDumper-Static",
      "targets" : [
        "LNViewHierarchyDumper"
      ],
      "type" : {
        "library" : [
          "static"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "LNViewHierarchyDumper",
      "module_type" : "ClangTarget",
      "name" : "LNViewHierarchyDumper",
      "path" : "LNViewHierarchyDumper",
      "product_memberships" : [
        "LNViewHierarchyDumper",
        "LNViewHierarchyDumper-Static"
      ],
      "sources" : [
        "LNViewHierarchyDumper/LNViewHierarchyDumper+LibraryDebug.m",
        "LNViewHierarchyDumper/LNViewHierarchyDumper+LibrarySupport.m",
        "LNViewHierarchyDumper/LNViewHierarchyDumper+PhaseSupport_iOS.m",
        "LNViewHierarchyDumper/LNViewHierarchyDumper+PhaseSupport_macOS.m",
        "LNViewHierarchyDumper/LNViewHierarchyDumper.m",
        "LNViewHierarchyDumper/NSData+GZIP.m"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
Done.