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 CounterPicker, reference main (9f28e2), with Swift 6.2 for macOS (SPM) on 2 Dec 2025 13:13:04 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/oleksiikolomiietssnapp/CounterPicker.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/oleksiikolomiietssnapp/CounterPicker
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 9f28e2f Simplify license section to just MIT License link
Cloned https://github.com/oleksiikolomiietssnapp/CounterPicker.git
Revision (git rev-parse @):
9f28e2fa4c9533f6f8a71255bf82993390cf29f4
SUCCESS checkout https://github.com/oleksiikolomiietssnapp/CounterPicker.git at main
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "counterpicker",
      "name": "CounterPicker",
      "url": "https://github.com/oleksiikolomiietssnapp/CounterPicker.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/CounterPicker",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/oleksiikolomiietssnapp/CounterPicker.git
[1/93] Fetching counterpicker
Fetched https://github.com/oleksiikolomiietssnapp/CounterPicker.git from cache (0.78s)
Creating working copy for https://github.com/oleksiikolomiietssnapp/CounterPicker.git
Working copy of https://github.com/oleksiikolomiietssnapp/CounterPicker.git resolved at main (9f28e2f)
warning: '.resolve-product-dependencies': dependency 'counterpicker' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/oleksiikolomiietssnapp/CounterPicker.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-49B95AFC49DCD68C.txt
[3/9] Compiling CounterPicker SeparatorView.swift
[4/9] Compiling CounterPicker DigitPickerView.swift
[5/9] Compiling CounterPicker DigitSection.swift
[6/9] Compiling CounterPicker Double+Extensions.swift
[7/9] Compiling CounterPicker CounterView.swift
[8/9] Emitting module CounterPicker
[9/9] Compiling CounterPicker Counter.swift
Build complete! (8.58s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "CounterPicker",
  "name" : "CounterPicker",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "17.0"
    },
    {
      "name" : "macos",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "CounterPicker",
      "targets" : [
        "CounterPicker"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CounterPickerTests",
      "module_type" : "SwiftTarget",
      "name" : "CounterPickerTests",
      "path" : "Tests",
      "sources" : [
        "CounterTests.swift",
        "DigitSectionTests.swift",
        "ExtensionTests/DigitsTests.swift",
        "ExtensionTests/DoubleExtensionsIntegrationTests.swift",
        "ExtensionTests/FractionsTests.swift",
        "ExtensionTests/RoundedTo3DigitsTests.swift"
      ],
      "target_dependencies" : [
        "CounterPicker"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CounterPicker",
      "module_type" : "SwiftTarget",
      "name" : "CounterPicker",
      "path" : "Sources",
      "product_memberships" : [
        "CounterPicker"
      ],
      "sources" : [
        "CounterView.swift",
        "Models/Counter.swift",
        "Models/DigitSection.swift",
        "Utils/Double+Extensions.swift",
        "Views/DigitPickerView.swift",
        "Views/SeparatorView.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.