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 ProgressUI, reference 1.0.4 (b60500), with Swift 5.10 for macOS (SPM) on 16 May 2025 17:39:45 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.61.4
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/PierreJanineh-com/ProgressUI.git
Reference: 1.0.4
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/PierreJanineh-com/ProgressUI
 * tag               1.0.4      -> FETCH_HEAD
HEAD is now at b60500d docs: Update README and demo assets (#17)
Cloned https://github.com/PierreJanineh-com/ProgressUI.git
Revision (git rev-parse @):
b60500d2395377dd31b2fde8a1d8667961aa9b7f
SUCCESS checkout https://github.com/PierreJanineh-com/ProgressUI.git at 1.0.4
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $PWD
https://github.com/PierreJanineh-com/ProgressUI.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-33747A42983211AE.txt
[3/13] Compiling ProgressUI ProgressSize.swift
[4/13] Compiling ProgressUI Options.swift
[5/13] Compiling ProgressUI Progressable.swift
[6/14] Compiling ProgressUI ProgressUI.swift
[7/14] Compiling ProgressUI GrowDirection.swift
[8/14] Compiling ProgressUI ProgressUI+ViewModel.swift
[9/14] Compiling ProgressUI LinearProgress.swift
[10/14] Emitting module ProgressUI
[11/14] Compiling ProgressUI BaseProgress.swift
[12/14] Compiling ProgressUI CircularProgress.swift
[13/14] Compiling ProgressUI ProgressUI+Modifiers.swift
[14/14] Compiling ProgressUI Shape.swift
Build complete! (8.74s)
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.