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 Linux on 7 Mar 2025 17:57:28 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

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 /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
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:         linux
Swift version:             5.10
Building package at path:  $PWD
https://github.com/marmelroy/PhoneNumberKit.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.10-latest: Pulling from finestructure/spi-images
Digest: sha256:8b386ca1081dd55ec0944429387f246ccb59ef99c9c8cbb418b0abd78460b38f
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.10-latest
Building for debugging...
[0/9] Write sources
[0/9] Copying PrivacyInfo.xcprivacy
[2/9] Copying PhoneNumberMetadata.json
[3/9] Write swift-version-24593BA9C3E375BF.txt
[5/27] Emitting module PhoneNumberKit
[6/29] Compiling PhoneNumberKit PhoneNumberTextField.swift
[7/29] Compiling PhoneNumberKit resource_bundle_accessor.swift
[8/29] Compiling PhoneNumberKit PhoneNumberUtility.swift
[9/29] Compiling PhoneNumberKit RegexManager.swift
[10/29] Compiling PhoneNumberKit Bundle+Resources.swift
[11/29] Compiling PhoneNumberKit Constants.swift
[12/29] Compiling PhoneNumberKit Formatter.swift
[13/29] Compiling PhoneNumberKit PhoneNumberFormatter.swift
[14/29] Compiling PhoneNumberKit PhoneNumberParser.swift
[15/29] Compiling PhoneNumberKit CountryCodePickerOptions.swift
[16/29] Compiling PhoneNumberKit CountryCodePickerViewController.swift
[17/29] Compiling PhoneNumberKit MetadataManager.swift
[18/29] Compiling PhoneNumberKit MetadataParsing.swift
[19/29] Compiling PhoneNumberKit MetadataTypes.swift
[20/29] Compiling PhoneNumberKit NSRegularExpression+Swift.swift
[21/29] Compiling PhoneNumberKit ParseManager.swift
[22/29] Compiling PhoneNumberKit PartialFormatter.swift
[23/29] Compiling PhoneNumberKit PhoneNumber+Codable.swift
[24/29] Compiling PhoneNumberKit PhoneNumber.swift
[25/30] Wrapping AST for PhoneNumberKit for debugging
[26/30] Write Objects.LinkFileList
[28/30] Archiving libPhoneNumberKit-Static.a
[29/30] Linking libPhoneNumberKit-Dynamic.so
Build complete! (7.72s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "PhoneNumberKit",
  "name" : "PhoneNumberKit",
  "path" : "/host/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" : "/host/spi-builder-workspace/PhoneNumberKit/Resources/PrivacyInfo.xcprivacy",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/host/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"
}
basic-5.10-latest: Pulling from finestructure/spi-images
Digest: sha256:8b386ca1081dd55ec0944429387f246ccb59ef99c9c8cbb418b0abd78460b38f
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.10-latest
Done.