The Swift Package Index logo.Swift Package Index

Build Information

Failed to build NativeRegexExamples, reference main (c2150c), with Swift 6.1 for Wasm on 29 May 2025 16:32:47 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/DandyLyons/NativeRegexExamples.git
Reference: main
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/DandyLyons/NativeRegexExamples
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at c2150cf Update README
Cloned https://github.com/DandyLyons/NativeRegexExamples.git
Revision (git rev-parse @):
c2150cf9e44a158e65083e0763ff643505dc2694
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/DandyLyons/NativeRegexExamples.git at main
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/DandyLyons/NativeRegexExamples.git
https://github.com/DandyLyons/NativeRegexExamples.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-custom-dump",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.3",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-custom-dump.git"
    },
    {
      "identity" : "phonenumberkit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/marmelroy/PhoneNumberKit.git"
    }
  ],
  "manifest_display_name" : "NativeRegexExamples",
  "name" : "NativeRegexExamples",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "16.0"
    },
    {
      "name" : "tvos",
      "version" : "16.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    },
    {
      "name" : "watchos",
      "version" : "9.0"
    }
  ],
  "products" : [
    {
      "name" : "NativeRegexExamples",
      "targets" : [
        "NativeRegexExamples"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "6",
    "5"
  ],
  "targets" : [
    {
      "c99name" : "NativeRegexExamplesTests",
      "module_type" : "SwiftTarget",
      "name" : "NativeRegexExamplesTests",
      "path" : "Tests/NativeRegexExamplesTests",
      "product_dependencies" : [
        "CustomDump"
      ],
      "sources" : [
        "DateTests.swift",
        "EmailTests.swift",
        "IPv4Tests.swift",
        "PhoneNumbers/Experimental/PhoneNumberDataDetectorTests.swift",
        "PhoneNumbers/Experimental/PhoneNumberKitParser.swift",
        "PhoneNumbers/PhoneNumberTests.swift",
        "SSNTests.swift"
      ],
      "target_dependencies" : [
        "NativeRegexExamples"
      ],
      "type" : "test"
    },
    {
      "c99name" : "NativeRegexExamples",
      "module_type" : "SwiftTarget",
      "name" : "NativeRegexExamples",
      "path" : "Sources/NativeRegexExamples",
      "product_dependencies" : [
        "CustomDump",
        "PhoneNumberKit"
      ],
      "product_memberships" : [
        "NativeRegexExamples"
      ],
      "sources" : [
        "DataTypes/Date.swift",
        "DataTypes/IPv4.swift",
        "DataTypes/Phone Numbers.swift",
        "DataTypes/SSN.swift",
        "DataTypes/email.swift",
        "RegexActor.swift",
        "RegexTestSuite protocol.swift",
        "name spaces.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/marmelroy/PhoneNumberKit.git
Fetching https://github.com/pointfreeco/swift-custom-dump.git
[1/4581] Fetching swift-custom-dump
[4582/11584] Fetching swift-custom-dump, phonenumberkit
Fetched https://github.com/pointfreeco/swift-custom-dump.git from cache (0.33s)
[2241/7003] Fetching phonenumberkit
Fetched https://github.com/marmelroy/PhoneNumberKit.git from cache (1.12s)
Computing version for https://github.com/pointfreeco/swift-custom-dump.git
Computed https://github.com/pointfreeco/swift-custom-dump.git at 1.3.3 (1.92s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/5458] Fetching xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (1.96s)
Computing version for https://github.com/marmelroy/PhoneNumberKit.git
Computed https://github.com/marmelroy/PhoneNumberKit.git at 4.0.2 (4.75s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.5.2 (0.45s)
Creating working copy for https://github.com/marmelroy/PhoneNumberKit.git
Working copy of https://github.com/marmelroy/PhoneNumberKit.git resolved at 4.0.2
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.5.2
Creating working copy for https://github.com/pointfreeco/swift-custom-dump.git
Working copy of https://github.com/pointfreeco/swift-custom-dump.git resolved at 1.3.3
Building for debugging...
[0/8] Write sources
[5/8] Copying PrivacyInfo.xcprivacy
[6/8] Copying PhoneNumberMetadata.json
[7/8] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[9/45] Emitting module PhoneNumberKit
/host/spi-builder-workspace/.build/checkouts/PhoneNumberKit/PhoneNumberKit/RegexManager.swift:22:46: error: cannot find 'DispatchQueue' in scope
 20 |     var regularExpressionPool = [String: NSRegularExpression]()
 21 |
 22 |     private let regularExpressionPoolQueue = DispatchQueue(label: "com.phonenumberkit.regexpool", target: .global())
    |                                              `- error: cannot find 'DispatchQueue' in scope
 23 |
 24 |     var spaceCharacterSet: CharacterSet
/host/spi-builder-workspace/.build/checkouts/PhoneNumberKit/PhoneNumberKit/RegexManager.swift:22:108: error: cannot infer contextual base in reference to member 'global'
 20 |     var regularExpressionPool = [String: NSRegularExpression]()
 21 |
 22 |     private let regularExpressionPoolQueue = DispatchQueue(label: "com.phonenumberkit.regexpool", target: .global())
    |                                                                                                            `- error: cannot infer contextual base in reference to member 'global'
 23 |
 24 |     var spaceCharacterSet: CharacterSet
[10/47] Compiling IssueReporting XCTest.swift
[11/47] Compiling IssueReporting IsTesting.swift
[12/47] Compiling IssueReporting IssueReporter.swift
[13/49] Compiling PhoneNumberKit CountryCodePickerOptions.swift
[14/49] Compiling PhoneNumberKit CountryCodePickerViewController.swift
[15/49] Compiling IssueReporting TestContext.swift
[16/49] Compiling PhoneNumberKit PhoneNumberTextField.swift
[17/49] Compiling IssueReporting WithExpectedIssue.swift
[18/49] Compiling IssueReporting WithIssueContext.swift
[21/49] Compiling IssueReporting SwiftTesting.swift
[22/49] Compiling IssueReporting UncheckedSendable.swift
[23/49] Compiling IssueReporting Warn.swift
[24/49] Emitting module IssueReporting
[27/49] Compiling PhoneNumberKit PhoneNumberUtility.swift
[28/49] Compiling IssueReporting FailureObserver.swift
[29/49] Compiling IssueReporting LockIsolated.swift
[30/49] Compiling IssueReporting Rethrows.swift
[31/49] Compiling IssueReporting BreakpointReporter.swift
[32/49] Compiling IssueReporting FatalErrorReporter.swift
[33/49] Compiling IssueReporting RuntimeWarningReporter.swift
[34/49] Compiling IssueReporting ReportIssue.swift
/host/spi-builder-workspace/.build/checkouts/PhoneNumberKit/PhoneNumberKit/RegexManager.swift:22:46: error: cannot find 'DispatchQueue' in scope
 20 |     var regularExpressionPool = [String: NSRegularExpression]()
 21 |
 22 |     private let regularExpressionPoolQueue = DispatchQueue(label: "com.phonenumberkit.regexpool", target: .global())
    |                                              `- error: cannot find 'DispatchQueue' in scope
 23 |
 24 |     var spaceCharacterSet: CharacterSet
/host/spi-builder-workspace/.build/checkouts/PhoneNumberKit/PhoneNumberKit/RegexManager.swift:22:108: error: cannot infer contextual base in reference to member 'global'
 20 |     var regularExpressionPool = [String: NSRegularExpression]()
 21 |
 22 |     private let regularExpressionPoolQueue = DispatchQueue(label: "com.phonenumberkit.regexpool", target: .global())
    |                                                                                                            `- error: cannot infer contextual base in reference to member 'global'
 23 |
 24 |     var spaceCharacterSet: CharacterSet
/host/spi-builder-workspace/.build/checkouts/PhoneNumberKit/PhoneNumberKit/RegexManager.swift:22:46: error: cannot find 'DispatchQueue' in scope
 20 |     var regularExpressionPool = [String: NSRegularExpression]()
 21 |
 22 |     private let regularExpressionPoolQueue = DispatchQueue(label: "com.phonenumberkit.regexpool", target: .global())
    |                                              `- error: cannot find 'DispatchQueue' in scope
 23 |
 24 |     var spaceCharacterSet: CharacterSet
/host/spi-builder-workspace/.build/checkouts/PhoneNumberKit/PhoneNumberKit/RegexManager.swift:22:108: error: cannot infer contextual base in reference to member 'global'
 20 |     var regularExpressionPool = [String: NSRegularExpression]()
 21 |
 22 |     private let regularExpressionPoolQueue = DispatchQueue(label: "com.phonenumberkit.regexpool", target: .global())
    |                                                                                                            `- error: cannot infer contextual base in reference to member 'global'
 23 |
 24 |     var spaceCharacterSet: CharacterSet
/host/spi-builder-workspace/.build/checkouts/PhoneNumberKit/PhoneNumberKit/ParseManager.swift:108:13: error: cannot find 'DispatchQueue' in scope
106 |
107 |         var multiParseArray = [PhoneNumber](unsafeUninitializedCapacity: numberStrings.count) { buffer, initializedCount in
108 |             DispatchQueue.concurrentPerform(iterations: numberStrings.count) { [buffer] index in
    |             `- error: cannot find 'DispatchQueue' in scope
109 |                 let numberString = numberStrings[index]
110 |                 do {
/host/spi-builder-workspace/.build/checkouts/PhoneNumberKit/PhoneNumberKit/ParseManager.swift:108:89: error: cannot infer type of closure parameter 'index' without a type annotation
106 |
107 |         var multiParseArray = [PhoneNumber](unsafeUninitializedCapacity: numberStrings.count) { buffer, initializedCount in
108 |             DispatchQueue.concurrentPerform(iterations: numberStrings.count) { [buffer] index in
    |                                                                                         `- error: cannot infer type of closure parameter 'index' without a type annotation
109 |                 let numberString = numberStrings[index]
110 |                 do {
/host/spi-builder-workspace/.build/checkouts/PhoneNumberKit/PhoneNumberKit/ParseManager.swift:122:68: error: cannot infer contextual base in reference to member 'notParsed'
120 |
121 |         if hasError, !shouldReturnFailedEmptyNumbers {
122 |             multiParseArray = multiParseArray.filter { $0.type != .notParsed }
    |                                                                    `- error: cannot infer contextual base in reference to member 'notParsed'
123 |         }
124 |
/host/spi-builder-workspace/.build/checkouts/PhoneNumberKit/PhoneNumberKit/ParseManager.swift:108:13: error: cannot find 'DispatchQueue' in scope
106 |
107 |         var multiParseArray = [PhoneNumber](unsafeUninitializedCapacity: numberStrings.count) { buffer, initializedCount in
108 |             DispatchQueue.concurrentPerform(iterations: numberStrings.count) { [buffer] index in
    |             `- error: cannot find 'DispatchQueue' in scope
109 |                 let numberString = numberStrings[index]
110 |                 do {
/host/spi-builder-workspace/.build/checkouts/PhoneNumberKit/PhoneNumberKit/ParseManager.swift:108:89: error: cannot infer type of closure parameter 'index' without a type annotation
106 |
107 |         var multiParseArray = [PhoneNumber](unsafeUninitializedCapacity: numberStrings.count) { buffer, initializedCount in
108 |             DispatchQueue.concurrentPerform(iterations: numberStrings.count) { [buffer] index in
    |                                                                                         `- error: cannot infer type of closure parameter 'index' without a type annotation
109 |                 let numberString = numberStrings[index]
110 |                 do {
/host/spi-builder-workspace/.build/checkouts/PhoneNumberKit/PhoneNumberKit/ParseManager.swift:122:68: error: cannot infer contextual base in reference to member 'notParsed'
120 |
121 |         if hasError, !shouldReturnFailedEmptyNumbers {
122 |             multiParseArray = multiParseArray.filter { $0.type != .notParsed }
    |                                                                    `- error: cannot infer contextual base in reference to member 'notParsed'
123 |         }
124 |
/host/spi-builder-workspace/.build/checkouts/PhoneNumberKit/PhoneNumberKit/ParseManager.swift:108:13: error: cannot find 'DispatchQueue' in scope
106 |
107 |         var multiParseArray = [PhoneNumber](unsafeUninitializedCapacity: numberStrings.count) { buffer, initializedCount in
108 |             DispatchQueue.concurrentPerform(iterations: numberStrings.count) { [buffer] index in
    |             `- error: cannot find 'DispatchQueue' in scope
109 |                 let numberString = numberStrings[index]
110 |                 do {
/host/spi-builder-workspace/.build/checkouts/PhoneNumberKit/PhoneNumberKit/ParseManager.swift:108:89: error: cannot infer type of closure parameter 'index' without a type annotation
106 |
107 |         var multiParseArray = [PhoneNumber](unsafeUninitializedCapacity: numberStrings.count) { buffer, initializedCount in
108 |             DispatchQueue.concurrentPerform(iterations: numberStrings.count) { [buffer] index in
    |                                                                                         `- error: cannot infer type of closure parameter 'index' without a type annotation
109 |                 let numberString = numberStrings[index]
110 |                 do {
/host/spi-builder-workspace/.build/checkouts/PhoneNumberKit/PhoneNumberKit/ParseManager.swift:122:68: error: cannot infer contextual base in reference to member 'notParsed'
120 |
121 |         if hasError, !shouldReturnFailedEmptyNumbers {
122 |             multiParseArray = multiParseArray.filter { $0.type != .notParsed }
    |                                                                    `- error: cannot infer contextual base in reference to member 'notParsed'
123 |         }
124 |
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/38] Compiling PhoneNumberKit CountryCodePickerOptions.swift
[3/38] Compiling PhoneNumberKit CountryCodePickerViewController.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[4/40] Emitting module PhoneNumberKit
/host/spi-builder-workspace/.build/checkouts/PhoneNumberKit/PhoneNumberKit/RegexManager.swift:22:46: error: cannot find 'DispatchQueue' in scope
 20 |     var regularExpressionPool = [String: NSRegularExpression]()
 21 |
 22 |     private let regularExpressionPoolQueue = DispatchQueue(label: "com.phonenumberkit.regexpool", target: .global())
    |                                              `- error: cannot find 'DispatchQueue' in scope
 23 |
 24 |     var spaceCharacterSet: CharacterSet
/host/spi-builder-workspace/.build/checkouts/PhoneNumberKit/PhoneNumberKit/RegexManager.swift:22:108: error: cannot infer contextual base in reference to member 'global'
 20 |     var regularExpressionPool = [String: NSRegularExpression]()
 21 |
 22 |     private let regularExpressionPoolQueue = DispatchQueue(label: "com.phonenumberkit.regexpool", target: .global())
    |                                                                                                            `- error: cannot infer contextual base in reference to member 'global'
 23 |
 24 |     var spaceCharacterSet: CharacterSet
[5/40] Compiling PhoneNumberKit PhoneNumberTextField.swift
[6/40] Compiling PhoneNumberKit resource_bundle_accessor.swift
[7/40] Compiling IssueReporting XCTest.swift
[8/40] Compiling IssueReporting IsTesting.swift
[9/40] Compiling IssueReporting IssueReporter.swift
[10/40] Compiling PhoneNumberKit PhoneNumberParser.swift
[12/40] Compiling IssueReporting FailureObserver.swift
[13/40] Compiling IssueReporting LockIsolated.swift
[14/40] Compiling IssueReporting Rethrows.swift
[15/40] Compiling PhoneNumberKit ParseManager.swift
[16/40] Compiling PhoneNumberKit PartialFormatter.swift
[17/40] Compiling PhoneNumberKit PhoneNumberUtility.swift
/host/spi-builder-workspace/.build/checkouts/PhoneNumberKit/PhoneNumberKit/RegexManager.swift:22:46: error: cannot find 'DispatchQueue' in scope
 20 |     var regularExpressionPool = [String: NSRegularExpression]()
 21 |
 22 |     private let regularExpressionPoolQueue = DispatchQueue(label: "com.phonenumberkit.regexpool", target: .global())
    |                                              `- error: cannot find 'DispatchQueue' in scope
 23 |
 24 |     var spaceCharacterSet: CharacterSet
/host/spi-builder-workspace/.build/checkouts/PhoneNumberKit/PhoneNumberKit/RegexManager.swift:22:108: error: cannot infer contextual base in reference to member 'global'
 20 |     var regularExpressionPool = [String: NSRegularExpression]()
 21 |
 22 |     private let regularExpressionPoolQueue = DispatchQueue(label: "com.phonenumberkit.regexpool", target: .global())
    |                                                                                                            `- error: cannot infer contextual base in reference to member 'global'
 23 |
 24 |     var spaceCharacterSet: CharacterSet
[19/40] Compiling PhoneNumberKit RegexManager.swift
/host/spi-builder-workspace/.build/checkouts/PhoneNumberKit/PhoneNumberKit/RegexManager.swift:22:46: error: cannot find 'DispatchQueue' in scope
 20 |     var regularExpressionPool = [String: NSRegularExpression]()
 21 |
 22 |     private let regularExpressionPoolQueue = DispatchQueue(label: "com.phonenumberkit.regexpool", target: .global())
    |                                              `- error: cannot find 'DispatchQueue' in scope
 23 |
 24 |     var spaceCharacterSet: CharacterSet
/host/spi-builder-workspace/.build/checkouts/PhoneNumberKit/PhoneNumberKit/RegexManager.swift:22:108: error: cannot infer contextual base in reference to member 'global'
 20 |     var regularExpressionPool = [String: NSRegularExpression]()
 21 |
 22 |     private let regularExpressionPoolQueue = DispatchQueue(label: "com.phonenumberkit.regexpool", target: .global())
    |                                                                                                            `- error: cannot infer contextual base in reference to member 'global'
 23 |
 24 |     var spaceCharacterSet: CharacterSet
[23/40] Compiling PhoneNumberKit PhoneNumberFormatter.swift
[24/40] Emitting module IssueReporting
[30/42] Compiling PhoneNumberKit PhoneNumber+Codable.swift
[31/42] Compiling PhoneNumberKit PhoneNumber.swift
[32/42] Compiling PhoneNumberKit NSRegularExpression+Swift.swift
/host/spi-builder-workspace/.build/checkouts/PhoneNumberKit/PhoneNumberKit/ParseManager.swift:108:13: error: cannot find 'DispatchQueue' in scope
106 |
107 |         var multiParseArray = [PhoneNumber](unsafeUninitializedCapacity: numberStrings.count) { buffer, initializedCount in
108 |             DispatchQueue.concurrentPerform(iterations: numberStrings.count) { [buffer] index in
    |             `- error: cannot find 'DispatchQueue' in scope
109 |                 let numberString = numberStrings[index]
110 |                 do {
/host/spi-builder-workspace/.build/checkouts/PhoneNumberKit/PhoneNumberKit/ParseManager.swift:108:89: error: cannot infer type of closure parameter 'index' without a type annotation
106 |
107 |         var multiParseArray = [PhoneNumber](unsafeUninitializedCapacity: numberStrings.count) { buffer, initializedCount in
108 |             DispatchQueue.concurrentPerform(iterations: numberStrings.count) { [buffer] index in
    |                                                                                         `- error: cannot infer type of closure parameter 'index' without a type annotation
109 |                 let numberString = numberStrings[index]
110 |                 do {
/host/spi-builder-workspace/.build/checkouts/PhoneNumberKit/PhoneNumberKit/ParseManager.swift:122:68: error: cannot infer contextual base in reference to member 'notParsed'
120 |
121 |         if hasError, !shouldReturnFailedEmptyNumbers {
122 |             multiParseArray = multiParseArray.filter { $0.type != .notParsed }
    |                                                                    `- error: cannot infer contextual base in reference to member 'notParsed'
123 |         }
124 |
/host/spi-builder-workspace/.build/checkouts/PhoneNumberKit/PhoneNumberKit/ParseManager.swift:108:13: error: cannot find 'DispatchQueue' in scope
106 |
107 |         var multiParseArray = [PhoneNumber](unsafeUninitializedCapacity: numberStrings.count) { buffer, initializedCount in
108 |             DispatchQueue.concurrentPerform(iterations: numberStrings.count) { [buffer] index in
    |             `- error: cannot find 'DispatchQueue' in scope
109 |                 let numberString = numberStrings[index]
110 |                 do {
/host/spi-builder-workspace/.build/checkouts/PhoneNumberKit/PhoneNumberKit/ParseManager.swift:108:89: error: cannot infer type of closure parameter 'index' without a type annotation
106 |
107 |         var multiParseArray = [PhoneNumber](unsafeUninitializedCapacity: numberStrings.count) { buffer, initializedCount in
108 |             DispatchQueue.concurrentPerform(iterations: numberStrings.count) { [buffer] index in
    |                                                                                         `- error: cannot infer type of closure parameter 'index' without a type annotation
109 |                 let numberString = numberStrings[index]
110 |                 do {
/host/spi-builder-workspace/.build/checkouts/PhoneNumberKit/PhoneNumberKit/ParseManager.swift:122:68: error: cannot infer contextual base in reference to member 'notParsed'
120 |
121 |         if hasError, !shouldReturnFailedEmptyNumbers {
122 |             multiParseArray = multiParseArray.filter { $0.type != .notParsed }
    |                                                                    `- error: cannot infer contextual base in reference to member 'notParsed'
123 |         }
124 |
/host/spi-builder-workspace/.build/checkouts/PhoneNumberKit/PhoneNumberKit/ParseManager.swift:108:13: error: cannot find 'DispatchQueue' in scope
106 |
107 |         var multiParseArray = [PhoneNumber](unsafeUninitializedCapacity: numberStrings.count) { buffer, initializedCount in
108 |             DispatchQueue.concurrentPerform(iterations: numberStrings.count) { [buffer] index in
    |             `- error: cannot find 'DispatchQueue' in scope
109 |                 let numberString = numberStrings[index]
110 |                 do {
/host/spi-builder-workspace/.build/checkouts/PhoneNumberKit/PhoneNumberKit/ParseManager.swift:108:89: error: cannot infer type of closure parameter 'index' without a type annotation
106 |
107 |         var multiParseArray = [PhoneNumber](unsafeUninitializedCapacity: numberStrings.count) { buffer, initializedCount in
108 |             DispatchQueue.concurrentPerform(iterations: numberStrings.count) { [buffer] index in
    |                                                                                         `- error: cannot infer type of closure parameter 'index' without a type annotation
109 |                 let numberString = numberStrings[index]
110 |                 do {
/host/spi-builder-workspace/.build/checkouts/PhoneNumberKit/PhoneNumberKit/ParseManager.swift:122:68: error: cannot infer contextual base in reference to member 'notParsed'
120 |
121 |         if hasError, !shouldReturnFailedEmptyNumbers {
122 |             multiParseArray = multiParseArray.filter { $0.type != .notParsed }
    |                                                                    `- error: cannot infer contextual base in reference to member 'notParsed'
123 |         }
124 |
[38/42] Compiling IssueReporting WithExpectedIssue.swift
[39/42] Compiling IssueReporting WithIssueContext.swift
BUILD FAILURE 6.1 wasm