The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SwiftNumberPad, reference 1.0.5 (0f4a4e), with Swift 6.2 for macOS (SPM) on 20 Jun 2025 03:36:26 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/openalloc/SwiftNumberPad.git
Reference: 1.0.5
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/openalloc/SwiftNumberPad
 * tag               1.0.5      -> FETCH_HEAD
HEAD is now at 0f4a4ea Support Decimal Type #2
Cloned https://github.com/openalloc/SwiftNumberPad.git
Revision (git rev-parse @):
0f4a4ea256ea8ec37bf76cf1353eb9256b5be093
SUCCESS checkout https://github.com/openalloc/SwiftNumberPad.git at 1.0.5
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/openalloc/SwiftNumberPad.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[1/3] Copying README.md
[2/3] Write swift-version-1EA4D86E10B52AF.txt
[4/12] Compiling NumberPad NPDecimalConfig.swift
[5/12] Compiling NumberPad NumberPadEnum.swift
[6/12] Compiling NumberPad NPIntegerConfig.swift
[7/12] Emitting module NumberPad
[8/12] Compiling NumberPad NPBaseConfig.swift
[9/12] Compiling NumberPad NumberPad.swift
[10/12] Compiling NumberPad NumberPadExample.swift
[11/12] Compiling NumberPad resource_bundle_accessor.swift
[12/12] Compiling NumberPad NPFloatConfig.swift
Build complete! (7.42s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SwiftNumberPad",
  "name" : "SwiftNumberPad",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "watchos",
      "version" : "9.0"
    }
  ],
  "products" : [
    {
      "name" : "NumberPad",
      "targets" : [
        "NumberPad"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "NumberPadTests",
      "module_type" : "SwiftTarget",
      "name" : "NumberPadTests",
      "path" : "Tests",
      "sources" : [
        "DecimalTests.swift",
        "FloatTests.swift",
        "IntegerTests.swift"
      ],
      "target_dependencies" : [
        "NumberPad"
      ],
      "type" : "test"
    },
    {
      "c99name" : "NumberPad",
      "module_type" : "SwiftTarget",
      "name" : "NumberPad",
      "path" : "Sources",
      "product_memberships" : [
        "NumberPad"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/Resources/README.md",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "NPBaseConfig.swift",
        "NPDecimalConfig.swift",
        "NPFloatConfig.swift",
        "NPIntegerConfig.swift",
        "NumberPad.swift",
        "NumberPadEnum.swift",
        "NumberPadExample.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Done.