The Swift Package Index logo.Swift Package Index

Build Information

Successful build of InputMask, reference 7.3.2 (b492f1), with Swift 6.3 for macOS (SPM) on 13 Apr 2026 18:22:57 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/RedMadRobot/input-mask-ios.git
Reference: 7.3.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/RedMadRobot/input-mask-ios
 * tag               7.3.2      -> FETCH_HEAD
HEAD is now at b492f11 fix: version
Cloned https://github.com/RedMadRobot/input-mask-ios.git
Revision (git rev-parse @):
b492f115cc8b3aeb1b6395b4c4157d6bba1fceab
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/RedMadRobot/input-mask-ios.git at 7.3.2
========================================
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",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "input-mask-ios",
      "name": "InputMask",
      "url": "https://github.com/RedMadRobot/input-mask-ios.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/input-mask-ios",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/RedMadRobot/input-mask-ios.git
[1/2367] Fetching input-mask-ios
Fetched https://github.com/RedMadRobot/input-mask-ios.git from cache (1.28s)
Creating working copy for https://github.com/RedMadRobot/input-mask-ios.git
Working copy of https://github.com/RedMadRobot/input-mask-ios.git resolved at 7.3.2 (b492f11)
warning: '.resolve-product-dependencies': dependency 'input-mask-ios' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/RedMadRobot/input-mask-ios.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/27] Emitting module InputMask
[4/29] Compiling InputMask Country.swift
[5/29] Compiling InputMask Next.swift
[6/29] Compiling InputMask Notation.swift
[7/29] Compiling InputMask RTLMask.swift
[8/29] Compiling InputMask MaskedTextField+Modifiers.swift
[9/29] Compiling InputMask MaskedTextField.swift
[10/29] Compiling InputMask MaskedTextInputListener.swift
[11/29] Compiling InputMask State.swift
[12/29] Compiling InputMask EOLState.swift
[13/29] Compiling InputMask FixedState.swift
[14/29] Compiling InputMask AffinityCalculationStrategy.swift
[15/29] Compiling InputMask CaretStringIterator.swift
[16/29] Compiling InputMask CharacterSet.swift
[17/29] Compiling InputMask Compiler.swift
[18/29] Compiling InputMask FormatSanitizer.swift
[19/29] Compiling InputMask RTLCaretStringIterator.swift
[20/29] Compiling InputMask NumberInputListener.swift
[21/29] Compiling InputMask PhoneInputListener.swift
[22/29] Compiling InputMask FreeState.swift
[23/29] Compiling InputMask OptionalValueState.swift
[24/29] Compiling InputMask ValueState.swift
[25/29] Compiling InputMask String.swift
[26/29] Compiling InputMask Mask.swift
[27/29] Compiling InputMask CaretString.swift
[28/29] Compiling InputMask TextViewListener.swift
[29/29] Compiling InputMask UITextInput.swift
Build complete! (9.38s)
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/Source/InputMask/InputMask/Supporting Files/Info.plist
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "InputMask",
  "name" : "InputMask",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "InputMask",
      "targets" : [
        "InputMask"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "InputMaskTests",
      "module_type" : "SwiftTarget",
      "name" : "InputMaskTests",
      "path" : "Source/InputMask",
      "sources" : [
        "InputMaskTests/Classes/Helper/StringTests.swift",
        "InputMaskTests/Classes/Mask/CustomNotationEllipticalCase.swift",
        "InputMaskTests/Classes/Mask/DayMonthYearCase.swift",
        "InputMaskTests/Classes/Mask/DayMonthYearShortCase.swift",
        "InputMaskTests/Classes/Mask/DecimalNumberCase.swift",
        "InputMaskTests/Classes/Mask/EndlessIntegerCase.swift",
        "InputMaskTests/Classes/Mask/EscapedCase.swift",
        "InputMaskTests/Classes/Mask/MaskTestCase.swift",
        "InputMaskTests/Classes/Mask/MonthYearCase.swift",
        "InputMaskTests/Classes/Mask/MonthYearDoubleSlashCase.swift",
        "InputMaskTests/Classes/Mask/NameCase.swift",
        "InputMaskTests/Classes/Mask/PhoneCase.swift",
        "InputMaskTests/Classes/Mask/Reversed/LargeNumberTests.swift",
        "InputMaskTests/Classes/Mask/SillyEllipticalCase.swift",
        "InputMaskTests/Classes/Mask/SillyPiEllipticalCase.swift",
        "InputMaskTests/Classes/Mask/WildcardCase.swift",
        "InputMaskTests/Classes/Mask/YearACCase.swift",
        "InputMaskTests/Classes/Mask/YearCase.swift"
      ],
      "target_dependencies" : [
        "InputMask"
      ],
      "type" : "test"
    },
    {
      "c99name" : "InputMask",
      "module_type" : "SwiftTarget",
      "name" : "InputMask",
      "path" : "Source/InputMask/InputMask",
      "product_memberships" : [
        "InputMask"
      ],
      "sources" : [
        "Classes/Helper/AffinityCalculationStrategy.swift",
        "Classes/Helper/CaretStringIterator.swift",
        "Classes/Helper/CharacterSet.swift",
        "Classes/Helper/Compiler.swift",
        "Classes/Helper/FormatSanitizer.swift",
        "Classes/Helper/RTLCaretStringIterator.swift",
        "Classes/Helper/String.swift",
        "Classes/Mask.swift",
        "Classes/Model/CaretString.swift",
        "Classes/Model/Country.swift",
        "Classes/Model/Next.swift",
        "Classes/Model/Notation.swift",
        "Classes/Model/State.swift",
        "Classes/Model/State/EOLState.swift",
        "Classes/Model/State/FixedState.swift",
        "Classes/Model/State/FreeState.swift",
        "Classes/Model/State/OptionalValueState.swift",
        "Classes/Model/State/ValueState.swift",
        "Classes/RTLMask.swift",
        "Classes/View/MaskedTextField+Modifiers.swift",
        "Classes/View/MaskedTextField.swift",
        "Classes/View/MaskedTextInputListener.swift",
        "Classes/View/NumberInputListener.swift",
        "Classes/View/PhoneInputListener.swift",
        "Classes/View/TextViewListener.swift",
        "Classes/View/UITextInput.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7.1"
}
Done.