The Swift Package Index logo.Swift Package Index

Build Information

Successful build of WLStorage, reference main (e861c6), with Swift 6.3 for macOS (SPM) on 17 Apr 2026 06:28:07 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/wegenerlabs/WLStorage.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/wegenerlabs/WLStorage
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at e861c67 remove wl_storage_directory_url
Cloned https://github.com/wegenerlabs/WLStorage.git
Revision (git rev-parse @):
e861c671099922e2658b267092feead2118356c8
SUCCESS checkout https://github.com/wegenerlabs/WLStorage.git at main
Fetching https://github.com/nalexn/ViewInspector.git
[1/12750] Fetching viewinspector
Fetched https://github.com/nalexn/ViewInspector.git from cache (1.26s)
Computing version for https://github.com/nalexn/ViewInspector.git
Computed https://github.com/nalexn/ViewInspector.git at 0.10.3 (1.90s)
Creating working copy for https://github.com/nalexn/ViewInspector.git
Working copy of https://github.com/nalexn/ViewInspector.git resolved at 0.10.3
========================================
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": "wlstorage",
      "name": "WLStorage",
      "url": "https://github.com/wegenerlabs/WLStorage.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/WLStorage",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/wegenerlabs/WLStorage.git
[1/95] Fetching wlstorage
Fetched https://github.com/wegenerlabs/WLStorage.git from cache (0.66s)
Creating working copy for https://github.com/wegenerlabs/WLStorage.git
Working copy of https://github.com/wegenerlabs/WLStorage.git resolved at main (e861c67)
warning: '.resolve-product-dependencies': dependency 'wlstorage' 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/wegenerlabs/WLStorage.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/5] Compiling WLStorage WLStorage.swift
[4/5] Compiling WLStorage WLStorageHelpers.swift
[5/5] Emitting module WLStorage
Build complete! (8.81s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "viewinspector",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.10.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/nalexn/ViewInspector.git"
    }
  ],
  "manifest_display_name" : "WLStorage",
  "name" : "WLStorage",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "WLStorage",
      "targets" : [
        "WLStorage"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "WLStorageTests",
      "module_type" : "SwiftTarget",
      "name" : "WLStorageTests",
      "path" : "Tests/WLStorageTests",
      "product_dependencies" : [
        "ViewInspector"
      ],
      "sources" : [
        "WLStorageTests.swift",
        "WLStorageViewTests.swift"
      ],
      "target_dependencies" : [
        "WLStorage"
      ],
      "type" : "test"
    },
    {
      "c99name" : "WLStorage",
      "module_type" : "SwiftTarget",
      "name" : "WLStorage",
      "path" : "Sources/WLStorage",
      "product_memberships" : [
        "WLStorage"
      ],
      "sources" : [
        "WLStorage.swift",
        "WLStorageHelpers.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.2"
}
Done.