The Swift Package Index logo.Swift Package Index

Build Information

Successful build of EasySkeleton, reference main (54f616), with Swift 6.3 for macOS (SPM) on 15 Apr 2026 07:10:54 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/SpectralDragon/EasySkeleton.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/SpectralDragon/EasySkeleton
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 54f616e Add vision pro support
Cloned https://github.com/SpectralDragon/EasySkeleton.git
Revision (git rev-parse @):
54f616e5f58cbb2aabb5b671921e470689c91ca5
SUCCESS checkout https://github.com/SpectralDragon/EasySkeleton.git at main
========================================
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": "easyskeleton",
      "name": "EasySkeleton",
      "url": "https://github.com/SpectralDragon/EasySkeleton.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/EasySkeleton",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/SpectralDragon/EasySkeleton.git
[1/114] Fetching easyskeleton
Fetched https://github.com/SpectralDragon/EasySkeleton.git from cache (1.66s)
Creating working copy for https://github.com/SpectralDragon/EasySkeleton.git
Working copy of https://github.com/SpectralDragon/EasySkeleton.git resolved at main (54f616e)
warning: '.resolve-product-dependencies': dependency 'easyskeleton' 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/SpectralDragon/EasySkeleton.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/8] Compiling EasySkeleton ForEach+Skeleton.swift
[4/8] Compiling EasySkeleton Color+Skeleton.swift
[5/8] Compiling EasySkeleton List+Skeleton.swift
[6/8] Compiling EasySkeleton View+Skeleton.swift
[7/8] Compiling EasySkeleton EasySkeleton.swift
[8/8] Emitting module EasySkeleton
Build complete! (9.99s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "EasySkeleton",
  "name" : "EasySkeleton",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "tvos",
      "version" : "16.0"
    },
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "EasySkeleton",
      "targets" : [
        "EasySkeleton"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "EasySkeletonTests",
      "module_type" : "SwiftTarget",
      "name" : "EasySkeletonTests",
      "path" : "Tests/EasySkeletonTests",
      "sources" : [
        "EasySkeletonTests.swift"
      ],
      "target_dependencies" : [
        "EasySkeleton"
      ],
      "type" : "test"
    },
    {
      "c99name" : "EasySkeleton",
      "module_type" : "SwiftTarget",
      "name" : "EasySkeleton",
      "path" : "Sources/EasySkeleton",
      "product_memberships" : [
        "EasySkeleton"
      ],
      "sources" : [
        "EasySkeleton.swift",
        "Extensions/Color+Skeleton.swift",
        "Extensions/ForEach+Skeleton.swift",
        "Extensions/List+Skeleton.swift",
        "Extensions/View+Skeleton.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.