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 FLet, reference 2.0.0 (0ca1cd), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 15:05:38 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/0xOpenBytes/FLet.git
Reference: 2.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/0xOpenBytes/FLet
 * tag               2.0.0      -> FETCH_HEAD
HEAD is now at 0ca1cd5 Update c to 1.0.0
Cloned https://github.com/0xOpenBytes/FLet.git
Revision (git rev-parse @):
0ca1cd5a70e9f790bd3ef6f99c14e721bbce2386
SUCCESS checkout https://github.com/0xOpenBytes/FLet.git at 2.0.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/0xOpenBytes/FLet.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/5] Write sources
[4/5] Write swift-version-1EA4D86E10B52AF.txt
[6/22] Compiling t t+Structure.swift
[7/22] Compiling o NotificationDelegate.swift
[8/22] Emitting module o
[9/22] Compiling o o+console.swift
[10/22] Compiling o o+file.swift
[11/23] Compiling o NotificationGet.swift
[12/23] Compiling o NotificationPost.swift
[13/23] Compiling o o+notification.swift
[14/23] Compiling o NotificationUpdate.swift
[15/23] Compiling o NotificationAuthorization.swift
[16/23] Compiling o o+url.swift
[17/23] Compiling o NotificationDelete.swift
[18/23] Compiling o o.swift
[19/23] Compiling t t.swift
[20/23] Compiling t t+Assertion.swift
[21/23] Emitting module t
[22/23] Compiling t t+Logging.swift
[23/23] Compiling t t+Factories.swift
[24/25] Compiling c c.swift
[25/25] Emitting module c
[26/27] Emitting module FLet
[27/27] Compiling FLet FLet.swift
Build complete! (8.83s)
Fetching https://github.com/0xOpenBytes/c
Fetching https://github.com/0xOpenBytes/o
Fetching https://github.com/0xOpenBytes/t
[1/237] Fetching c
[222/485] Fetching c, o
[486/853] Fetching c, o, t
Fetched https://github.com/0xOpenBytes/t from cache (0.88s)
Fetched https://github.com/0xOpenBytes/o from cache (0.88s)
Fetched https://github.com/0xOpenBytes/c from cache (0.88s)
Computing version for https://github.com/0xOpenBytes/t
Computed https://github.com/0xOpenBytes/t at 0.2.0 (1.39s)
Computing version for https://github.com/0xOpenBytes/o
Computed https://github.com/0xOpenBytes/o at 0.3.0 (0.48s)
Computing version for https://github.com/0xOpenBytes/c
Computed https://github.com/0xOpenBytes/c at 1.2.0 (0.50s)
Creating working copy for https://github.com/0xOpenBytes/c
Working copy of https://github.com/0xOpenBytes/c resolved at 1.2.0
Creating working copy for https://github.com/0xOpenBytes/t
Working copy of https://github.com/0xOpenBytes/t resolved at 0.2.0
Creating working copy for https://github.com/0xOpenBytes/o
Working copy of https://github.com/0xOpenBytes/o resolved at 0.3.0
Build complete.
{
  "dependencies" : [
    {
      "identity" : "t",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.2.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/0xOpenBytes/t"
    },
    {
      "identity" : "c",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/0xOpenBytes/c"
    },
    {
      "identity" : "o",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.2.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/0xOpenBytes/o"
    }
  ],
  "manifest_display_name" : "FLet",
  "name" : "FLet",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "macos",
      "version" : "11.0"
    },
    {
      "name" : "watchos",
      "version" : "7.0"
    }
  ],
  "products" : [
    {
      "name" : "FLet",
      "targets" : [
        "FLet"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "FLetTests",
      "module_type" : "SwiftTarget",
      "name" : "FLetTests",
      "path" : "Tests/FLetTests",
      "sources" : [
        "FLetTests.swift"
      ],
      "target_dependencies" : [
        "FLet"
      ],
      "type" : "test"
    },
    {
      "c99name" : "FLet",
      "module_type" : "SwiftTarget",
      "name" : "FLet",
      "path" : "Sources/FLet",
      "product_dependencies" : [
        "t",
        "c",
        "o"
      ],
      "product_memberships" : [
        "FLet"
      ],
      "sources" : [
        "FLet.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
Done.