The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build SwiftMacros, reference main (e553e6), with Swift 6.1 for Wasm on 29 May 2025 19:23:34 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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/ShenghaiWang/SwiftMacros.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/ShenghaiWang/SwiftMacros
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at e553e69 Update resolved dependencies
Cloned https://github.com/ShenghaiWang/SwiftMacros.git
Revision (git rev-parse @):
e553e69994cdde627ebd7a481c5b3d53a74ebea5
SUCCESS checkout https://github.com/ShenghaiWang/SwiftMacros.git at main
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/ShenghaiWang/SwiftMacros.git
https://github.com/ShenghaiWang/SwiftMacros.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "600.0.1",
            "upper_bound" : "601.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-syntax.git"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.3",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-docc-plugin.git"
    },
    {
      "identity" : "swiftkeychain",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.2.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ShenghaiWang/SwiftKeychain.git"
    }
  ],
  "manifest_display_name" : "SwiftMacros",
  "name" : "SwiftMacros",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftMacros",
      "targets" : [
        "SwiftMacros"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Client",
      "targets" : [
        "Client"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "Macros",
      "targets" : [
        "Macros"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftMacros",
      "module_type" : "SwiftTarget",
      "name" : "SwiftMacros",
      "path" : "Sources/SwiftMacros",
      "product_memberships" : [
        "SwiftMacros",
        "Client"
      ],
      "sources" : [
        "AccessContentType.swift",
        "DateBuilder.swift",
        "SwiftMacros.swift",
        "URLBuilder.swift",
        "URLRequestBuilder.swift"
      ],
      "target_dependencies" : [
        "Macros"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Macros",
      "module_type" : "SwiftTarget",
      "name" : "Macros",
      "path" : "Sources/Macros",
      "product_dependencies" : [
        "SwiftSyntaxMacros",
        "SwiftCompilerPlugin"
      ],
      "product_memberships" : [
        "SwiftMacros",
        "Client",
        "Macros"
      ],
      "sources" : [
        "Access.swift",
        "AddAssociatedValueVariable.swift",
        "AddInit.swift",
        "AddPublisher.swift",
        "BuildDate.swift",
        "BuildURL.swift",
        "BuildURLRequest.swift",
        "ConformToEquatable.swift",
        "ConformToHashable.swift",
        "FormatDate.swift",
        "FormatDateComponents.swift",
        "FormatDateInterval.swift",
        "JSONEncoderrDecoder.swift",
        "MacroDiagnostics.swift",
        "MacroPlugin.swift",
        "Mock.swift",
        "Mockable.swift",
        "PostNotification.swift",
        "Singleton.swift"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "MacroTests",
      "module_type" : "SwiftTarget",
      "name" : "MacroTests",
      "path" : "Tests/MacroTests",
      "product_dependencies" : [
        "SwiftSyntaxMacrosTestSupport"
      ],
      "sources" : [
        "AccessTests.swift",
        "AddAssociatedValueVariableTests.swift",
        "AddInitTests.swift",
        "AddPublisherTests.swift",
        "BuildDateTests.swift",
        "BuildURLRequestTests.swift",
        "BuildURLTests.swift",
        "ConformToEqutableTests.swift",
        "ConformToHashableTests.swift",
        "FormatDateComponentsTests.swift",
        "FormatDateIntervalTests.swift",
        "FormatDateTests.swift",
        "JSONEncoderDecoderTests.swift",
        "MockTests.swift",
        "NotificationTests.swift",
        "SingletonTests.swift"
      ],
      "target_dependencies" : [
        "Macros"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Client",
      "module_type" : "SwiftTarget",
      "name" : "Client",
      "path" : "Sources/Client",
      "product_dependencies" : [
        "SwiftKeychain"
      ],
      "product_memberships" : [
        "Client"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "SwiftMacros"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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/swiftlang/swift-syntax.git
Fetching https://github.com/swiftlang/swift-docc-plugin.git
Fetching https://github.com/ShenghaiWang/SwiftKeychain.git
[1/76] Fetching swiftkeychain
[77/2125] Fetching swiftkeychain, swift-docc-plugin
Fetched https://github.com/ShenghaiWang/SwiftKeychain.git from cache (0.28s)
[472/2049] Fetching swift-docc-plugin
[2050/72501] Fetching swift-docc-plugin, swift-syntax
Fetched https://github.com/swiftlang/swift-docc-plugin.git from cache (4.72s)
Fetched https://github.com/swiftlang/swift-syntax.git from cache (4.77s)
Computing version for https://github.com/swiftlang/swift-docc-plugin.git
Computed https://github.com/swiftlang/swift-docc-plugin.git at 1.4.3 (10.08s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3391] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.56s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 600.0.1 (1.93s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.95s)
Computing version for https://github.com/ShenghaiWang/SwiftKeychain.git
Computed https://github.com/ShenghaiWang/SwiftKeychain.git at 0.5.0 (0.70s)
Creating working copy for https://github.com/swiftlang/swift-docc-plugin.git
Working copy of https://github.com/swiftlang/swift-docc-plugin.git resolved at 1.4.3
Creating working copy for https://github.com/ShenghaiWang/SwiftKeychain.git
Working copy of https://github.com/ShenghaiWang/SwiftKeychain.git resolved at 0.5.0
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 600.0.1
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/44] Write sources
[20/44] Compiling _SwiftSyntaxCShims dummy.c
[21/44] Write swift-version-24593BA9C3E375BF.txt
[23/69] Emitting module SwiftSyntax509
[24/72] Emitting module SwiftSyntax600
[25/72] Compiling SwiftSyntax600 Empty.swift
[26/73] Compiling SwiftSyntax509 Empty.swift
[28/74] Emitting module SwiftSyntax510
[29/74] Compiling SwiftSyntax510 Empty.swift
[31/75] Wrapping AST for SwiftSyntax600 for debugging
[32/75] Wrapping AST for SwiftSyntax509 for debugging
[33/75] Wrapping AST for SwiftSyntax510 for debugging
[35/139] Compiling SwiftSyntax AbsolutePosition.swift
[36/139] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[37/139] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[38/139] Compiling SwiftSyntax Assert.swift
[39/139] Compiling SwiftSyntax BumpPtrAllocator.swift
[40/139] Compiling SwiftSyntax CommonAncestor.swift
[41/139] Compiling SwiftSyntax Convenience.swift
[42/139] Compiling SwiftSyntax CustomTraits.swift
[43/139] Compiling SwiftSyntax Identifier.swift
[44/147] Compiling SwiftSyntax SourceEdit.swift
/host/spi-builder-workspace/.build/checkouts/SwiftKeychain/Sources/SwiftKeychain/Search/SearchAttribute.swift:2:8: error: no such module 'LocalAuthentication'
  1 | import Foundation
  2 | import LocalAuthentication
    |        `- error: no such module 'LocalAuthentication'
  3 |
  4 | public enum SearchAttribute: KeyValue {
[45/147] Compiling SwiftSyntax SourceLength.swift
/host/spi-builder-workspace/.build/checkouts/SwiftKeychain/Sources/SwiftKeychain/Search/SearchAttribute.swift:2:8: error: no such module 'LocalAuthentication'
  1 | import Foundation
  2 | import LocalAuthentication
    |        `- error: no such module 'LocalAuthentication'
  3 |
  4 | public enum SearchAttribute: KeyValue {
[46/147] Compiling SwiftSyntax SourceLocation.swift
/host/spi-builder-workspace/.build/checkouts/SwiftKeychain/Sources/SwiftKeychain/Search/SearchAttribute.swift:2:8: error: no such module 'LocalAuthentication'
  1 | import Foundation
  2 | import LocalAuthentication
    |        `- error: no such module 'LocalAuthentication'
  3 |
  4 | public enum SearchAttribute: KeyValue {
[47/147] Compiling SwiftSyntax SyntaxNodeFactory.swift
/host/spi-builder-workspace/.build/checkouts/SwiftKeychain/Sources/SwiftKeychain/Search/SearchAttribute.swift:2:8: error: no such module 'LocalAuthentication'
  1 | import Foundation
  2 | import LocalAuthentication
    |        `- error: no such module 'LocalAuthentication'
  3 |
  4 | public enum SearchAttribute: KeyValue {
[48/147] Compiling SwiftSyntax SyntaxNodeStructure.swift
/host/spi-builder-workspace/.build/checkouts/SwiftKeychain/Sources/SwiftKeychain/Search/SearchAttribute.swift:2:8: error: no such module 'LocalAuthentication'
  1 | import Foundation
  2 | import LocalAuthentication
    |        `- error: no such module 'LocalAuthentication'
  3 |
  4 | public enum SearchAttribute: KeyValue {
[49/147] Compiling SwiftSyntax SyntaxProtocol.swift
/host/spi-builder-workspace/.build/checkouts/SwiftKeychain/Sources/SwiftKeychain/Search/SearchAttribute.swift:2:8: error: no such module 'LocalAuthentication'
  1 | import Foundation
  2 | import LocalAuthentication
    |        `- error: no such module 'LocalAuthentication'
  3 |
  4 | public enum SearchAttribute: KeyValue {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[50/149] Emitting module SwiftKeychain
/host/spi-builder-workspace/.build/checkouts/SwiftKeychain/Sources/SwiftKeychain/Search/SearchAttribute.swift:2:8: error: no such module 'LocalAuthentication'
  1 | import Foundation
  2 | import LocalAuthentication
    |        `- error: no such module 'LocalAuthentication'
  3 |
  4 | public enum SearchAttribute: KeyValue {
/host/spi-builder-workspace/.build/checkouts/SwiftKeychain/Sources/SwiftKeychain/Search/SearchAttribute.swift:2:8: error: no such module 'LocalAuthentication'
  1 | import Foundation
  2 | import LocalAuthentication
    |        `- error: no such module 'LocalAuthentication'
  3 |
  4 | public enum SearchAttribute: KeyValue {
/host/spi-builder-workspace/.build/checkouts/SwiftKeychain/Sources/SwiftKeychain/Search/SearchAttribute.swift:2:8: error: no such module 'LocalAuthentication'
  1 | import Foundation
  2 | import LocalAuthentication
    |        `- error: no such module 'LocalAuthentication'
  3 |
  4 | public enum SearchAttribute: KeyValue {
/host/spi-builder-workspace/.build/checkouts/SwiftKeychain/Sources/SwiftKeychain/Search/SearchAttribute.swift:2:8: error: no such module 'LocalAuthentication'
  1 | import Foundation
  2 | import LocalAuthentication
    |        `- error: no such module 'LocalAuthentication'
  3 |
  4 | public enum SearchAttribute: KeyValue {
/host/spi-builder-workspace/.build/checkouts/SwiftKeychain/Sources/SwiftKeychain/Search/SearchAttribute.swift:2:8: error: no such module 'LocalAuthentication'
  1 | import Foundation
  2 | import LocalAuthentication
    |        `- error: no such module 'LocalAuthentication'
  3 |
  4 | public enum SearchAttribute: KeyValue {
/host/spi-builder-workspace/.build/checkouts/SwiftKeychain/Sources/SwiftKeychain/Search/SearchAttribute.swift:2:8: error: no such module 'LocalAuthentication'
  1 | import Foundation
  2 | import LocalAuthentication
    |        `- error: no such module 'LocalAuthentication'
  3 |
  4 | public enum SearchAttribute: KeyValue {
/host/spi-builder-workspace/.build/checkouts/SwiftKeychain/Sources/SwiftKeychain/Search/SearchAttribute.swift:2:8: error: no such module 'LocalAuthentication'
  1 | import Foundation
  2 | import LocalAuthentication
    |        `- error: no such module 'LocalAuthentication'
  3 |
  4 | public enum SearchAttribute: KeyValue {
[57/149] Compiling SwiftSyntax MemoryLayout.swift
/host/spi-builder-workspace/.build/checkouts/SwiftKeychain/Sources/SwiftKeychain/Search/SearchAttribute.swift:2:8: error: no such module 'LocalAuthentication'
  1 | import Foundation
  2 | import LocalAuthentication
    |        `- error: no such module 'LocalAuthentication'
  3 |
  4 | public enum SearchAttribute: KeyValue {
[58/149] Compiling SwiftSyntax MissingNodeInitializers.swift
/host/spi-builder-workspace/.build/checkouts/SwiftKeychain/Sources/SwiftKeychain/Search/SearchAttribute.swift:2:8: error: no such module 'LocalAuthentication'
  1 | import Foundation
  2 | import LocalAuthentication
    |        `- error: no such module 'LocalAuthentication'
  3 |
  4 | public enum SearchAttribute: KeyValue {
[59/149] Compiling SwiftSyntax RawSyntax.swift
/host/spi-builder-workspace/.build/checkouts/SwiftKeychain/Sources/SwiftKeychain/Search/SearchAttribute.swift:2:8: error: no such module 'LocalAuthentication'
  1 | import Foundation
  2 | import LocalAuthentication
    |        `- error: no such module 'LocalAuthentication'
  3 |
  4 | public enum SearchAttribute: KeyValue {
[60/149] Compiling SwiftSyntax RawSyntaxLayoutView.swift
/host/spi-builder-workspace/.build/checkouts/SwiftKeychain/Sources/SwiftKeychain/Search/SearchAttribute.swift:2:8: error: no such module 'LocalAuthentication'
  1 | import Foundation
  2 | import LocalAuthentication
    |        `- error: no such module 'LocalAuthentication'
  3 |
  4 | public enum SearchAttribute: KeyValue {
[61/149] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
/host/spi-builder-workspace/.build/checkouts/SwiftKeychain/Sources/SwiftKeychain/Search/SearchAttribute.swift:2:8: error: no such module 'LocalAuthentication'
  1 | import Foundation
  2 | import LocalAuthentication
    |        `- error: no such module 'LocalAuthentication'
  3 |
  4 | public enum SearchAttribute: KeyValue {
[62/149] Compiling SwiftSyntax RawSyntaxTokenView.swift
/host/spi-builder-workspace/.build/checkouts/SwiftKeychain/Sources/SwiftKeychain/Search/SearchAttribute.swift:2:8: error: no such module 'LocalAuthentication'
  1 | import Foundation
  2 | import LocalAuthentication
    |        `- error: no such module 'LocalAuthentication'
  3 |
  4 | public enum SearchAttribute: KeyValue {
/host/spi-builder-workspace/.build/checkouts/SwiftKeychain/Sources/SwiftKeychain/Search/SearchAttribute.swift:2:8: error: no such module 'LocalAuthentication'
  1 | import Foundation
  2 | import LocalAuthentication
    |        `- error: no such module 'LocalAuthentication'
  3 |
  4 | public enum SearchAttribute: KeyValue {
/host/spi-builder-workspace/.build/checkouts/SwiftKeychain/Sources/SwiftKeychain/Search/SearchAttribute.swift:2:8: error: no such module 'LocalAuthentication'
  1 | import Foundation
  2 | import LocalAuthentication
    |        `- error: no such module 'LocalAuthentication'
  3 |
  4 | public enum SearchAttribute: KeyValue {
/host/spi-builder-workspace/.build/checkouts/SwiftKeychain/Sources/SwiftKeychain/Search/SearchAttribute.swift:2:8: error: no such module 'LocalAuthentication'
  1 | import Foundation
  2 | import LocalAuthentication
    |        `- error: no such module 'LocalAuthentication'
  3 |
  4 | public enum SearchAttribute: KeyValue {
[66/149] Compiling SwiftKeychain SearchAttribute.swift
/host/spi-builder-workspace/.build/checkouts/SwiftKeychain/Sources/SwiftKeychain/Search/SearchAttribute.swift:2:8: error: no such module 'LocalAuthentication'
  1 | import Foundation
  2 | import LocalAuthentication
    |        `- error: no such module 'LocalAuthentication'
  3 |
  4 | public enum SearchAttribute: KeyValue {
[67/149] Compiling SwiftKeychain SwiftKeychain.swift
/host/spi-builder-workspace/.build/checkouts/SwiftKeychain/Sources/SwiftKeychain/Search/SearchAttribute.swift:2:8: error: no such module 'LocalAuthentication'
  1 | import Foundation
  2 | import LocalAuthentication
    |        `- error: no such module 'LocalAuthentication'
  3 |
  4 | public enum SearchAttribute: KeyValue {
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/25] Write swift-version-24593BA9C3E375BF.txt
[4/50] Emitting module SwiftSyntax600
[5/50] Compiling SwiftSyntax600 Empty.swift
[6/50] Emitting module SwiftSyntax509
[7/50] Compiling SwiftSyntax509 Empty.swift
[8/55] Emitting module SwiftSyntax510
[9/55] Compiling SwiftSyntax510 Empty.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[11/56] Emitting module SwiftKeychain
/host/spi-builder-workspace/.build/checkouts/SwiftKeychain/Sources/SwiftKeychain/Search/SearchAttribute.swift:2:8: error: no such module 'LocalAuthentication'
  1 | import Foundation
  2 | import LocalAuthentication
    |        `- error: no such module 'LocalAuthentication'
  3 |
  4 | public enum SearchAttribute: KeyValue {
[14/58] Compiling SwiftKeychain CertificateType.swift
/host/spi-builder-workspace/.build/checkouts/SwiftKeychain/Sources/SwiftKeychain/Search/SearchAttribute.swift:2:8: error: no such module 'LocalAuthentication'
  1 | import Foundation
  2 | import LocalAuthentication
    |        `- error: no such module 'LocalAuthentication'
  3 |
  4 | public enum SearchAttribute: KeyValue {
[15/58] Compiling SwiftKeychain KeyClass.swift
/host/spi-builder-workspace/.build/checkouts/SwiftKeychain/Sources/SwiftKeychain/Search/SearchAttribute.swift:2:8: error: no such module 'LocalAuthentication'
  1 | import Foundation
  2 | import LocalAuthentication
    |        `- error: no such module 'LocalAuthentication'
  3 |
  4 | public enum SearchAttribute: KeyValue {
[16/58] Compiling SwiftKeychain KeyType.swift
/host/spi-builder-workspace/.build/checkouts/SwiftKeychain/Sources/SwiftKeychain/Search/SearchAttribute.swift:2:8: error: no such module 'LocalAuthentication'
  1 | import Foundation
  2 | import LocalAuthentication
    |        `- error: no such module 'LocalAuthentication'
  3 |
  4 | public enum SearchAttribute: KeyValue {
[17/58] Compiling SwiftKeychain AccessibilityValue.swift
/host/spi-builder-workspace/.build/checkouts/SwiftKeychain/Sources/SwiftKeychain/Search/SearchAttribute.swift:2:8: error: no such module 'LocalAuthentication'
  1 | import Foundation
  2 | import LocalAuthentication
    |        `- error: no such module 'LocalAuthentication'
  3 |
  4 | public enum SearchAttribute: KeyValue {
[18/58] Compiling SwiftKeychain AuthenticationType.swift
/host/spi-builder-workspace/.build/checkouts/SwiftKeychain/Sources/SwiftKeychain/Search/SearchAttribute.swift:2:8: error: no such module 'LocalAuthentication'
  1 | import Foundation
  2 | import LocalAuthentication
    |        `- error: no such module 'LocalAuthentication'
  3 |
  4 | public enum SearchAttribute: KeyValue {
[19/58] Compiling SwiftKeychain CertificateEncoding.swift
/host/spi-builder-workspace/.build/checkouts/SwiftKeychain/Sources/SwiftKeychain/Search/SearchAttribute.swift:2:8: error: no such module 'LocalAuthentication'
  1 | import Foundation
  2 | import LocalAuthentication
    |        `- error: no such module 'LocalAuthentication'
  3 |
  4 | public enum SearchAttribute: KeyValue {
[20/58] Compiling SwiftKeychain SecPolicy.swift
/host/spi-builder-workspace/.build/checkouts/SwiftKeychain/Sources/SwiftKeychain/Search/SearchAttribute.swift:2:8: error: no such module 'LocalAuthentication'
  1 | import Foundation
  2 | import LocalAuthentication
    |        `- error: no such module 'LocalAuthentication'
  3 |
  4 | public enum SearchAttribute: KeyValue {
[21/58] Compiling SwiftKeychain Certificate.swift
/host/spi-builder-workspace/.build/checkouts/SwiftKeychain/Sources/SwiftKeychain/Search/SearchAttribute.swift:2:8: error: no such module 'LocalAuthentication'
  1 | import Foundation
  2 | import LocalAuthentication
    |        `- error: no such module 'LocalAuthentication'
  3 |
  4 | public enum SearchAttribute: KeyValue {
[22/58] Compiling SwiftKeychain GenericPassword.swift
/host/spi-builder-workspace/.build/checkouts/SwiftKeychain/Sources/SwiftKeychain/Search/SearchAttribute.swift:2:8: error: no such module 'LocalAuthentication'
  1 | import Foundation
  2 | import LocalAuthentication
    |        `- error: no such module 'LocalAuthentication'
  3 |
  4 | public enum SearchAttribute: KeyValue {
[23/58] Compiling SwiftKeychain ProtocolType.swift
/host/spi-builder-workspace/.build/checkouts/SwiftKeychain/Sources/SwiftKeychain/Search/SearchAttribute.swift:2:8: error: no such module 'LocalAuthentication'
  1 | import Foundation
  2 | import LocalAuthentication
    |        `- error: no such module 'LocalAuthentication'
  3 |
  4 | public enum SearchAttribute: KeyValue {
[24/58] Compiling SwiftKeychain SecAccess.swift
/host/spi-builder-workspace/.build/checkouts/SwiftKeychain/Sources/SwiftKeychain/Search/SearchAttribute.swift:2:8: error: no such module 'LocalAuthentication'
  1 | import Foundation
  2 | import LocalAuthentication
    |        `- error: no such module 'LocalAuthentication'
  3 |
  4 | public enum SearchAttribute: KeyValue {
[25/58] Compiling SwiftKeychain SecAccessControl.swift
/host/spi-builder-workspace/.build/checkouts/SwiftKeychain/Sources/SwiftKeychain/Search/SearchAttribute.swift:2:8: error: no such module 'LocalAuthentication'
  1 | import Foundation
  2 | import LocalAuthentication
    |        `- error: no such module 'LocalAuthentication'
  3 |
  4 | public enum SearchAttribute: KeyValue {
[26/58] Compiling SwiftKeychain Identity.swift
/host/spi-builder-workspace/.build/checkouts/SwiftKeychain/Sources/SwiftKeychain/Search/SearchAttribute.swift:2:8: error: no such module 'LocalAuthentication'
  1 | import Foundation
  2 | import LocalAuthentication
    |        `- error: no such module 'LocalAuthentication'
  3 |
  4 | public enum SearchAttribute: KeyValue {
[27/58] Compiling SwiftKeychain InternetPassword.swift
/host/spi-builder-workspace/.build/checkouts/SwiftKeychain/Sources/SwiftKeychain/Search/SearchAttribute.swift:2:8: error: no such module 'LocalAuthentication'
  1 | import Foundation
  2 | import LocalAuthentication
    |        `- error: no such module 'LocalAuthentication'
  3 |
  4 | public enum SearchAttribute: KeyValue {
[28/58] Compiling SwiftKeychain Item.swift
/host/spi-builder-workspace/.build/checkouts/SwiftKeychain/Sources/SwiftKeychain/Search/SearchAttribute.swift:2:8: error: no such module 'LocalAuthentication'
  1 | import Foundation
  2 | import LocalAuthentication
    |        `- error: no such module 'LocalAuthentication'
  3 |
  4 | public enum SearchAttribute: KeyValue {
[29/58] Compiling SwiftKeychain ItemValue.swift
/host/spi-builder-workspace/.build/checkouts/SwiftKeychain/Sources/SwiftKeychain/Search/SearchAttribute.swift:2:8: error: no such module 'LocalAuthentication'
  1 | import Foundation
  2 | import LocalAuthentication
    |        `- error: no such module 'LocalAuthentication'
  3 |
  4 | public enum SearchAttribute: KeyValue {
[30/58] Compiling SwiftKeychain Key.swift
/host/spi-builder-workspace/.build/checkouts/SwiftKeychain/Sources/SwiftKeychain/Search/SearchAttribute.swift:2:8: error: no such module 'LocalAuthentication'
  1 | import Foundation
  2 | import LocalAuthentication
    |        `- error: no such module 'LocalAuthentication'
  3 |
  4 | public enum SearchAttribute: KeyValue {
[31/58] Compiling SwiftKeychain KeyValue.swift
/host/spi-builder-workspace/.build/checkouts/SwiftKeychain/Sources/SwiftKeychain/Search/SearchAttribute.swift:2:8: error: no such module 'LocalAuthentication'
  1 | import Foundation
  2 | import LocalAuthentication
    |        `- error: no such module 'LocalAuthentication'
  3 |
  4 | public enum SearchAttribute: KeyValue {
[32/58] Compiling SwiftKeychain KeychainError.swift
/host/spi-builder-workspace/.build/checkouts/SwiftKeychain/Sources/SwiftKeychain/Search/SearchAttribute.swift:2:8: error: no such module 'LocalAuthentication'
  1 | import Foundation
  2 | import LocalAuthentication
    |        `- error: no such module 'LocalAuthentication'
  3 |
  4 | public enum SearchAttribute: KeyValue {
[33/58] Compiling SwiftKeychain OperationResult.swift
/host/spi-builder-workspace/.build/checkouts/SwiftKeychain/Sources/SwiftKeychain/Search/SearchAttribute.swift:2:8: error: no such module 'LocalAuthentication'
  1 | import Foundation
  2 | import LocalAuthentication
    |        `- error: no such module 'LocalAuthentication'
  3 |
  4 | public enum SearchAttribute: KeyValue {
[34/58] Compiling SwiftKeychain ResultKey.swift
/host/spi-builder-workspace/.build/checkouts/SwiftKeychain/Sources/SwiftKeychain/Search/SearchAttribute.swift:2:8: error: no such module 'LocalAuthentication'
  1 | import Foundation
  2 | import LocalAuthentication
    |        `- error: no such module 'LocalAuthentication'
  3 |
  4 | public enum SearchAttribute: KeyValue {
[35/58] Compiling SwiftKeychain SearchAttribute.swift
/host/spi-builder-workspace/.build/checkouts/SwiftKeychain/Sources/SwiftKeychain/Search/SearchAttribute.swift:2:8: error: no such module 'LocalAuthentication'
  1 | import Foundation
  2 | import LocalAuthentication
    |        `- error: no such module 'LocalAuthentication'
  3 |
  4 | public enum SearchAttribute: KeyValue {
[36/58] Compiling SwiftKeychain SwiftKeychain.swift
/host/spi-builder-workspace/.build/checkouts/SwiftKeychain/Sources/SwiftKeychain/Search/SearchAttribute.swift:2:8: error: no such module 'LocalAuthentication'
  1 | import Foundation
  2 | import LocalAuthentication
    |        `- error: no such module 'LocalAuthentication'
  3 |
  4 | public enum SearchAttribute: KeyValue {
BUILD FAILURE 6.1 wasm