The Swift Package Index logo.Swift Package Index

Build Information

Successful build of LNViewHierarchyDumper, reference master (64d1d6), with Swift 6.3 for macOS (SPM) on 15 Apr 2026 08:39:39 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.70.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 64d1d66 1.4.0
Cloned https://github.com/LeoNatan/LNViewHierarchyDumper.git
Revision (git rev-parse @):
64d1d66ac588c5e7369d0f0945069820fdcd7434
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",
  "traits": [
    "default"
  ],
  "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",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/LeoNatan/LNViewHierarchyDumper.git
[1/231] Fetching lnviewhierarchydumper
Fetched https://github.com/LeoNatan/LNViewHierarchyDumper.git from cache (1.01s)
Creating working copy for https://github.com/LeoNatan/LNViewHierarchyDumper.git
Working copy of https://github.com/LeoNatan/LNViewHierarchyDumper.git resolved at master (64d1d66)
warning: '.resolve-product-dependencies': dependency 'lnviewhierarchydumper' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/LeoNatan/LNViewHierarchyDumper.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/10] Compiling LNViewHierarchyDumper+PhaseSupport_iOS.m
[1/10] Compiling LNViewHierarchyDumper+LibraryDebug.m
[2/10] Compiling LNViewHierarchyDumper+PhaseSupport_macOS.m
[3/10] Compiling LNViewHierarchyDumper+LibrarySupport.m
[4/10] Compiling NSData+GZIP.m
[5/10] Compiling LNViewHierarchyDumper.m
[6/10] Write Objects.LinkFileList
libtool: warning: 'LNViewHierarchyDumper+LibraryDebug.m.o' has no symbols
libtool: warning: 'LNViewHierarchyDumper+PhaseSupport_iOS.m.o' has no symbols
libtool: warning: 'NSData+GZIP.m.o' has no symbols
[8/10] Archiving libLNViewHierarchyDumper-Static.a
[9/10] Linking libLNViewHierarchyDumper.dylib
Build complete! (4.63s)
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" : "6.0"
}
Done.