The Swift Package Index logo.Swift Package Index

Build Information

Successful build of ShimmerFX, reference main (845d35), with Swift 6.3 for macOS (SPM) on 14 Apr 2026 17:57: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/leohsmedeiros/ShimmerFX.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/leohsmedeiros/ShimmerFX
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 845d359 Add unit tests
Cloned https://github.com/leohsmedeiros/ShimmerFX.git
Revision (git rev-parse @):
845d3593bfe658630e2a87f956339daad1791f47
SUCCESS checkout https://github.com/leohsmedeiros/ShimmerFX.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": "shimmerfx",
      "name": "ShimmerFX",
      "url": "https://github.com/leohsmedeiros/ShimmerFX.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/ShimmerFX",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/leohsmedeiros/ShimmerFX.git
[1/78] Fetching shimmerfx
Fetched https://github.com/leohsmedeiros/ShimmerFX.git from cache (0.91s)
Creating working copy for https://github.com/leohsmedeiros/ShimmerFX.git
Working copy of https://github.com/leohsmedeiros/ShimmerFX.git resolved at main (845d359)
warning: '.resolve-product-dependencies': dependency 'shimmerfx' 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/leohsmedeiros/ShimmerFX.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/4] Compiling ShimmerFX ShimmerFX.swift
[4/4] Emitting module ShimmerFX
Build complete! (8.99s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "ShimmerFX",
  "name" : "ShimmerFX",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "14.0"
    },
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "watchos",
      "version" : "10.0"
    },
    {
      "name" : "tvos",
      "version" : "17.0"
    }
  ],
  "products" : [
    {
      "name" : "ShimmerFX",
      "targets" : [
        "ShimmerFX"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ShimmerFXTests",
      "module_type" : "SwiftTarget",
      "name" : "ShimmerFXTests",
      "path" : "Tests/ShimmerFXTests",
      "sources" : [
        "ShimmerFXTests.swift"
      ],
      "target_dependencies" : [
        "ShimmerFX"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ShimmerFX",
      "module_type" : "SwiftTarget",
      "name" : "ShimmerFX",
      "path" : "Sources/ShimmerFX",
      "product_memberships" : [
        "ShimmerFX"
      ],
      "sources" : [
        "ShimmerFX.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.