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 v2.0.1 (e553e6), with Swift 6.1 for Wasm on 29 May 2025 19:22:54 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/ShenghaiWang/SwiftMacros.git
Reference: v2.0.1
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
 * tag               v2.0.1     -> FETCH_HEAD
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 v2.0.1
========================================
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-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/ShenghaiWang/SwiftKeychain.git
Fetching https://github.com/swiftlang/swift-syntax.git
Fetching https://github.com/swiftlang/swift-docc-plugin.git
[1/76] Fetching swiftkeychain
Fetched https://github.com/ShenghaiWang/SwiftKeychain.git from cache (0.22s)
[1/2049] Fetching swift-docc-plugin
[2050/72501] Fetching swift-docc-plugin, swift-syntax
Fetched https://github.com/swiftlang/swift-docc-plugin.git from cache (6.61s)
Fetched https://github.com/swiftlang/swift-syntax.git from cache (6.66s)
Computing version for https://github.com/swiftlang/swift-docc-plugin.git
Computed https://github.com/swiftlang/swift-docc-plugin.git at 1.4.3 (9.69s)
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.45s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 600.0.1 (1.50s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.55s)
Computing version for https://github.com/ShenghaiWang/SwiftKeychain.git
Computed https://github.com/ShenghaiWang/SwiftKeychain.git at 0.5.0 (0.48s)
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/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-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/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/72] Emitting module SwiftSyntax510
[24/72] Compiling SwiftSyntax510 Empty.swift
[25/73] Emitting module SwiftSyntax509
[26/73] Compiling SwiftSyntax509 Empty.swift
[29/74] Emitting module SwiftSyntax600
[30/74] Compiling SwiftSyntax600 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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[35/139] 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 {
[36/139] 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 {
[37/139] 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 {
[38/139] 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 {
[39/139] 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 {
[40/139] 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 {
[41/139] 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 {
[42/141] Compiling SwiftSyntax SourcePresence.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 {
[43/141] Compiling SwiftSyntax SwiftSyntaxCompatibility.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 {
[44/141] Compiling SwiftSyntax Syntax.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/141] 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 {
[46/141] 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 {
[47/141] 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 {
[48/141] Compiling SwiftSyntax AbsolutePosition.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/141] Compiling SwiftSyntax AbsoluteRawSyntax.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 {
[50/141] Compiling SwiftSyntax AbsoluteSyntaxInfo.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 {
[51/141] Compiling SwiftSyntax Convenience.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 {
[52/141] Compiling SwiftSyntax CustomTraits.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 {
[53/141] Compiling SwiftSyntax Identifier.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 {
[54/141] Compiling SwiftSyntax Assert.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 {
[55/141] Compiling SwiftSyntax BumpPtrAllocator.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 {
[56/141] Compiling SwiftSyntax CommonAncestor.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 {
[57/141] 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 {
[58/141] 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-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
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/25] Write swift-version-24593BA9C3E375BF.txt
[4/31] Compiling SwiftSyntax600 Empty.swift
[5/53] Compiling SwiftSyntax509 Empty.swift
[6/53] Compiling SwiftSyntax510 Empty.swift
[7/53] Emitting module SwiftSyntax509
[8/53] Emitting module SwiftSyntax510
[9/53] Emitting module SwiftSyntax600
error: emit-module command failed with exit code 1 (use -v to see invocation)
[10/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 {
[12/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 {
[13/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 {
[14/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 {
[16/57] 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 {
[17/57] 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 {
[18/57] 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 {
[19/57] 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 {
[20/57] 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 {
[21/57] 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 {
[23/57] 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 {
[24/57] 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 {
[25/57] 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 {
[26/57] 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 {
[27/57] 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 {
[28/57] 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 {
[29/57] 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 {
[30/57] 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 {
[31/57] 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 {
[32/57] 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/57] 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/57] 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/56] 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/56] 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