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 master (1d1cfb), with Swift 6.0 for macOS (SPM) on 21 Nov 2025 15:10:56 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.2.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: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ivlevAstef/SwiftLazy
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
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 master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/ivlevAstef/SwiftLazy.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-5BDAB9E9C0126B9D.txt
[3/9] Compiling SwiftLazy ProviderArgs.swift
[4/9] Compiling SwiftLazy Provider.swift
[5/9] Compiling SwiftLazy Lazy.swift
[6/9] Compiling SwiftLazy PrefixOperator.swift
[7/9] Compiling SwiftLazy BaseLazy.swift
[8/9] Compiling SwiftLazy BaseProvider.swift
[9/9] Emitting module SwiftLazy
Build complete! (2.77s)
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.