The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of SwiftLazy, reference v1.6.1 (1d1cfb), with Swift 5.10 for macOS (SPM) on 21 Nov 2025 15:10:40 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ivlevAstef/SwiftLazy.git
Reference: v1.6.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ivlevAstef/SwiftLazy
 * tag               v1.6.1     -> FETCH_HEAD
HEAD is now at 1d1cfb4 fix SPM for tuist - remove double folder contains for SwiftLazy
Cloned https://github.com/ivlevAstef/SwiftLazy.git
Revision (git rev-parse @):
1d1cfb4c8552fa2d2bf83cabc99ac9e60171d874
SUCCESS checkout https://github.com/ivlevAstef/SwiftLazy.git at v1.6.1
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $PWD
https://github.com/ivlevAstef/SwiftLazy.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-33747A42983211AE.txt
[3/9] Compiling SwiftLazy Provider.swift
[4/9] Compiling SwiftLazy PrefixOperator.swift
[5/9] Compiling SwiftLazy ProviderArgs.swift
[6/9] Compiling SwiftLazy Lazy.swift
[7/9] Compiling SwiftLazy BaseProvider.swift
[8/9] Emitting module SwiftLazy
[9/9] Compiling SwiftLazy BaseLazy.swift
Build complete! (2.99s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SwiftLazy",
  "name" : "SwiftLazy",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "8.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftLazy",
      "targets" : [
        "SwiftLazy"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftLazy",
      "module_type" : "SwiftTarget",
      "name" : "SwiftLazy",
      "path" : "Sources/SwiftLazy",
      "product_memberships" : [
        "SwiftLazy"
      ],
      "sources" : [
        "BaseLazy.swift",
        "BaseProvider.swift",
        "Lazy.swift",
        "PrefixOperator.swift",
        "Provider.swift",
        "ProviderArgs.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.