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 Fit, reference 1.0.2 (701b55), with Swift 6.2 (beta) for macOS (SPM) on 21 Jun 2025 15:47:14 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/OlehKorchytskyi/Fit.git
Reference: 1.0.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/OlehKorchytskyi/Fit
 * tag               1.0.2      -> FETCH_HEAD
HEAD is now at 701b55b - removed unnecessary container width check; - code cleaning.
Cloned https://github.com/OlehKorchytskyi/Fit.git
Revision (git rev-parse @):
701b55b29197fe816325a567cc37c61972033796
SUCCESS checkout https://github.com/OlehKorchytskyi/Fit.git at 1.0.2
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/OlehKorchytskyi/Fit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/11] Compiling Fit LineBreak.swift
[4/11] Compiling Fit LineSpacing.swift
[5/11] Compiling Fit LineStyle.swift
[6/11] Compiling Fit LineCache.swift
[7/11] Compiling Fit ItemSpacing.swift
[8/11] Compiling Fit LayoutCache.swift
[9/11] Compiling Fit FitLayout.swift
[10/11] Emitting module Fit
[11/11] Compiling Fit Fit.swift
Build complete! (9.07s)
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /Users/admin/builder/spi-builder-workspace/Sources/Fit/PrivacyInfo.xcprivacy
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Fit",
  "name" : "Fit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "16.0"
    },
    {
      "name" : "watchos",
      "version" : "9.0"
    }
  ],
  "products" : [
    {
      "name" : "Fit",
      "targets" : [
        "Fit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "FitTests",
      "module_type" : "SwiftTarget",
      "name" : "FitTests",
      "path" : "Tests/FitTests",
      "sources" : [
        "FitTests.swift"
      ],
      "target_dependencies" : [
        "Fit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Fit",
      "module_type" : "SwiftTarget",
      "name" : "Fit",
      "path" : "Sources/Fit",
      "product_memberships" : [
        "Fit"
      ],
      "sources" : [
        "Fit.swift",
        "FitLayout.swift",
        "ItemSpacing.swift",
        "LayoutCache.swift",
        "LineBreak.swift",
        "LineCache.swift",
        "LineSpacing.swift",
        "LineStyle.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.