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 PhoneNumberKit, reference 4.0.2 (288b99), with Swift 5.9 for macOS (SPM) on 7 Mar 2025 17:58:31 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/marmelroy/PhoneNumberKit.git
Reference: 4.0.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/marmelroy/PhoneNumberKit
 * tag               4.0.2      -> FETCH_HEAD
HEAD is now at 288b99e Updated metadata to version metadata/9.0.0 (#834)
Cloned https://github.com/marmelroy/PhoneNumberKit.git
Revision (git rev-parse @):
288b99e9e99926bc8be41220802df83c059fac9b
SUCCESS checkout https://github.com/marmelroy/PhoneNumberKit.git at 4.0.2
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD
https://github.com/marmelroy/PhoneNumberKit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Copying PrivacyInfo.xcprivacy
[1/4] Copying PhoneNumberMetadata.json
[3/23] Compiling PhoneNumberKit CountryCodePickerViewController.swift
[4/23] Compiling PhoneNumberKit PhoneNumberTextField.swift
[5/24] Compiling PhoneNumberKit RegexManager.swift
[6/24] Compiling PhoneNumberKit CountryCodePickerOptions.swift
[7/24] Compiling PhoneNumberKit PartialFormatter.swift
[8/24] Compiling PhoneNumberKit PhoneNumber+Codable.swift
[9/24] Compiling PhoneNumberKit PhoneNumber.swift
[10/24] Compiling PhoneNumberKit PhoneNumberFormatter.swift
[11/24] Compiling PhoneNumberKit NSRegularExpression+Swift.swift
[12/24] Compiling PhoneNumberKit ParseManager.swift
[13/24] Compiling PhoneNumberKit Formatter.swift
[14/24] Compiling PhoneNumberKit MetadataManager.swift
[15/24] Compiling PhoneNumberKit Bundle+Resources.swift
[16/24] Compiling PhoneNumberKit Constants.swift
[17/24] Compiling PhoneNumberKit MetadataParsing.swift
[18/24] Compiling PhoneNumberKit MetadataTypes.swift
[19/24] Emitting module PhoneNumberKit
[20/24] Compiling PhoneNumberKit PhoneNumberParser.swift
[21/24] Compiling PhoneNumberKit PhoneNumberUtility.swift
[22/24] Compiling PhoneNumberKit resource_bundle_accessor.swift
[22/24] Archiving libPhoneNumberKit-Static.a
[23/24] Linking libPhoneNumberKit-Dynamic.dylib
Build complete! (8.16s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "PhoneNumberKit",
  "name" : "PhoneNumberKit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "12.0"
    },
    {
      "name" : "macos",
      "version" : "10.13"
    },
    {
      "name" : "tvos",
      "version" : "12.0"
    },
    {
      "name" : "watchos",
      "version" : "4.0"
    }
  ],
  "products" : [
    {
      "name" : "PhoneNumberKit",
      "targets" : [
        "PhoneNumberKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "PhoneNumberKit-Static",
      "targets" : [
        "PhoneNumberKit"
      ],
      "type" : {
        "library" : [
          "static"
        ]
      }
    },
    {
      "name" : "PhoneNumberKit-Dynamic",
      "targets" : [
        "PhoneNumberKit"
      ],
      "type" : {
        "library" : [
          "dynamic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "PhoneNumberKitTests",
      "module_type" : "SwiftTarget",
      "name" : "PhoneNumberKitTests",
      "path" : "PhoneNumberKitTests",
      "sources" : [
        "PartialFormatterTests.swift",
        "PhoneNumber+CodableTests.swift",
        "PhoneNumberTextFieldTests.swift",
        "PhoneNumberUtilityParsingTests.swift",
        "PhoneNumberUtilityTests.swift"
      ],
      "target_dependencies" : [
        "PhoneNumberKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PhoneNumberKit",
      "module_type" : "SwiftTarget",
      "name" : "PhoneNumberKit",
      "path" : "PhoneNumberKit",
      "product_memberships" : [
        "PhoneNumberKit",
        "PhoneNumberKit-Static",
        "PhoneNumberKit-Dynamic"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/PhoneNumberKit/Resources/PrivacyInfo.xcprivacy",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/PhoneNumberKit/Resources/PhoneNumberMetadata.json",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "Bundle+Resources.swift",
        "Constants.swift",
        "Formatter.swift",
        "MetadataManager.swift",
        "MetadataParsing.swift",
        "MetadataTypes.swift",
        "NSRegularExpression+Swift.swift",
        "ParseManager.swift",
        "PartialFormatter.swift",
        "PhoneNumber+Codable.swift",
        "PhoneNumber.swift",
        "PhoneNumberFormatter.swift",
        "PhoneNumberParser.swift",
        "PhoneNumberUtility.swift",
        "RegexManager.swift",
        "UI/CountryCodePickerOptions.swift",
        "UI/CountryCodePickerViewController.swift",
        "UI/PhoneNumberTextField.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.4"
}
Done.