The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of SmartText, reference main (71f284), with Swift 6.1 for macOS (SPM) on 30 Apr 2025 10:59:05 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

Build Log

========================================
RunAll
========================================
Builder version: 4.61.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/NikSativa/SmartText.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/NikSativa/SmartText
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 71f2841 lil upd dependency
Cloned https://github.com/NikSativa/SmartText.git
Revision (git rev-parse @):
71f2841fb23ab19957504630243754d3afcc68d1
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/NikSativa/SmartText.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/NikSativa/SmartText.git
https://github.com/NikSativa/SmartText.git
{
  "dependencies" : [
    {
      "identity" : "sprykit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.0.2",
            "upper_bound" : "3.1.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/NikSativa/SpryKit.git"
    }
  ],
  "manifest_display_name" : "SmartText",
  "name" : "SmartText",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "11.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "SmartText",
      "targets" : [
        "SmartText"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SmartTextTests",
      "module_type" : "SwiftTarget",
      "name" : "SmartTextTests",
      "path" : "Tests",
      "product_dependencies" : [
        "SpryKit"
      ],
      "sources" : [
        "Emails.swift",
        "Formatter/TextFormatterTests.swift",
        "Formatter/TextFormatter_CustomTests.swift",
        "Formatter/TextFormatter_EmailTests.swift",
        "Formatter/TextFormatter_IdentityTests.swift",
        "Formatter/TextFormatter_LengthLimitedTests.swift",
        "Formatter/TextFormatter_NumbersOnlyTests.swift",
        "Formatter/TextFormatter_StripLeadingSpacesTests.swift",
        "Formatter/TextFormatter_StripSpacesTests.swift",
        "String+RangesTests.swift",
        "Validator/TextValidator+TestHelper.swift",
        "Validator/TextValidatorTests.swift",
        "Validator/TextValidator_CustomTests.swift",
        "Validator/TextValidator_EmailTests.swift",
        "Validator/TextValidator_IdentityTests.swift",
        "Validator/TextValidator_IncludesLowercaseTests.swift",
        "Validator/TextValidator_IncludesUppercaseTests.swift",
        "Validator/TextValidator_LengthLimitedTests.swift",
        "Validator/TextValidator_MaxLengthLimitedTests.swift",
        "Validator/TextValidator_MinLengthLimitedTests.swift",
        "Validator/TextValidator_NotEmptyTests.swift",
        "Validator/TextValidator_NumbersOnlyTests.swift",
        "XCTestCase+TestHelper.swift"
      ],
      "target_dependencies" : [
        "SmartText"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SmartText",
      "module_type" : "SwiftTarget",
      "name" : "SmartText",
      "path" : "Source",
      "product_memberships" : [
        "SmartText"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Source/PrivacyInfo.xcprivacy",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "Formatter/TextFormatable.swift",
        "Formatter/TextFormatter.Custom.swift",
        "Formatter/TextFormatter.Email.swift",
        "Formatter/TextFormatter.Identity.swift",
        "Formatter/TextFormatter.LengthLimited.swift",
        "Formatter/TextFormatter.NumbersOnly.swift",
        "Formatter/TextFormatter.StripLeadingSpaces.swift",
        "Formatter/TextFormatter.StripSpaces.swift",
        "Formatter/TextFormatter.swift",
        "LocalizedStringKey+ST.swift",
        "RangeExt.swift",
        "STString.swift",
        "StringExt.swift",
        "SwiftUI/SmartTextField.Configuration.swift",
        "SwiftUI/SmartTextField.Eventier.swift",
        "SwiftUI/SmartTextField.swift",
        "UIKit/UISmartTextField.Configuration.swift",
        "UIKit/UISmartTextField.DatePicker.swift",
        "UIKit/UISmartTextField.Eventier.swift",
        "UIKit/UISmartTextField.swift",
        "Validator/TextValidatable.swift",
        "Validator/TextValidationResult.swift",
        "Validator/TextValidator.Custom.swift",
        "Validator/TextValidator.Email.swift",
        "Validator/TextValidator.Identity.swift",
        "Validator/TextValidator.IncludesLowercase.swift",
        "Validator/TextValidator.IncludesUppercase.swift",
        "Validator/TextValidator.LengthLimited.swift",
        "Validator/TextValidator.MaxLengthLimited.swift",
        "Validator/TextValidator.MinLengthLimited.swift",
        "Validator/TextValidator.NotEmpty.swift",
        "Validator/TextValidator.NumbersOnly.swift",
        "Validator/TextValidator.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
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
Building for debugging...
[0/3] Write sources
[0/3] Copying PrivacyInfo.xcprivacy
[2/3] Write swift-version-2F0A5646E1D333AE.txt
[4/35] Emitting module SmartText
[5/38] Compiling SmartText UISmartTextField.Configuration.swift
[6/38] Compiling SmartText UISmartTextField.DatePicker.swift
[7/38] Compiling SmartText UISmartTextField.Eventier.swift
[8/38] Compiling SmartText TextFormatter.LengthLimited.swift
[9/38] Compiling SmartText TextFormatter.NumbersOnly.swift
[10/38] Compiling SmartText TextFormatter.StripLeadingSpaces.swift
[11/38] Compiling SmartText TextFormatter.StripSpaces.swift
[12/38] Compiling SmartText TextValidator.NumbersOnly.swift
[13/38] Compiling SmartText TextValidator.swift
[14/38] Compiling SmartText resource_bundle_accessor.swift
[15/38] Compiling SmartText TextValidator.IncludesLowercase.swift
[16/38] Compiling SmartText TextValidator.IncludesUppercase.swift
[17/38] Compiling SmartText TextValidator.LengthLimited.swift
[18/38] Compiling SmartText TextFormatable.swift
[19/38] Compiling SmartText TextFormatter.Custom.swift
[20/38] Compiling SmartText TextFormatter.Email.swift
[21/38] Compiling SmartText TextFormatter.Identity.swift
[22/38] Compiling SmartText TextFormatter.swift
[23/38] Compiling SmartText LocalizedStringKey+ST.swift
[24/38] Compiling SmartText RangeExt.swift
[25/38] Compiling SmartText STString.swift
[26/38] Compiling SmartText TextValidator.Custom.swift
[27/38] Compiling SmartText TextValidator.Email.swift
[28/38] Compiling SmartText TextValidator.Identity.swift
[29/38] Compiling SmartText UISmartTextField.swift
[30/38] Compiling SmartText TextValidatable.swift
[31/38] Compiling SmartText TextValidationResult.swift
[32/38] Compiling SmartText StringExt.swift
[33/38] Compiling SmartText SmartTextField.Configuration.swift
[34/38] Compiling SmartText SmartTextField.Eventier.swift
[35/38] Compiling SmartText SmartTextField.swift
[36/38] Compiling SmartText TextValidator.MaxLengthLimited.swift
[37/38] Compiling SmartText TextValidator.MinLengthLimited.swift
[38/38] Compiling SmartText TextValidator.NotEmpty.swift
Build complete! (20.75s)
Fetching https://github.com/NikSativa/SpryKit.git
[1/924] Fetching sprykit
Fetched https://github.com/NikSativa/SpryKit.git from cache (0.80s)
Computing version for https://github.com/NikSativa/SpryKit.git
Computed https://github.com/NikSativa/SpryKit.git at 3.0.2 (1.29s)
Fetching https://github.com/apple/swift-syntax.git
Fetching https://github.com/mattgallagher/CwlPreconditionTesting.git
[1/1257] Fetching cwlpreconditiontesting
Fetched https://github.com/mattgallagher/CwlPreconditionTesting.git from cache (0.79s)
[1/70245] Fetching swift-syntax
Fetched https://github.com/apple/swift-syntax.git from cache (3.28s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 600.0.1 (4.41s)
Computing version for https://github.com/mattgallagher/CwlPreconditionTesting.git
Computed https://github.com/mattgallagher/CwlPreconditionTesting.git at 2.2.2 (0.58s)
Fetching https://github.com/mattgallagher/CwlCatchException.git
[1/455] Fetching cwlcatchexception
Fetched https://github.com/mattgallagher/CwlCatchException.git from cache (0.67s)
Computing version for https://github.com/mattgallagher/CwlCatchException.git
Computed https://github.com/mattgallagher/CwlCatchException.git at 2.2.1 (1.28s)
Creating working copy for https://github.com/mattgallagher/CwlPreconditionTesting.git
Working copy of https://github.com/mattgallagher/CwlPreconditionTesting.git resolved at 2.2.2
Creating working copy for https://github.com/apple/swift-syntax.git
Working copy of https://github.com/apple/swift-syntax.git resolved at 600.0.1
Creating working copy for https://github.com/NikSativa/SpryKit.git
Working copy of https://github.com/NikSativa/SpryKit.git resolved at 3.0.2
Creating working copy for https://github.com/mattgallagher/CwlCatchException.git
Working copy of https://github.com/mattgallagher/CwlCatchException.git resolved at 2.2.1
Build complete.
{
  "dependencies" : [
    {
      "identity" : "sprykit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.0.2",
            "upper_bound" : "3.1.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/NikSativa/SpryKit.git"
    }
  ],
  "manifest_display_name" : "SmartText",
  "name" : "SmartText",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "11.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "SmartText",
      "targets" : [
        "SmartText"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SmartTextTests",
      "module_type" : "SwiftTarget",
      "name" : "SmartTextTests",
      "path" : "Tests",
      "product_dependencies" : [
        "SpryKit"
      ],
      "sources" : [
        "Emails.swift",
        "Formatter/TextFormatterTests.swift",
        "Formatter/TextFormatter_CustomTests.swift",
        "Formatter/TextFormatter_EmailTests.swift",
        "Formatter/TextFormatter_IdentityTests.swift",
        "Formatter/TextFormatter_LengthLimitedTests.swift",
        "Formatter/TextFormatter_NumbersOnlyTests.swift",
        "Formatter/TextFormatter_StripLeadingSpacesTests.swift",
        "Formatter/TextFormatter_StripSpacesTests.swift",
        "String+RangesTests.swift",
        "Validator/TextValidator+TestHelper.swift",
        "Validator/TextValidatorTests.swift",
        "Validator/TextValidator_CustomTests.swift",
        "Validator/TextValidator_EmailTests.swift",
        "Validator/TextValidator_IdentityTests.swift",
        "Validator/TextValidator_IncludesLowercaseTests.swift",
        "Validator/TextValidator_IncludesUppercaseTests.swift",
        "Validator/TextValidator_LengthLimitedTests.swift",
        "Validator/TextValidator_MaxLengthLimitedTests.swift",
        "Validator/TextValidator_MinLengthLimitedTests.swift",
        "Validator/TextValidator_NotEmptyTests.swift",
        "Validator/TextValidator_NumbersOnlyTests.swift",
        "XCTestCase+TestHelper.swift"
      ],
      "target_dependencies" : [
        "SmartText"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SmartText",
      "module_type" : "SwiftTarget",
      "name" : "SmartText",
      "path" : "Source",
      "product_memberships" : [
        "SmartText"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Source/PrivacyInfo.xcprivacy",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "Formatter/TextFormatable.swift",
        "Formatter/TextFormatter.Custom.swift",
        "Formatter/TextFormatter.Email.swift",
        "Formatter/TextFormatter.Identity.swift",
        "Formatter/TextFormatter.LengthLimited.swift",
        "Formatter/TextFormatter.NumbersOnly.swift",
        "Formatter/TextFormatter.StripLeadingSpaces.swift",
        "Formatter/TextFormatter.StripSpaces.swift",
        "Formatter/TextFormatter.swift",
        "LocalizedStringKey+ST.swift",
        "RangeExt.swift",
        "STString.swift",
        "StringExt.swift",
        "SwiftUI/SmartTextField.Configuration.swift",
        "SwiftUI/SmartTextField.Eventier.swift",
        "SwiftUI/SmartTextField.swift",
        "UIKit/UISmartTextField.Configuration.swift",
        "UIKit/UISmartTextField.DatePicker.swift",
        "UIKit/UISmartTextField.Eventier.swift",
        "UIKit/UISmartTextField.swift",
        "Validator/TextValidatable.swift",
        "Validator/TextValidationResult.swift",
        "Validator/TextValidator.Custom.swift",
        "Validator/TextValidator.Email.swift",
        "Validator/TextValidator.Identity.swift",
        "Validator/TextValidator.IncludesLowercase.swift",
        "Validator/TextValidator.IncludesUppercase.swift",
        "Validator/TextValidator.LengthLimited.swift",
        "Validator/TextValidator.MaxLengthLimited.swift",
        "Validator/TextValidator.MinLengthLimited.swift",
        "Validator/TextValidator.NotEmpty.swift",
        "Validator/TextValidator.NumbersOnly.swift",
        "Validator/TextValidator.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.