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 Linux on 29 Apr 2025 14:06:54 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.61.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:         linux
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-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/ShenghaiWang/SwiftKeychain.git
Fetching https://github.com/swiftlang/swift-docc-plugin.git
Fetching https://github.com/swiftlang/swift-syntax.git
[1/76] Fetching swiftkeychain
[77/2125] Fetching swiftkeychain, swift-docc-plugin
Fetched https://github.com/ShenghaiWang/SwiftKeychain.git from cache (0.24s)
[246/2049] Fetching swift-docc-plugin
Fetched https://github.com/swiftlang/swift-docc-plugin.git from cache (0.40s)
[1/70245] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax.git from cache (4.85s)
Computing version for https://github.com/swiftlang/swift-docc-plugin.git
Computed https://github.com/swiftlang/swift-docc-plugin.git at 1.4.3 (7.18s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3376] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.36s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 600.0.1 (1.11s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.63s)
Computing version for https://github.com/ShenghaiWang/SwiftKeychain.git
Computed https://github.com/ShenghaiWang/SwiftKeychain.git at 0.5.0 (0.57s)
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-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.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
[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
[20/44] Write swift-version-24593BA9C3E375BF.txt
[23/72] Emitting module SwiftSyntax600
[24/72] Compiling SwiftSyntax600 Empty.swift
[25/73] Emitting module SwiftSyntax509
[26/73] Compiling SwiftSyntax509 Empty.swift
[27/74] Emitting module SwiftSyntax510
[28/74] Compiling SwiftSyntax510 Empty.swift
[31/75] Wrapping AST for SwiftSyntax600 for debugging
[32/75] Wrapping AST for SwiftSyntax510 for debugging
[33/75] Wrapping AST for SwiftSyntax509 for debugging
[35/139] 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 {
[36/139] 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 {
[37/139] 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 {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[38/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 {
[39/139] 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 {
[40/139] 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 {
[41/139] 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 {
[42/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 {
[43/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 {
[44/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 {
[45/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 {
[46/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 {
[47/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 {
[48/141] 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 {
[49/141] 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 {
[50/141] 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 {
[51/141] 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 {
[52/141] 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 {
[53/141] 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 {
[54/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 {
[55/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 {
[56/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 {
[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-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-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/53] Compiling SwiftSyntax600 Empty.swift
[5/53] Emitting module SwiftSyntax600
[6/53] Compiling SwiftSyntax510 Empty.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[7/54] 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 {
[8/56] 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 {
[9/56] 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 {
[10/56] 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 {
[11/56] Emitting module SwiftSyntax509
[12/56] Compiling SwiftSyntax509 Empty.swift
[13/57] Emitting module SwiftSyntax510
[15/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 {
[16/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 {
[17/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 {
[18/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 {
[19/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 {
[20/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 {
[21/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 {
[22/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 {
[23/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 {
[24/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 {
[25/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 {
[26/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 {
[28/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 {
[29/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 {
[30/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 {
[31/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 {
[32/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 {
[33/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 {
[35/57] 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/57] 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 linux