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 Openhealthcardkit, reference main (20ea56), with Swift 6.2 (beta) for macOS (SPM) on 23 Jun 2025 00:52:37 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/gematik/ref-OpenHealthCardKit.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/gematik/ref-OpenHealthCardKit
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 20ea56a FOSS View (#42)
Cloned https://github.com/gematik/ref-OpenHealthCardKit.git
Revision (git rev-parse @):
20ea56ab32042467c5949049d7738e780c8d42c4
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/gematik/ref-OpenHealthCardKit.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/gematik/ref-OpenHealthCardKit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/11] Write sources
[9/11] Copying OpenSSL.framework
[10/11] Write swift-version-1EA4D86E10B52AF.txt
[12/40] Emitting module ASN1Kit
[13/42] Compiling ASN1Kit String+Subscript.swift
[14/42] Compiling ASN1Kit UInt+TagNo.swift
[15/42] Compiling Helper CommandLogger.swift
[16/42] Emitting module Helper
[17/57] Compiling ASN1Kit ObjectIdentifier.swift
[18/57] Compiling ASN1Kit ASN1CodableType.swift
[19/57] Compiling ASN1Kit ASN1Object+Encoding.swift
[20/57] Compiling ASN1Kit ASN1Primitive+Description.swift
[21/57] Compiling ASN1Kit Data+ASN1Int.swift
[22/57] Compiling ASN1Kit Data+UInt.swift
[23/57] Compiling ASN1Kit ASN1Error.swift
[24/57] Compiling ASN1Kit ASN1Int.swift
[25/57] Compiling ASN1Kit ASN1Object.swift
[26/57] Compiling CardReaderProviderApi CommandType+APDU.swift
[27/57] Compiling CardReaderProviderApi CardProtocol.swift
[28/57] Compiling CardReaderProviderApi CardType.swift
[29/57] Compiling CardReaderProviderApi CardChannelType.swift
[30/57] Compiling CardReaderProviderApi CardError.swift
[31/57] Compiling CardReaderProviderApi APDU.swift
[32/57] Compiling CardReaderProviderApi ResponseType+APDU.swift
[33/57] Compiling CardReaderProviderApi ResponseType.swift
[34/57] Compiling CardReaderProviderApi CommandType+LogicChannel.swift
[35/57] Compiling CardReaderProviderApi CommandType.swift
[36/57] Compiling ASN1Kit OutputStream+UInt8.swift
[37/57] Compiling ASN1Kit Array+ASN1Encoding.swift
[38/57] Compiling ASN1Kit Bool+ASN1Encoding.swift
[39/57] Compiling ASN1Kit Data+ASN1Encoding.swift
[40/57] Compiling ASN1Kit String+ASN1Encoding.swift
[41/57] Compiling ASN1Kit ASN1DecodedTag+Encoding.swift
[42/57] Compiling ASN1Kit ASN1Object+Subscript.swift
[43/57] Compiling CardReaderProviderApi CardReaderProviderType.swift
[44/57] Compiling CardReaderProviderApi ProviderDescriptor.swift
[45/57] Compiling CardReaderProviderApi ProviderDescriptorType.swift
[46/57] Compiling CardReaderProviderApi CardReaderControllerType.swift
[49/58] Compiling CardReaderProviderApi CardReaderType.swift
/Users/admin/builder/spi-builder-workspace/Sources/CardReaderProviderApi/Card/CardError.swift:28:10: warning: associated value 'objcError' of 'Sendable'-conforming enum 'CardError' has non-sendable type 'NSException?'; this is an error in the Swift 6 language mode
26 |     case illegalState(Error?)
27 |     /// An ObjC NSException was thrown
28 |     case objcError(NSException?)
   |          `- warning: associated value 'objcError' of 'Sendable'-conforming enum 'CardError' has non-sendable type 'NSException?'; this is an error in the Swift 6 language mode
29 | }
30 |
Swift.Optional:1:21: note: generic enum 'Optional' does not conform to the 'Sendable' protocol
1 | @frozen public enum Optional<Wrapped> : ~Copyable, ~Escapable where Wrapped : ~Copyable, Wrapped : ~Escapable {
  |                     `- note: generic enum 'Optional' does not conform to the 'Sendable' protocol
2 |     case none
3 |     case some(Wrapped)
/Users/admin/builder/spi-builder-workspace/Sources/CardReaderProviderApi/Card/CardError.swift:28:10: warning: associated value 'objcError' of 'Sendable'-conforming enum 'CardError' has non-sendable type 'NSException?'; this is an error in the Swift 6 language mode
26 |     case illegalState(Error?)
27 |     /// An ObjC NSException was thrown
28 |     case objcError(NSException?)
   |          `- warning: associated value 'objcError' of 'Sendable'-conforming enum 'CardError' has non-sendable type 'NSException?'; this is an error in the Swift 6 language mode
29 | }
30 |
Swift.Optional:1:21: note: generic enum 'Optional' does not conform to the 'Sendable' protocol
1 | @frozen public enum Optional<Wrapped> : ~Copyable, ~Escapable where Wrapped : ~Copyable, Wrapped : ~Escapable {
  |                     `- note: generic enum 'Optional' does not conform to the 'Sendable' protocol
2 |     case none
3 |     case some(Wrapped)
[56/58] Emitting module CardReaderProviderApi
/Users/admin/builder/spi-builder-workspace/Sources/CardReaderProviderApi/Card/CardError.swift:28:10: warning: associated value 'objcError' of 'Sendable'-conforming enum 'CardError' has non-sendable type 'NSException?'; this is an error in the Swift 6 language mode
26 |     case illegalState(Error?)
27 |     /// An ObjC NSException was thrown
28 |     case objcError(NSException?)
   |          `- warning: associated value 'objcError' of 'Sendable'-conforming enum 'CardError' has non-sendable type 'NSException?'; this is an error in the Swift 6 language mode
29 | }
30 |
Swift.Optional:1:21: note: generic enum 'Optional' does not conform to the 'Sendable' protocol
1 | @frozen public enum Optional<Wrapped> : ~Copyable, ~Escapable where Wrapped : ~Copyable, Wrapped : ~Escapable {
  |                     `- note: generic enum 'Optional' does not conform to the 'Sendable' protocol
2 |     case none
3 |     case some(Wrapped)
[59/61] Compiling CardReaderAccess Swift+Reflection.swift
[60/61] Compiling CardReaderAccess CardReaderControllerManager.swift
[61/61] Emitting module CardReaderAccess
[62/103] Compiling HealthCardAccess HealthCardPropertyType.swift
[63/103] Compiling HealthCardAccess HealthCardResponseType.swift
[64/103] Compiling HealthCardAccess HealthCardStatus.swift
[65/103] Compiling HealthCardAccess HealthCardType.swift
[66/107] Compiling HealthCardAccess CAN.swift
[67/107] Compiling HealthCardAccess CardGeneration.swift
[68/107] Compiling HealthCardAccess CardVersion2.swift
[69/107] Compiling HealthCardAccess CertificateInfo.swift
[70/107] Emitting module HealthCardAccess
[71/107] Compiling HealthCardAccess Key.swift
[72/107] Compiling HealthCardAccess PSOAlgorithm.swift
[73/107] Compiling HealthCardAccess Password.swift
[74/107] Compiling HealthCardAccess ShortFileIdentifier.swift
[75/107] Compiling HealthCardAccess Data+Normalize.swift
[76/107] Compiling HealthCardAccess ECCurveInfo.swift
[77/107] Compiling HealthCardAccess SignatureAlgorithm.swift
[78/107] Compiling HealthCardAccess HealthCardResponse.swift
[79/107] Compiling HealthCardAccess ResponseStatus.swift
[80/107] Compiling HealthCardAccess HealthCardCommand+ObjectSystemManagement.swift
[81/107] Compiling HealthCardAccess HealthCardCommand+PerfomSecurityOperation.swift
[82/107] Compiling HealthCardAccess HealthCardCommand+UserVerification.swift
[83/107] Compiling HealthCardAccess HealthCardCommand.swift
[84/107] Compiling HealthCardAccess HealthCardCommandBuilder.swift
[85/107] Compiling HealthCardAccess Data+Hex.swift
[86/107] Compiling HealthCardAccess UInt8+Data.swift
[87/107] Compiling HealthCardAccess HealthCard.swift
[88/107] Compiling HealthCardAccess HealthCardCommandType.swift
[89/107] Compiling HealthCardAccess ElementaryFile.swift
[90/107] Compiling HealthCardAccess FileControlParameter.swift
[91/107] Compiling HealthCardAccess FileIdentifier.swift
[92/107] Compiling HealthCardAccess Format2Pin.swift
[93/107] Compiling HealthCardAccess GemCvCertificate.swift
[94/107] Compiling HealthCardAccess ApplicationIdentifier.swift
[95/107] Compiling HealthCardAccess CardItemType.swift
[96/107] Compiling HealthCardAccess CardKeyReferenceType.swift
[97/107] Compiling HealthCardAccess CardObjectIdentifierType.swift
[98/107] Compiling HealthCardAccess DedicatedFile.swift
[99/107] Compiling HealthCardAccess EgkFileSystem.swift
[100/107] Compiling HealthCardAccess HbaFileSystem.swift
[101/107] Compiling HealthCardAccess HealthCardFileSystemType.swift
[102/107] Compiling HealthCardAccess SmcbFileSystem.swift
[103/107] Compiling HealthCardAccess HealthCardCommand+AccessStructuredData.swift
[104/107] Compiling HealthCardAccess HealthCardCommand+AccessTransparentData.swift
[105/107] Compiling HealthCardAccess HealthCardCommand+Authentication.swift
[106/107] Compiling HealthCardAccess HealthCardCommand+ManageSE.swift
[107/107] Compiling HealthCardAccess HealthCardCommand+Misc.swift
[108/128] Emitting module HealthCardControl
[109/130] Compiling HealthCardControl SecureHealthCard.swift
[110/130] Compiling HealthCardControl SecureMessaging.swift
[111/130] Compiling HealthCardControl CardChannelType+CardAID.swift
[112/130] Compiling HealthCardControl CardChannelType+CardAccess.swift
[113/130] Compiling HealthCardControl AES.swift
[114/130] Compiling HealthCardControl Data+Secure.swift
[115/130] Compiling HealthCardControl CardType+SecureMessaging.swift
[116/130] Compiling HealthCardControl Data+Hex.swift
[117/130] Compiling HealthCardControl CardChannelType+Version.swift
[118/130] Compiling HealthCardControl HealthCard+Error.swift
[119/130] Compiling HealthCardControl HealthCardType+ReadFile.swift
[120/130] Compiling HealthCardControl AES128PaceKey.swift
[121/130] Compiling HealthCardControl KeyDerivationFunction.swift
[122/130] Compiling HealthCardControl Logger.swift
[123/130] Compiling HealthCardControl HealthCardType+Authenticate.swift
[124/130] Compiling HealthCardControl HealthCardType+ChangeReferenceData.swift
[125/130] Compiling HealthCardControl HealthCardType+ESIGN.swift
[126/130] Compiling HealthCardControl KeyAgreement.swift
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardControl/SecureMessaging/KeyAgreement.swift:253:20: warning: 'publisher(for:writeTimeout:readTimeout:)' is deprecated: Use structured concurrency version instead [#DeprecatedDeclaration]
251 |             }
252 |             .flatMap {
253 |                 $0.publisher(for: card, writeTimeout: writeTimeout, readTimeout: readTimeout)
    |                    `- warning: 'publisher(for:writeTimeout:readTimeout:)' is deprecated: Use structured concurrency version instead [#DeprecatedDeclaration]
254 |             }
255 |             .eraseToAnyPublisher()
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardControl/SecureMessaging/KeyAgreement.swift:291:20: warning: 'publisher(for:writeTimeout:readTimeout:)' is deprecated: Use structured concurrency version instead [#DeprecatedDeclaration]
289 |             .setFailureType(to: Swift.Error.self)
290 |             .flatMap {
291 |                 $0.publisher(for: card, writeTimeout: writeTimeout, readTimeout: readTimeout)
    |                    `- warning: 'publisher(for:writeTimeout:readTimeout:)' is deprecated: Use structured concurrency version instead [#DeprecatedDeclaration]
292 |             }
293 |             .tryMap { (response: HealthCardResponseType) -> Data in
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardControl/SecureMessaging/KeyAgreement.swift:354:21: warning: 'publisher(for:writeTimeout:readTimeout:)' is deprecated: Use structured concurrency version instead [#DeprecatedDeclaration]
352 |         }
353 |         .flatMap { (keyPair1: BrainpoolP256r1.KeyExchange.PrivateKey, command: HealthCardCommandType) in
354 |             command.publisher(for: card, writeTimeout: writeTimeout, readTimeout: readTimeout)
    |                     `- warning: 'publisher(for:writeTimeout:readTimeout:)' is deprecated: Use structured concurrency version instead [#DeprecatedDeclaration]
355 |                 .tryMap { pk1PiccResponse in
356 |                     guard let pk1PiccResponseData = pk1PiccResponse.data else {
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardControl/SecureMessaging/KeyAgreement.swift:412:20: warning: 'publisher(for:writeTimeout:readTimeout:)' is deprecated: Use structured concurrency version instead [#DeprecatedDeclaration]
410 |             }
411 |             .flatMap {
412 |                 $0.publisher(for: card, writeTimeout: writeTimeout, readTimeout: readTimeout)
    |                    `- warning: 'publisher(for:writeTimeout:readTimeout:)' is deprecated: Use structured concurrency version instead [#DeprecatedDeclaration]
413 |             }
414 |             .tryMap { (pk2PiccResponse: HealthCardResponseType) in
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardControl/SecureMessaging/KeyAgreement.swift:472:20: warning: 'publisher(for:writeTimeout:readTimeout:)' is deprecated: Use structured concurrency version instead [#DeprecatedDeclaration]
470 |             }
471 |             .flatMap {
472 |                 $0.publisher(for: card, writeTimeout: writeTimeout, readTimeout: readTimeout)
    |                    `- warning: 'publisher(for:writeTimeout:readTimeout:)' is deprecated: Use structured concurrency version instead [#DeprecatedDeclaration]
473 |             }
474 |             .tryMap { (macPiccResponse: HealthCardResponseType) -> Bool in
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardControl/SecureMessaging/SecureCardChannel.swift:61:45: warning: 'transmitPublisher(command:writeTimeout:readTimeout:)' is deprecated: Use structured concurrency version instead [#DeprecatedDeclaration]
 59 |         )
 60 |         let encryptedCommand = try session.encrypt(command: command)
 61 |         let encryptedResponse = try channel.transmitPublisher(command: encryptedCommand,
    |                                             `- warning: 'transmitPublisher(command:writeTimeout:readTimeout:)' is deprecated: Use structured concurrency version instead [#DeprecatedDeclaration]
 62 |                                                               writeTimeout: writeTimeout,
 63 |                                                               readTimeout: readTimeout)
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardControl/SecureMessaging/SecureCardChannel.swift:106:21: warning: 'closePublisher()' is deprecated: Use structured concurrency version instead [#DeprecatedDeclaration]
104 |     func closePublisher() throws {
105 |         session.invalidate()
106 |         try channel.closePublisher()
    |                     `- warning: 'closePublisher()' is deprecated: Use structured concurrency version instead [#DeprecatedDeclaration]
107 |     }
108 |
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[127/130] Compiling HealthCardControl SecureCardChannel.swift
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardControl/SecureMessaging/KeyAgreement.swift:253:20: warning: 'publisher(for:writeTimeout:readTimeout:)' is deprecated: Use structured concurrency version instead [#DeprecatedDeclaration]
251 |             }
252 |             .flatMap {
253 |                 $0.publisher(for: card, writeTimeout: writeTimeout, readTimeout: readTimeout)
    |                    `- warning: 'publisher(for:writeTimeout:readTimeout:)' is deprecated: Use structured concurrency version instead [#DeprecatedDeclaration]
254 |             }
255 |             .eraseToAnyPublisher()
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardControl/SecureMessaging/KeyAgreement.swift:291:20: warning: 'publisher(for:writeTimeout:readTimeout:)' is deprecated: Use structured concurrency version instead [#DeprecatedDeclaration]
289 |             .setFailureType(to: Swift.Error.self)
290 |             .flatMap {
291 |                 $0.publisher(for: card, writeTimeout: writeTimeout, readTimeout: readTimeout)
    |                    `- warning: 'publisher(for:writeTimeout:readTimeout:)' is deprecated: Use structured concurrency version instead [#DeprecatedDeclaration]
292 |             }
293 |             .tryMap { (response: HealthCardResponseType) -> Data in
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardControl/SecureMessaging/KeyAgreement.swift:354:21: warning: 'publisher(for:writeTimeout:readTimeout:)' is deprecated: Use structured concurrency version instead [#DeprecatedDeclaration]
352 |         }
353 |         .flatMap { (keyPair1: BrainpoolP256r1.KeyExchange.PrivateKey, command: HealthCardCommandType) in
354 |             command.publisher(for: card, writeTimeout: writeTimeout, readTimeout: readTimeout)
    |                     `- warning: 'publisher(for:writeTimeout:readTimeout:)' is deprecated: Use structured concurrency version instead [#DeprecatedDeclaration]
355 |                 .tryMap { pk1PiccResponse in
356 |                     guard let pk1PiccResponseData = pk1PiccResponse.data else {
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardControl/SecureMessaging/KeyAgreement.swift:412:20: warning: 'publisher(for:writeTimeout:readTimeout:)' is deprecated: Use structured concurrency version instead [#DeprecatedDeclaration]
410 |             }
411 |             .flatMap {
412 |                 $0.publisher(for: card, writeTimeout: writeTimeout, readTimeout: readTimeout)
    |                    `- warning: 'publisher(for:writeTimeout:readTimeout:)' is deprecated: Use structured concurrency version instead [#DeprecatedDeclaration]
413 |             }
414 |             .tryMap { (pk2PiccResponse: HealthCardResponseType) in
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardControl/SecureMessaging/KeyAgreement.swift:472:20: warning: 'publisher(for:writeTimeout:readTimeout:)' is deprecated: Use structured concurrency version instead [#DeprecatedDeclaration]
470 |             }
471 |             .flatMap {
472 |                 $0.publisher(for: card, writeTimeout: writeTimeout, readTimeout: readTimeout)
    |                    `- warning: 'publisher(for:writeTimeout:readTimeout:)' is deprecated: Use structured concurrency version instead [#DeprecatedDeclaration]
473 |             }
474 |             .tryMap { (macPiccResponse: HealthCardResponseType) -> Bool in
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardControl/SecureMessaging/SecureCardChannel.swift:61:45: warning: 'transmitPublisher(command:writeTimeout:readTimeout:)' is deprecated: Use structured concurrency version instead [#DeprecatedDeclaration]
 59 |         )
 60 |         let encryptedCommand = try session.encrypt(command: command)
 61 |         let encryptedResponse = try channel.transmitPublisher(command: encryptedCommand,
    |                                             `- warning: 'transmitPublisher(command:writeTimeout:readTimeout:)' is deprecated: Use structured concurrency version instead [#DeprecatedDeclaration]
 62 |                                                               writeTimeout: writeTimeout,
 63 |                                                               readTimeout: readTimeout)
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardControl/SecureMessaging/SecureCardChannel.swift:106:21: warning: 'closePublisher()' is deprecated: Use structured concurrency version instead [#DeprecatedDeclaration]
104 |     func closePublisher() throws {
105 |         session.invalidate()
106 |         try channel.closePublisher()
    |                     `- warning: 'closePublisher()' is deprecated: Use structured concurrency version instead [#DeprecatedDeclaration]
107 |     }
108 |
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[128/130] Compiling HealthCardControl HealthCardType+ResetRetryCounter.swift
[129/130] Compiling HealthCardControl HealthCardType+VerifyPin.swift
[130/130] Compiling HealthCardControl ResponseStatus+WrongSecret.swift
[131/140] Compiling NFCCardReaderProvider NFCTagReaderSession+Publisher.swift
/Users/admin/builder/spi-builder-workspace/Sources/NFCCardReaderProvider/Reader/NFCTagReaderSession+Publisher.swift:307:25: error: cannot find 'NSRecursiveLock' in scope
305 | class SynchronizedVar<T> {
306 |     private var _value: T
307 |     private let mutex = NSRecursiveLock()
    |                         `- error: cannot find 'NSRecursiveLock' in scope
308 |
309 |     /// Canonical constructor
[132/140] Compiling NFCCardReaderProvider NFCHealthCardSession.swift
[133/140] Compiling NFCCardReaderProvider CoreNFCError.swift
[134/140] Compiling NFCCardReaderProvider Logger.swift
[135/140] Compiling NFCCardReaderProvider NFCCardChannel.swift
[136/140] Compiling NFCCardReaderProvider NFCISO7816APDU+CommandType.swift
[137/140] Compiling NFCCardReaderProvider NFCCard.swift
[138/140] Compiling NFCCardReaderProvider NFCCardError.swift
[139/140] Compiling NFCCardReaderProvider Data+Hex.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[140/140] Emitting module NFCCardReaderProvider
/Users/admin/builder/spi-builder-workspace/Sources/NFCCardReaderProvider/Reader/NFCTagReaderSession+Publisher.swift:307:25: error: cannot find 'NSRecursiveLock' in scope
305 | class SynchronizedVar<T> {
306 |     private var _value: T
307 |     private let mutex = NSRecursiveLock()
    |                         `- error: cannot find 'NSRecursiveLock' in scope
308 |
309 |     /// Canonical constructor
Fetching https://github.com/gematik/OpenSSL-Swift
Fetching https://github.com/gematik/ASN1Kit.git
Fetching https://github.com/apple/swift-docc-plugin
[1/1208] Fetching asn1kit
[38/2091] Fetching asn1kit, openssl-swift
[100/4173] Fetching asn1kit, openssl-swift, swift-docc-plugin
Fetched https://github.com/gematik/ASN1Kit.git from cache (1.27s)
Fetched https://github.com/apple/swift-docc-plugin from cache (1.28s)
Fetched https://github.com/gematik/OpenSSL-Swift from cache (1.28s)
Computing version for https://github.com/gematik/ASN1Kit.git
Computed https://github.com/gematik/ASN1Kit.git at 1.3.1 (3.89s)
Fetching http://github.com/Carthage/Commandant
[1/2329] Fetching commandant
Fetched http://github.com/Carthage/Commandant from cache (0.96s)
Computing version for http://github.com/Carthage/Commandant
Computed http://github.com/Carthage/Commandant at 0.18.0 (1.50s)
Computing version for https://github.com/gematik/OpenSSL-Swift
Computed https://github.com/gematik/OpenSSL-Swift at 4.4.1 (0.51s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.4 (0.49s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3415] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.23s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.77s)
Creating working copy for https://github.com/gematik/ASN1Kit.git
Working copy of https://github.com/gematik/ASN1Kit.git resolved at 1.3.1
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.4
Creating working copy for https://github.com/gematik/OpenSSL-Swift
Working copy of https://github.com/gematik/OpenSSL-Swift resolved at 4.4.1
Creating working copy for http://github.com/Carthage/Commandant
Working copy of http://github.com/Carthage/Commandant resolved at 0.18.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
Downloading binary artifact https://github.com/gematik/OpenSSL-Swift/releases/download/4.4.1/OpenSSL.xcframework.zip
[32750/12821385] Downloading https://github.com/gematik/OpenSSL-Swift/releases/download/4.4.1/OpenSSL.xcframework.zip
Downloaded https://github.com/gematik/OpenSSL-Swift/releases/download/4.4.1/OpenSSL.xcframework.zip (1.50s)
BUILD FAILURE 6.2 macosSpm