The Swift Package Index logo.Swift Package Index

Build Information

Successful build of MdocDataModel18013, reference v0.14.0 (87b005), with Swift 6.3 for macOS (SPM) on 29 Apr 2026 21:29:04 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/eu-digital-identity-wallet/eudi-lib-ios-iso18013-data-model.git
Reference: v0.14.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/eu-digital-identity-wallet/eudi-lib-ios-iso18013-data-model
 * tag               v0.14.0    -> FETCH_HEAD
HEAD is now at 87b0059 Merge pull request #110 from niscy-eudiw/security_issues
Cloned https://github.com/eu-digital-identity-wallet/eudi-lib-ios-iso18013-data-model.git
Revision (git rev-parse @):
87b0059b1da7b6c195fe78875637f7130cb4ac54
SUCCESS checkout https://github.com/eu-digital-identity-wallet/eudi-lib-ios-iso18013-data-model.git at v0.14.0
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/SwiftyJSON/SwiftyJSON.git
Fetching https://github.com/niscy-eudiw/SwiftCBOR.git
Fetching https://github.com/eu-digital-identity-wallet/SwiftCopyableMacro.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/swiftlang/swift-syntax.git
[1/155] Fetching swiftcopyablemacro
[156/1364] Fetching swiftcopyablemacro, swiftcbor
[652/25174] Fetching swiftcopyablemacro, swiftcbor, swift-collections
[653/31441] Fetching swiftcopyablemacro, swiftcbor, swift-collections, swiftyjson
[1291/38243] Fetching swiftcopyablemacro, swiftcbor, swift-collections, swiftyjson, swift-log
[17292/113283] Fetching swiftcopyablemacro, swiftcbor, swift-collections, swiftyjson, swift-log, swift-syntax
Fetched https://github.com/apple/swift-collections.git from cache (2.38s)
[49702/89473] Fetching swiftcopyablemacro, swiftcbor, swiftyjson, swift-log, swift-syntax
Fetched https://github.com/apple/swift-log.git from cache (4.53s)
Fetched https://github.com/niscy-eudiw/SwiftCBOR.git from cache (4.53s)
Fetched https://github.com/eu-digital-identity-wallet/SwiftCopyableMacro.git from cache (4.53s)
Fetched https://github.com/SwiftyJSON/SwiftyJSON.git from cache (4.53s)
Fetched https://github.com/swiftlang/swift-syntax.git from cache (4.53s)
Creating working copy for https://github.com/eu-digital-identity-wallet/SwiftCopyableMacro.git
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Creating working copy for https://github.com/apple/swift-collections.git
Creating working copy for https://github.com/apple/swift-log.git
Creating working copy for https://github.com/SwiftyJSON/SwiftyJSON.git
Creating working copy for https://github.com/niscy-eudiw/SwiftCBOR.git
Working copy of https://github.com/niscy-eudiw/SwiftCBOR.git resolved at 0.6.4
Working copy of https://github.com/SwiftyJSON/SwiftyJSON.git resolved at 5.0.2
Working copy of https://github.com/eu-digital-identity-wallet/SwiftCopyableMacro.git resolved at 0.0.4
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
Working copy of https://github.com/apple/swift-log.git resolved at 1.10.1
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 509.1.1
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "eudi-lib-ios-iso18013-data-model",
      "name": "MdocDataModel18013",
      "url": "https://github.com/eu-digital-identity-wallet/eudi-lib-ios-iso18013-data-model.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/eudi-lib-ios-iso18013-data-model",
      "traits": [
        "default"
      ],
      "dependencies": [
        {
          "identity": "swiftcbor",
          "name": "SwiftCBOR",
          "url": "https://github.com/niscy-eudiw/SwiftCBOR.git",
          "version": "0.6.4",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftCBOR",
          "traits": [
            "default"
          ],
          "dependencies": [
            {
              "identity": "swift-collections",
              "name": "swift-collections",
              "url": "https://github.com/apple/swift-collections.git",
              "version": "1.4.1",
              "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-collections",
              "traits": [
              ],
              "dependencies": [
              ]
            }
          ]
        },
        {
          "identity": "swiftyjson",
          "name": "SwiftyJSON",
          "url": "https://github.com/SwiftyJSON/SwiftyJSON.git",
          "version": "5.0.2",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftyJSON",
          "traits": [
            "default"
          ],
          "dependencies": [
          ]
        },
        {
          "identity": "swift-log",
          "name": "swift-log",
          "url": "https://github.com/apple/swift-log.git",
          "version": "1.12.0",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-log",
          "traits": [
          ],
          "dependencies": [
          ]
        },
        {
          "identity": "swiftcopyablemacro",
          "name": "Copyable",
          "url": "https://github.com/eu-digital-identity-wallet/SwiftCopyableMacro.git",
          "version": "0.0.4",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftCopyableMacro",
          "traits": [
            "default"
          ],
          "dependencies": [
            {
              "identity": "swift-syntax",
              "name": "swift-syntax",
              "url": "https://github.com/swiftlang/swift-syntax.git",
              "version": "509.1.1",
              "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-syntax",
              "traits": [
                "default"
              ],
              "dependencies": [
              ]
            }
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/eu-digital-identity-wallet/eudi-lib-ios-iso18013-data-model.git
[1/18745] Fetching eudi-lib-ios-iso18013-data-model
Fetched https://github.com/eu-digital-identity-wallet/eudi-lib-ios-iso18013-data-model.git from cache (1.69s)
Fetching https://github.com/niscy-eudiw/SwiftCBOR.git from cache
Fetching https://github.com/eu-digital-identity-wallet/SwiftCopyableMacro.git from cache
Fetching https://github.com/apple/swift-log.git from cache
Fetching https://github.com/SwiftyJSON/SwiftyJSON.git from cache
Fetched https://github.com/eu-digital-identity-wallet/SwiftCopyableMacro.git from cache (0.56s)
Fetched https://github.com/niscy-eudiw/SwiftCBOR.git from cache (0.56s)
Fetched https://github.com/SwiftyJSON/SwiftyJSON.git from cache (0.58s)
Fetched https://github.com/apple/swift-log.git from cache (0.58s)
Computing version for https://github.com/niscy-eudiw/SwiftCBOR.git
Computed https://github.com/niscy-eudiw/SwiftCBOR.git at 0.6.4 (1.18s)
Fetching https://github.com/apple/swift-collections.git from cache
Fetched https://github.com/apple/swift-collections.git from cache (0.51s)
Computing version for https://github.com/eu-digital-identity-wallet/SwiftCopyableMacro.git
Computed https://github.com/eu-digital-identity-wallet/SwiftCopyableMacro.git at 0.0.4 (1.11s)
Fetching https://github.com/swiftlang/swift-syntax.git from cache
Fetched https://github.com/swiftlang/swift-syntax.git from cache (0.92s)
Computing version for https://github.com/SwiftyJSON/SwiftyJSON.git
Computed https://github.com/SwiftyJSON/SwiftyJSON.git at 5.0.2 (1.74s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.12.0 (0.61s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 509.1.1 (0.77s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.4.1 (0.73s)
Creating working copy for https://github.com/niscy-eudiw/SwiftCBOR.git
Working copy of https://github.com/niscy-eudiw/SwiftCBOR.git resolved at 0.6.4
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.12.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.4.1
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 509.1.1
Creating working copy for https://github.com/SwiftyJSON/SwiftyJSON.git
Working copy of https://github.com/SwiftyJSON/SwiftyJSON.git resolved at 5.0.2
Creating working copy for https://github.com/eu-digital-identity-wallet/eudi-lib-ios-iso18013-data-model.git
Working copy of https://github.com/eu-digital-identity-wallet/eudi-lib-ios-iso18013-data-model.git resolved at v0.14.0 (87b0059)
Creating working copy for https://github.com/eu-digital-identity-wallet/SwiftCopyableMacro.git
Working copy of https://github.com/eu-digital-identity-wallet/SwiftCopyableMacro.git resolved at 0.0.4
warning: '.resolve-product-dependencies': dependency 'eudi-lib-ios-iso18013-data-model' is not used by any target
Found 4 product dependencies
  - SwiftCBOR
  - SwiftyJSON
  - swift-log
  - Copyable
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/eu-digital-identity-wallet/eudi-lib-ios-iso18013-data-model.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/30] Write sources
[11/30] Copying PrivacyInfo.xcprivacy
[12/30] Write sources
[27/30] Write swift-version--6988338F2F200930.txt
[29/58] Compiling SwiftSyntax509 Empty.swift
[30/58] Emitting module SwiftSyntax509
[31/58] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[32/58] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[33/59] Compiling InternalCollectionsUtilities Debugging.swift
[34/59] Compiling InternalCollectionsUtilities Descriptions.swift
[35/59] Compiling InternalCollectionsUtilities _SortedCollection.swift
[36/59] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[37/59] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[38/59] Compiling InternalCollectionsUtilities Specialize.swift
[39/59] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[40/59] Emitting module InternalCollectionsUtilities
[41/59] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[42/59] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[43/59] Compiling InternalCollectionsUtilities UInt+reversed.swift
[44/59] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[45/59] Compiling InternalCollectionsUtilities Integer rank.swift
[46/59] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[47/90] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[48/105] Compiling SwiftSyntax SyntaxVisitor.swift
[49/105] Compiling SwiftSyntax TokenKind.swift
[50/309] Compiling HeapModule Heap+Descriptions.swift
[51/387] Compiling DequeModule _DequeBuffer.swift
[52/388] Compiling DequeModule _DequeBufferHeader.swift
[53/388] Compiling DequeModule _DequeSlot.swift
[54/388] Compiling HeapModule _HeapNode.swift
[55/388] Compiling HashTreeCollections _HashLevel.swift
[56/388] Compiling HashTreeCollections _HashNode+Builder.swift
[57/388] Compiling HashTreeCollections _Bucket.swift
[58/388] Compiling HashTreeCollections _Hash.swift
[59/388] Compiling Logging MetadataProvider.swift
[60/388] Compiling HeapModule Heap.swift
[61/388] Compiling HeapModule Heap+Invariants.swift
[62/388] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[63/388] Compiling HeapModule Heap+UnsafeHandle.swift
[64/388] Emitting module HeapModule
[65/388] Compiling HashTreeCollections _HashNode+Debugging.swift
[66/388] Compiling HashTreeCollections _HashNode+Initializers.swift
[69/388] Compiling HashTreeCollections _HashNode+Invariants.swift
[70/388] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[71/388] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[72/388] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[73/393] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[74/393] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[75/393] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[76/393] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[77/393] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[78/393] Compiling BitCollections BitSet.swift
[79/399] Compiling DequeModule _UnsafeWrappedBuffer.swift
[80/399] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[81/399] Compiling HashTreeCollections _RawHashNode.swift
[82/399] Compiling HashTreeCollections _UnmanagedHashNode.swift
[83/399] Compiling HashTreeCollections _UnsafePath.swift
[84/399] Compiling HashTreeCollections TreeDictionary+Codable.swift
[85/399] Compiling HashTreeCollections TreeDictionary+Collection.swift
[86/399] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[87/399] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[88/399] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[89/399] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[90/399] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[91/399] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[92/399] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[93/399] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[94/399] Compiling HashTreeCollections TreeSet+Equatable.swift
[95/399] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[96/399] Compiling HashTreeCollections TreeSet+Extras.swift
[97/399] Compiling HashTreeCollections TreeSet+Filter.swift
[98/399] Compiling HashTreeCollections TreeSet+Hashable.swift
[99/399] Compiling HashTreeCollections TreeSet+Sendable.swift
[100/399] Compiling HashTreeCollections TreeSet+Sequence.swift
[101/399] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[106/407] Compiling Logging Locks.swift
[107/407] Compiling Logging LogHandler.swift
[108/407] Emitting module Logging
[109/407] Compiling Logging Logging.swift
[112/407] Compiling OrderedCollections OrderedSet+SubSequence.swift
[113/407] Compiling OrderedCollections OrderedSet+Testing.swift
[114/407] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[115/407] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[116/407] Compiling OrderedCollections OrderedSet.swift
[117/407] Compiling OrderedCollections _UnsafeBitset.swift
[118/407] Compiling HashTreeCollections TreeSet+Codable.swift
[119/407] Compiling HashTreeCollections TreeSet+Collection.swift
[120/407] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[121/407] Compiling HashTreeCollections TreeSet+Debugging.swift
[122/407] Compiling HashTreeCollections TreeSet+Descriptions.swift
[123/407] Compiling HashTreeCollections _HashNode+Lookups.swift
[124/407] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[125/407] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[126/407] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[127/407] Compiling HashTreeCollections _HashNode+Storage.swift
[128/407] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[129/407] Compiling HashTreeCollections _HashNode+Structural filter.swift
[130/407] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[131/407] Compiling HashTreeCollections _HashNode.swift
[132/407] Compiling HashTreeCollections _HashNodeHeader.swift
[133/407] Compiling HashTreeCollections _HashSlot.swift
[134/407] Compiling HashTreeCollections _HashStack.swift
[135/407] Compiling HashTreeCollections _HashTreeIterator.swift
[141/407] Compiling HashTreeCollections _HashNode+Structural merge.swift
[142/407] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[143/407] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[144/407] Compiling HashTreeCollections _HashNode+Structural union.swift
[145/407] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[146/407] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[147/407] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[148/407] Compiling HashTreeCollections _AncestorHashSlots.swift
[149/407] Compiling HashTreeCollections _Bitmap.swift
[150/407] Emitting module DequeModule
[162/407] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[163/407] Compiling HashTreeCollections _HashTreeStatistics.swift
[164/407] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[165/407] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[166/407] Compiling HashTreeCollections TreeDictionary+Values.swift
[167/407] Compiling HashTreeCollections TreeDictionary.swift
[169/407] Emitting module BitCollections
[206/407] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[207/407] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[208/407] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[209/407] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[210/407] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[211/407] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[212/407] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[213/407] Compiling HashTreeCollections TreeSet.swift
[312/414] Emitting module OrderedCollections
[331/414] Emitting module _RopeModule
[373/419] Compiling SwiftSyntax SyntaxExprNodes.swift
[374/419] Compiling SwiftSyntax SyntaxNodes.swift
[375/419] Compiling SwiftSyntax SyntaxPatternNodes.swift
[376/419] Compiling _RopeModule Rope+Remove.swift
[377/419] Compiling _RopeModule Rope+RemoveSubrange.swift
[378/419] Compiling _RopeModule Rope+Split.swift
[379/419] Compiling _RopeModule Optional Utilities.swift
[380/419] Compiling _RopeModule String Utilities.swift
[381/419] Compiling _RopeModule String.Index+ABI.swift
[382/419] Compiling _RopeModule _CharacterRecognizer.swift
[383/419] Emitting module HashTreeCollections
[389/421] Compiling Collections Collections.swift
[390/421] Emitting module Collections
[391/438] Compiling SwiftyJSON resource_bundle_accessor.swift
[392/438] Compiling SwiftyJSON SwiftyJSON.swift
[393/438] Emitting module SwiftyJSON
[394/438] Compiling SwiftCBOR FixedWidthInteger+Bytes.swift
[395/439] Emitting module SwiftSyntax
[396/439] Compiling SwiftCBOR UnkeyedEncodingContainer.swift
[397/439] Compiling SwiftCBOR Util.swift
[398/439] Compiling SwiftCBOR KeyedEncodingContainer.swift
[399/439] Compiling SwiftCBOR SingleValueEncodingContainer.swift
[400/439] Compiling SwiftCBOR UnkeyedDecodingContainer.swift
[401/439] Compiling SwiftCBOR CodableCBOREncoder.swift
[402/439] Compiling SwiftCBOR CBOROptions.swift
[403/439] Compiling SwiftCBOR CodableCBORDecoder.swift
[404/439] Compiling SwiftCBOR CBOREncoder.swift
[405/439] Compiling SwiftCBOR CBORInputStream.swift
[406/439] Compiling SwiftCBOR CBORDecoder.swift
[407/439] Compiling SwiftCBOR CBOREncodable.swift
[408/439] Compiling SwiftCBOR AnyCodingKey.swift
[409/439] Compiling SwiftCBOR CBOR.swift
[410/439] Emitting module SwiftCBOR
[411/439] Compiling SwiftCBOR KeyedDecodingContainer.swift
[412/439] Compiling SwiftCBOR SingleValueDecodingContainer.swift
[436/439] Compiling SwiftSyntax SyntaxStmtNodes.swift
[437/439] Compiling SwiftSyntax SyntaxTypeNodes.swift
[438/491] Compiling SwiftDiagnostics Note.swift
[439/491] Compiling SwiftDiagnostics Message.swift
[440/491] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[441/491] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[442/491] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[443/491] Compiling SwiftDiagnostics FixIt.swift
[444/491] Compiling SwiftDiagnostics Convenience.swift
[445/491] Emitting module SwiftDiagnostics
[446/491] Compiling SwiftDiagnostics Diagnostic.swift
[447/491] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[448/491] Compiling SwiftParser SyntaxUtils.swift
[449/491] Compiling SwiftParser TokenConsumer.swift
[450/491] Compiling SwiftParser TokenPrecedence.swift
[451/491] Compiling SwiftParser TokenSpec.swift
[452/495] Compiling SwiftBasicFormat Syntax+Extensions.swift
[453/495] Emitting module SwiftBasicFormat
[454/495] Compiling SwiftBasicFormat BasicFormat.swift
[455/495] Compiling SwiftParser Lexeme.swift
[456/495] Compiling SwiftParser LexemeSequence.swift
[457/495] Compiling SwiftParser Lexer.swift
[458/495] Compiling SwiftParser RegexLiteralLexer.swift
[459/495] Compiling SwiftParser Statements.swift
[460/495] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[461/495] Compiling SwiftParser StringLiterals.swift
[462/495] Compiling SwiftParser SwiftParserCompatibility.swift
[463/495] Compiling SwiftParser Names.swift
[464/495] Compiling SwiftParser Nominals.swift
[465/495] Compiling SwiftParser Parameters.swift
[466/495] Compiling SwiftParser ParseSourceFile.swift
[467/495] Compiling SwiftParser Parser.swift
[468/495] Compiling SwiftParser Patterns.swift
[469/495] Compiling SwiftParser Recovery.swift
[470/495] Compiling SwiftParser Specifiers.swift
[471/495] Compiling SwiftParser UnicodeScalarExtensions.swift
[472/495] Compiling SwiftParser Lookahead.swift
[473/495] Compiling SwiftParser LoopProgressCondition.swift
[474/495] Compiling SwiftParser Modifiers.swift
[475/495] Compiling SwiftParser TokenSpecSet.swift
[476/495] Compiling SwiftParser TopLevel.swift
[477/495] Compiling SwiftParser TriviaParser.swift
[478/495] Compiling SwiftParser Types.swift
[479/495] Emitting module SwiftParser
[480/495] Compiling SwiftParser Attributes.swift
[481/495] Compiling SwiftParser Availability.swift
[482/495] Compiling SwiftParser CharacterInfo.swift
[483/495] Compiling SwiftParser CollectionNodes+Parsable.swift
[484/495] Compiling SwiftParser Declarations.swift
[485/495] Compiling SwiftParser IsLexerClassified.swift
[486/495] Compiling SwiftParser LayoutNodes+Parsable.swift
[487/495] Compiling SwiftParser Parser+TokenSpecSet.swift
[488/495] Compiling SwiftParser TokenSpecStaticMembers.swift
[489/495] Compiling SwiftParser Directives.swift
[490/495] Compiling SwiftParser ExperimentalFeatures.swift
[491/495] Compiling SwiftParser Expressions.swift
[492/495] Compiling SwiftParser IncrementalParseTransition.swift
[493/495] Compiling SwiftParser Cursor.swift
[494/518] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[495/519] Compiling SwiftOperators PrecedenceGraph.swift
[496/519] Compiling SwiftOperators PrecedenceGroup.swift
[497/520] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[498/520] Compiling SwiftOperators OperatorTable.swift
[499/520] Compiling SwiftOperators OperatorTable+Semantics.swift
[500/520] Compiling SwiftOperators SyntaxSynthesis.swift
[501/520] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[502/520] Compiling SwiftParserDiagnostics PresenceUtils.swift
[503/520] Compiling SwiftParserDiagnostics Utils.swift
[504/520] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[505/520] Compiling SwiftOperators OperatorTable+Defaults.swift
[506/520] Compiling SwiftOperators OperatorError.swift
[507/520] Compiling SwiftOperators OperatorError+Diagnostics.swift
[508/520] Emitting module SwiftOperators
[509/520] Compiling SwiftOperators Operator.swift
[510/520] Compiling SwiftOperators OperatorTable+Folding.swift
[511/520] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[512/520] Compiling SwiftParserDiagnostics MissingNodesError.swift
[513/520] Compiling SwiftParserDiagnostics MissingTokenError.swift
[514/520] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[515/520] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[516/520] Emitting module SwiftParserDiagnostics
[517/520] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[518/520] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[519/534] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[520/534] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[521/534] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[522/535] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[523/535] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[524/535] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[525/535] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[526/535] Compiling SwiftSyntaxBuilder Indenter.swift
[527/535] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[528/535] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[529/535] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[530/535] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[531/535] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[532/535] Emitting module SwiftSyntaxBuilder
[533/535] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[534/549] Compiling SwiftSyntaxMacros Macro+Format.swift
[535/549] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[536/549] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[537/549] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[538/549] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[539/549] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[540/549] Compiling SwiftSyntaxMacros AccessorMacro.swift
[541/549] Compiling SwiftSyntaxMacros AttachedMacro.swift
[542/549] Compiling SwiftSyntaxMacros MemberMacro.swift
[543/549] Compiling SwiftSyntaxMacros Macro.swift
[544/549] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[545/550] Emitting module SwiftSyntaxMacros
[546/550] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[547/550] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[548/550] Compiling SwiftSyntaxMacros PeerMacro.swift
[549/558] Emitting module SwiftSyntaxMacroExpansion
[550/558] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[551/558] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[552/558] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[553/558] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[554/558] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[555/558] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[556/558] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[557/565] Emitting module SwiftCompilerPluginMessageHandling
[558/565] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[559/565] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[560/565] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[561/565] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[562/565] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[563/565] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[564/567] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[565/567] Emitting module SwiftCompilerPlugin
[566/573] Compiling CopyablePlugin CopyableMacro.swift
[567/573] Compiling CopyablePlugin AccessorHelper.swift
[568/573] Compiling CopyablePlugin CopyableDiagnostic.swift
[569/573] Compiling CopyablePlugin DeclModifierListSyntax+Extensions.swift
[570/573] Compiling CopyablePlugin CopyablePlugin.swift
[571/573] Emitting module CopyablePlugin
[571/573] Write Objects.LinkFileList
[572/573] Linking CopyablePlugin-tool
[574/575] Emitting module Copyable
[575/575] Compiling Copyable Provider.swift
[576/646] Compiling MdocDataModel18013 DeviceResponse.swift
[577/646] Compiling MdocDataModel18013 DeviceSigned.swift
[578/646] Compiling MdocDataModel18013 DocDataValue.swift
[579/646] Compiling MdocDataModel18013 Document.swift
[580/646] Compiling MdocDataModel18013 DocumentError.swift
[581/646] Compiling MdocDataModel18013 Errors.swift
[582/646] Compiling MdocDataModel18013 IssuerNameSpaces.swift
[583/646] Compiling MdocDataModel18013 IssuerSigned.swift
[584/653] Compiling MdocDataModel18013 CredentialOptions.swift
[585/653] Compiling MdocDataModel18013 CredentialPolicy.swift
[586/653] Compiling MdocDataModel18013 CredentialsUsageCounts.swift
[587/653] Compiling MdocDataModel18013 DocKeyInfo.swift
[588/653] Compiling MdocDataModel18013 KeyBatchInfo.swift
[589/653] Compiling MdocDataModel18013 KeyOptions.swift
[590/653] Compiling MdocDataModel18013 SecureArea.swift
[591/653] Compiling MdocDataModel18013 Security.swift
[592/653] Compiling MdocDataModel18013 ServerRetrievalOption.swift
[593/653] Compiling MdocDataModel18013 ServerRetrievalOptions.swift
[594/653] Compiling MdocDataModel18013 DisplayMetadata.swift
[595/653] Compiling MdocDataModel18013 DocClaim.swift
[596/653] Compiling MdocDataModel18013 DocClaimMetadata.swift
[597/653] Compiling MdocDataModel18013 DocClaimsDecodable.swift
[598/653] Compiling MdocDataModel18013 DocClaimsDecodableFactory.swift
[599/653] Emitting module MdocDataModel18013
[600/653] Compiling MdocDataModel18013 IssuerSignedItem.swift
[601/653] Compiling MdocDataModel18013 SignupResponse.swift
[602/653] Compiling MdocDataModel18013 ZkDocument.swift
[603/653] Compiling MdocDataModel18013 ZkDocumentData.swift
[604/653] Compiling MdocDataModel18013 MdocValidationError.swift
[605/653] Compiling MdocDataModel18013 MdocVersion.swift
[606/653] Compiling MdocDataModel18013 CoseEcCurve.swift
[607/653] Compiling MdocDataModel18013 MdocDataModel18013.swift
[608/653] Compiling MdocDataModel18013 AgeAttesting.swift
[609/653] Compiling MdocDataModel18013 DocClaimsModel.swift
[610/653] Compiling MdocDataModel18013 DocClaimsModelConfiguration.swift
[611/653] Compiling MdocDataModel18013 EuPidModel.swift
[612/653] Compiling MdocDataModel18013 IsoMdlModel.swift
[613/653] Compiling MdocDataModel18013 DeviceRequest.swift
[614/653] Compiling MdocDataModel18013 DeviceRequestInfo.swift
[615/653] Compiling MdocDataModel18013 DocRequest.swift
[616/653] Compiling MdocDataModel18013 DocRequestInfo.swift
[617/653] Compiling MdocDataModel18013 ItemsRequest.swift
[618/653] Compiling MdocDataModel18013 ReaderAuth.swift
[619/653] Compiling MdocDataModel18013 RequestDataElements.swift
[620/653] Compiling MdocDataModel18013 RequestNameSpaces.swift
[621/653] Compiling MdocDataModel18013 ZkRequest.swift
[622/653] Compiling MdocDataModel18013 DeviceAuth.swift
[623/653] Compiling MdocDataModel18013 Extensions.swift
[624/653] Compiling MdocDataModel18013 DeviceKeyInfo.swift
[625/653] Compiling MdocDataModel18013 DigestIDs.swift
[626/653] Compiling MdocDataModel18013 IssuerAuth.swift
[627/653] Compiling MdocDataModel18013 MobileSecurityObject.swift
[628/653] Compiling MdocDataModel18013 StatusIdentifier.swift
[629/653] Compiling MdocDataModel18013 ValidityInfo.swift
[630/653] Compiling MdocDataModel18013 ValueDigests.swift
[631/653] Compiling MdocDataModel18013 SecureAreaError.swift
[632/653] Compiling MdocDataModel18013 SecureAreaRegistry.swift
[633/653] Compiling MdocDataModel18013 SecureKeyStorage.swift
[634/653] Compiling MdocDataModel18013 ZkParams.swift
[635/653] Compiling MdocDataModel18013 ZkSystemProtocol.swift
[636/653] Compiling MdocDataModel18013 ZkSystemRepository.swift
[637/653] Compiling MdocDataModel18013 ZkSystemSpec.swift
[638/653] Compiling MdocDataModel18013 DocDataFormat.swift
[639/653] Compiling MdocDataModel18013 DocMetadata.swift
[640/653] Compiling MdocDataModel18013 LogoMetadata.swift
[641/653] Compiling MdocDataModel18013 TransactionLog.swift
[642/653] Compiling MdocDataModel18013 TransactionLogger.swift
[643/653] Compiling MdocDataModel18013 DrivingPrivilege.swift
[644/653] Compiling MdocDataModel18013 DrivingPrivilegeCode.swift
[645/653] Compiling MdocDataModel18013 DrivingPrivileges.swift
[646/653] Compiling MdocDataModel18013 Cose.swift
[647/653] Compiling MdocDataModel18013 DE+QRCode.swift
[648/653] Compiling MdocDataModel18013 Data+Base64URL.swift
[649/653] Compiling MdocDataModel18013 ConnectionMethodHttp.swift
[650/653] Compiling MdocDataModel18013 CoseKey.swift
[651/653] Compiling MdocDataModel18013 DeviceEngagement.swift
[652/653] Compiling MdocDataModel18013 DeviceRetrievalMethod.swift
[653/653] Compiling MdocDataModel18013 OriginInfoWebsite.swift
Build complete! (39.32s)
Build complete.
{
  "default_localization" : "en",
  "dependencies" : [
    {
      "identity" : "swiftcbor",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.6.4",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/niscy-eudiw/SwiftCBOR.git"
    },
    {
      "identity" : "swiftyjson",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.0.1",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/SwiftyJSON/SwiftyJSON.git"
    },
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.10.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    },
    {
      "identity" : "swiftcopyablemacro",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.0.3",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/eu-digital-identity-wallet/SwiftCopyableMacro.git"
    }
  ],
  "manifest_display_name" : "MdocDataModel18013",
  "name" : "MdocDataModel18013",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "14.0"
    },
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "tvos",
      "version" : "16.0"
    },
    {
      "name" : "watchos",
      "version" : "10.0"
    }
  ],
  "products" : [
    {
      "name" : "MdocDataModel18013",
      "targets" : [
        "MdocDataModel18013"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "MdocDataModel18013Tests",
      "module_type" : "SwiftTarget",
      "name" : "MdocDataModel18013Tests",
      "path" : "Tests/MdocDataModel18013Tests",
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/MdocDataModel18013Tests/Resources/EUDI_sample_data.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/MdocDataModel18013Tests/Resources/mdl_b64.txt",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/MdocDataModel18013Tests/Resources/pid_b64.txt",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "InMemoryP256SecureArea.swift",
        "MdocDataModel18013Tests.swift",
        "MdocDataModel_TestData.swift",
        "TestExtensions.swift"
      ],
      "target_dependencies" : [
        "MdocDataModel18013"
      ],
      "type" : "test"
    },
    {
      "c99name" : "MdocDataModel18013",
      "module_type" : "SwiftTarget",
      "name" : "MdocDataModel18013",
      "path" : "Sources/MdocDataModel18013",
      "product_dependencies" : [
        "SwiftCBOR",
        "SwiftyJSON",
        "Logging",
        "Copyable"
      ],
      "product_memberships" : [
        "MdocDataModel18013"
      ],
      "sources" : [
        "Cose.swift",
        "DE+QRCode.swift",
        "Data+Base64URL.swift",
        "DeviceEngagement/ConnectionMethodHttp.swift",
        "DeviceEngagement/CoseKey.swift",
        "DeviceEngagement/DeviceEngagement.swift",
        "DeviceEngagement/DeviceRetrievalMethod.swift",
        "DeviceEngagement/OriginInfoWebsite.swift",
        "DeviceEngagement/Security.swift",
        "DeviceEngagement/ServerRetrievalOption.swift",
        "DeviceEngagement/ServerRetrievalOptions.swift",
        "DocumentClaims/DisplayMetadata.swift",
        "DocumentClaims/DocClaim.swift",
        "DocumentClaims/DocClaimMetadata.swift",
        "DocumentClaims/DocClaimsDecodable.swift",
        "DocumentClaims/DocClaimsDecodableFactory.swift",
        "DocumentClaims/DocDataFormat.swift",
        "DocumentClaims/DocMetadata.swift",
        "DocumentClaims/LogoMetadata.swift",
        "DocumentClaims/TransactionLog.swift",
        "DocumentClaims/TransactionLogger.swift",
        "DrivingPrivileges/DrivingPrivilege.swift",
        "DrivingPrivileges/DrivingPrivilegeCode.swift",
        "DrivingPrivileges/DrivingPrivileges.swift",
        "Extensions.swift",
        "IssuerAuth/DeviceKeyInfo.swift",
        "IssuerAuth/DigestIDs.swift",
        "IssuerAuth/IssuerAuth.swift",
        "IssuerAuth/MobileSecurityObject.swift",
        "IssuerAuth/StatusIdentifier.swift",
        "IssuerAuth/ValidityInfo.swift",
        "IssuerAuth/ValueDigests.swift",
        "MdocDataModel18013.swift",
        "MdocKnownDocTypes/AgeAttesting.swift",
        "MdocKnownDocTypes/DocClaimsModel.swift",
        "MdocKnownDocTypes/DocClaimsModelConfiguration.swift",
        "MdocKnownDocTypes/EuPidModel.swift",
        "MdocKnownDocTypes/IsoMdlModel.swift",
        "MdocRequest/DeviceRequest.swift",
        "MdocRequest/DeviceRequestInfo.swift",
        "MdocRequest/DocRequest.swift",
        "MdocRequest/DocRequestInfo.swift",
        "MdocRequest/ItemsRequest.swift",
        "MdocRequest/ReaderAuth.swift",
        "MdocRequest/RequestDataElements.swift",
        "MdocRequest/RequestNameSpaces.swift",
        "MdocRequest/ZkRequest.swift",
        "MdocResponse/DeviceAuth.swift",
        "MdocResponse/DeviceResponse.swift",
        "MdocResponse/DeviceSigned.swift",
        "MdocResponse/DocDataValue.swift",
        "MdocResponse/Document.swift",
        "MdocResponse/DocumentError.swift",
        "MdocResponse/Errors.swift",
        "MdocResponse/IssuerNameSpaces.swift",
        "MdocResponse/IssuerSigned.swift",
        "MdocResponse/IssuerSignedItem.swift",
        "MdocResponse/SignupResponse.swift",
        "MdocResponse/ZkDocument.swift",
        "MdocResponse/ZkDocumentData.swift",
        "MdocValidationError.swift",
        "MdocVersion.swift",
        "SecureArea/CoseEcCurve.swift",
        "SecureArea/CredentialOptions.swift",
        "SecureArea/CredentialPolicy.swift",
        "SecureArea/CredentialsUsageCounts.swift",
        "SecureArea/DocKeyInfo.swift",
        "SecureArea/KeyBatchInfo.swift",
        "SecureArea/KeyOptions.swift",
        "SecureArea/SecureArea.swift",
        "SecureArea/SecureAreaError.swift",
        "SecureArea/SecureAreaRegistry.swift",
        "SecureArea/SecureKeyStorage.swift",
        "Zkp/ZkParams.swift",
        "Zkp/ZkSystemProtocol.swift",
        "Zkp/ZkSystemRepository.swift",
        "Zkp/ZkSystemSpec.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.2"
}
Done.