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.10 for macOS (SPM) on 7 Mar 2025 17:59:08 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.4.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.10
Building package at path:  $PWD
https://github.com/marmelroy/PhoneNumberKit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/8] Write sources
[1/8] Copying PrivacyInfo.xcprivacy
[2/8] Copying PhoneNumberMetadata.json
[3/8] Write swift-version-33747A42983211AE.txt
[5/27] Compiling PhoneNumberKit CountryCodePickerViewController.swift
[6/27] Compiling PhoneNumberKit PhoneNumberTextField.swift
[7/28] Compiling PhoneNumberKit resource_bundle_accessor.swift
[8/28] Compiling PhoneNumberKit RegexManager.swift
[9/28] Compiling PhoneNumberKit CountryCodePickerOptions.swift
[10/28] Compiling PhoneNumberKit PhoneNumber.swift
[11/28] Compiling PhoneNumberKit PhoneNumberFormatter.swift
[12/28] Compiling PhoneNumberKit PartialFormatter.swift
[13/28] Compiling PhoneNumberKit PhoneNumber+Codable.swift
[14/28] Compiling PhoneNumberKit NSRegularExpression+Swift.swift
[15/28] Compiling PhoneNumberKit ParseManager.swift
[16/28] Compiling PhoneNumberKit MetadataParsing.swift
[17/28] Compiling PhoneNumberKit MetadataTypes.swift
[18/28] Compiling PhoneNumberKit Bundle+Resources.swift
[19/28] Compiling PhoneNumberKit Constants.swift
[20/28] Emitting module PhoneNumberKit
[21/28] Compiling PhoneNumberKit Formatter.swift
[22/28] Compiling PhoneNumberKit MetadataManager.swift
[23/28] Compiling PhoneNumberKit PhoneNumberParser.swift
[24/28] Compiling PhoneNumberKit PhoneNumberUtility.swift
[24/28] Write Objects.LinkFileList
[26/28] Archiving libPhoneNumberKit-Static.a
[27/28] Linking libPhoneNumberKit-Dynamic.dylib
Build complete! (7.20s)
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.