The Swift Package Index logo.Swift Package Index

Build Information

Successful build of InputFence, reference main (c2e513), with Swift 6.1 for macOS (SPM) on 23 Aug 2025 06:00:39 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/PalmeiraLabs/InputFence.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/PalmeiraLabs/InputFence
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at c2e5137 Add full documentation.
Cloned https://github.com/PalmeiraLabs/InputFence.git
Revision (git rev-parse @):
c2e5137a94367026d727f7c386d1f37fbaf31f35
SUCCESS checkout https://github.com/PalmeiraLabs/InputFence.git at main
Fetching https://github.com/marmelroy/PhoneNumberKit.git
[1/7113] Fetching phonenumberkit
Fetched https://github.com/marmelroy/PhoneNumberKit.git from cache (1.34s)
Computing version for https://github.com/marmelroy/PhoneNumberKit.git
Computed https://github.com/marmelroy/PhoneNumberKit.git at 3.8.0 (4.47s)
Creating working copy for https://github.com/marmelroy/PhoneNumberKit.git
Working copy of https://github.com/marmelroy/PhoneNumberKit.git resolved at 3.8.0
========================================
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": "inputfence",
      "name": "InputFence",
      "url": "https://github.com/PalmeiraLabs/InputFence.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/InputFence",
      "dependencies": [
        {
          "identity": "phonenumberkit",
          "name": "PhoneNumberKit",
          "url": "https://github.com/marmelroy/PhoneNumberKit.git",
          "version": "3.8.0",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/PhoneNumberKit",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/PalmeiraLabs/InputFence.git
[4/317] Fetching inputfence
Fetched https://github.com/PalmeiraLabs/InputFence.git from cache (0.97s)
Fetching https://github.com/marmelroy/PhoneNumberKit.git from cache
Fetched https://github.com/marmelroy/PhoneNumberKit.git from cache (0.50s)
Computing version for https://github.com/marmelroy/PhoneNumberKit.git
Computed https://github.com/marmelroy/PhoneNumberKit.git at 3.8.0 (0.56s)
Creating working copy for https://github.com/marmelroy/PhoneNumberKit.git
Working copy of https://github.com/marmelroy/PhoneNumberKit.git resolved at 3.8.0
Creating working copy for https://github.com/PalmeiraLabs/InputFence.git
Working copy of https://github.com/PalmeiraLabs/InputFence.git resolved at main (c2e5137)
warning: '.resolve-product-dependencies': dependency 'inputfence' is not used by any target
Found 1 product dependencies
  - PhoneNumberKit
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/PalmeiraLabs/InputFence.git
https://github.com/PalmeiraLabs/InputFence.git
{
  "dependencies" : [
    {
      "identity" : "phonenumberkit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.0.0",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/marmelroy/PhoneNumberKit.git"
    }
  ],
  "manifest_display_name" : "InputFence",
  "name" : "InputFence",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "InputFence",
      "targets" : [
        "InputFence"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "InputFenceTests",
      "module_type" : "SwiftTarget",
      "name" : "InputFenceTests",
      "path" : "Tests/InputFenceTests",
      "sources" : [
        "InputFenceTests.swift"
      ],
      "target_dependencies" : [
        "InputFence"
      ],
      "type" : "test"
    },
    {
      "c99name" : "InputFence",
      "module_type" : "SwiftTarget",
      "name" : "InputFence",
      "path" : "Sources/InputFence",
      "product_dependencies" : [
        "PhoneNumberKit"
      ],
      "product_memberships" : [
        "InputFence"
      ],
      "sources" : [
        "DateOfBirthValidators/Parameters/DateOfBirthValidatorParameters.swift",
        "DateOfBirthValidators/SpecificValidators/AdvancedDateOfBirthValidator.swift",
        "EmailValidators/SpecificValidators/RFCCompliantEmailValidator.swift",
        "EmailValidators/SpecificValidators/SimpleEmailValidator.swift",
        "EmailValidators/SpecificValidators/SmartEmailValidator.swift",
        "NameValidators/Parameters/NameValidatorParameters.swift",
        "NameValidators/SpecificValidators/AdvancedNameValidator.swift",
        "PasswordValidators/Parameters/PasswordValidatorParameters.swift",
        "PasswordValidators/SpecificValidators/AdvancedPasswordValidator.swift",
        "PhoneValidators/Parameters/PhoneValidatorParameters.swift",
        "PhoneValidators/SpecificValidators/AdvancedPhoneValidator.swift",
        "Shared/FieldValidator.swift",
        "Shared/FieldValidatorAliases.swift",
        "Shared/Protocols/ValidatorProtocol.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.1"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/5] Write sources
[0/5] Copying PhoneNumberMetadata.json
[2/5] Copying PrivacyInfo.xcprivacy
[4/5] Write swift-version-2F0A5646E1D333AE.txt
[6/24] Compiling PhoneNumberKit PhoneNumber.swift
[7/24] Compiling PhoneNumberKit PhoneNumberFormatter.swift
[8/24] Compiling PhoneNumberKit PartialFormatter.swift
[9/24] Compiling PhoneNumberKit PhoneNumber+Codable.swift
[10/24] Compiling PhoneNumberKit Formatter.swift
[11/24] Compiling PhoneNumberKit MetadataManager.swift
[12/24] Compiling PhoneNumberKit MetadataParsing.swift
[13/24] Compiling PhoneNumberKit MetadataTypes.swift
[14/24] Compiling PhoneNumberKit NSRegularExpression+Swift.swift
[15/24] Compiling PhoneNumberKit ParseManager.swift
[16/24] Compiling PhoneNumberKit Bundle+Resources.swift
[17/24] Compiling PhoneNumberKit Constants.swift
[18/24] Emitting module PhoneNumberKit
[19/25] Compiling PhoneNumberKit CountryCodePickerViewController.swift
[20/25] Compiling PhoneNumberKit PhoneNumberTextField.swift
[21/25] Compiling PhoneNumberKit RegexManager.swift
[22/25] Compiling PhoneNumberKit CountryCodePickerOptions.swift
[23/25] Compiling PhoneNumberKit PhoneNumberKit.swift
[24/25] Compiling PhoneNumberKit PhoneNumberParser.swift
[25/25] Compiling PhoneNumberKit resource_bundle_accessor.swift
[26/39] Compiling InputFence FieldValidatorAliases.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[27/40] Compiling InputFence PhoneValidatorParameters.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[28/40] Compiling InputFence AdvancedNameValidator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[29/40] Compiling InputFence PasswordValidatorParameters.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[30/40] Compiling InputFence FieldValidator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[31/40] Compiling InputFence RFCCompliantEmailValidator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[32/40] Compiling InputFence SimpleEmailValidator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[33/40] Compiling InputFence AdvancedPasswordValidator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[34/40] Compiling InputFence SmartEmailValidator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[35/40] Compiling InputFence NameValidatorParameters.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[36/40] Compiling InputFence DateOfBirthValidatorParameters.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[37/40] Compiling InputFence AdvancedDateOfBirthValidator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[38/40] Compiling InputFence AdvancedPhoneValidator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[39/40] Emitting module InputFence
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[40/40] Compiling InputFence ValidatorProtocol.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
Build complete! (8.73s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "phonenumberkit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.0.0",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/marmelroy/PhoneNumberKit.git"
    }
  ],
  "manifest_display_name" : "InputFence",
  "name" : "InputFence",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "InputFence",
      "targets" : [
        "InputFence"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "InputFenceTests",
      "module_type" : "SwiftTarget",
      "name" : "InputFenceTests",
      "path" : "Tests/InputFenceTests",
      "sources" : [
        "InputFenceTests.swift"
      ],
      "target_dependencies" : [
        "InputFence"
      ],
      "type" : "test"
    },
    {
      "c99name" : "InputFence",
      "module_type" : "SwiftTarget",
      "name" : "InputFence",
      "path" : "Sources/InputFence",
      "product_dependencies" : [
        "PhoneNumberKit"
      ],
      "product_memberships" : [
        "InputFence"
      ],
      "sources" : [
        "DateOfBirthValidators/Parameters/DateOfBirthValidatorParameters.swift",
        "DateOfBirthValidators/SpecificValidators/AdvancedDateOfBirthValidator.swift",
        "EmailValidators/SpecificValidators/RFCCompliantEmailValidator.swift",
        "EmailValidators/SpecificValidators/SimpleEmailValidator.swift",
        "EmailValidators/SpecificValidators/SmartEmailValidator.swift",
        "NameValidators/Parameters/NameValidatorParameters.swift",
        "NameValidators/SpecificValidators/AdvancedNameValidator.swift",
        "PasswordValidators/Parameters/PasswordValidatorParameters.swift",
        "PasswordValidators/SpecificValidators/AdvancedPasswordValidator.swift",
        "PhoneValidators/Parameters/PhoneValidatorParameters.swift",
        "PhoneValidators/SpecificValidators/AdvancedPhoneValidator.swift",
        "Shared/FieldValidator.swift",
        "Shared/FieldValidatorAliases.swift",
        "Shared/Protocols/ValidatorProtocol.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.1"
}
Done.