The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Fit, reference main (bd4679), with Swift 6.2 for macOS (SPM) on 21 Jun 2025 15:46:52 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: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/OlehKorchytskyi/Fit
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at bd4679c Update README.md for 1.0.2
Cloned https://github.com/OlehKorchytskyi/Fit.git
Revision (git rev-parse @):
bd4679c22bb236474b778fc6bb2736307418591f
SUCCESS checkout https://github.com/OlehKorchytskyi/Fit.git at main
========================================
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 LineStyle.swift
[4/11] Compiling Fit LineBreak.swift
[5/11] Compiling Fit LineCache.swift
[6/11] Compiling Fit LineSpacing.swift
[7/11] Compiling Fit Fit.swift
[8/11] Compiling Fit LayoutCache.swift
[9/11] Compiling Fit FitLayout.swift
[10/11] Compiling Fit ItemSpacing.swift
[11/11] Emitting module Fit
Build complete! (9.10s)
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.