The Swift Package Index logo.Swift Package Index

Build Information

Successful build of ProgressUI, reference main (c3f406), with Swift 6.2 for macOS (SPM) on 24 Jun 2025 03:11:53 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/PierreJanineh-com/ProgressUI.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/PierreJanineh-com/ProgressUI
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at c3f4063 Create FUNDING.yml
Cloned https://github.com/PierreJanineh-com/ProgressUI.git
Revision (git rev-parse @):
c3f4063c99ce6cedfe3147b3b516d5354852d136
SUCCESS checkout https://github.com/PierreJanineh-com/ProgressUI.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/PierreJanineh-com/ProgressUI.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/13] Compiling ProgressUI Progressable.swift
[4/13] Compiling ProgressUI ProgressSize.swift
[5/13] Compiling ProgressUI Options.swift
[6/14] Compiling ProgressUI ProgressUI+ViewModel.swift
[7/14] Compiling ProgressUI GrowDirection.swift
[8/14] Compiling ProgressUI ProgressUI+Modifiers.swift
[9/14] Compiling ProgressUI ProgressUI.swift
[10/14] Compiling ProgressUI BaseProgress.swift
[11/14] Compiling ProgressUI CircularProgress.swift
[12/14] Emitting module ProgressUI
[13/14] Compiling ProgressUI LinearProgress.swift
[14/14] Compiling ProgressUI Shape.swift
Build complete! (10.56s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "ProgressUI",
  "name" : "ProgressUI",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "tvos",
      "version" : "15.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "14.0"
    },
    {
      "name" : "macos",
      "version" : "11.0"
    },
    {
      "name" : "watchos",
      "version" : "7.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "ProgressUI",
      "targets" : [
        "ProgressUI"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ProgressUI",
      "module_type" : "SwiftTarget",
      "name" : "ProgressUI",
      "path" : "Sources/ProgressUI",
      "product_memberships" : [
        "ProgressUI"
      ],
      "sources" : [
        "Components/BaseProgress.swift",
        "Components/CircularProgress.swift",
        "Components/LinearProgress.swift",
        "Components/ProgressUI/ProgressUI+Modifiers.swift",
        "Components/ProgressUI/ProgressUI+ViewModel.swift",
        "Components/ProgressUI/ProgressUI.swift",
        "GrowDirection.swift",
        "Options.swift",
        "ProgressSize.swift",
        "Progressable.swift",
        "Shape.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
Done.