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

Successful build of PotentCodables, reference 3.5.3 (be0593), with Swift 6.0 for macOS (SPM) on 12 Aug 2025 15:49:02 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.65.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/outfoxx/potentcodables.git
Reference: 3.5.3
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/outfoxx/potentcodables
 * tag               3.5.3      -> FETCH_HEAD
HEAD is now at be0593a Merge pull request #93 from outfoxx/fix/any-value-wrapping
Cloned https://github.com/outfoxx/potentcodables.git
Revision (git rev-parse @):
be0593a39fa3c8203dd10bdbad3803435517c100
SUCCESS checkout https://github.com/outfoxx/potentcodables.git at 3.5.3
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/outfoxx/potentcodables.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
[1/1] Compiling plugin Swift-DocC
[2/2] Compiling plugin Swift-DocC Preview
Building for debugging...
[2/44] Write swift-version-5BDAB9E9C0126B9D.txt
[3/44] Write sources
[4/44] Compiling _NumericsShims _NumericsShims.c
[5/44] Write sources
[7/51] Compiling fy-dump.c
[8/51] Compiling fy-docbuilder.c
[9/51] Write sources
[11/51] Copying PotentCodables.docc
[12/51] Write sources
[19/51] Compiling fy-atom.c
[20/51] Write sources
[23/51] Compiling fy-emit.c
[24/61] Compiling fy-event.c
[25/75] Compiling fy-utils.c
[26/75] Compiling fy-composer.c
[27/75] Compiling xxhash.c
[28/75] Compiling fy-ctype.c
[29/75] Compiling fy-utf8.c
[30/75] Compiling fy-blob.c
[31/75] Compiling fy-docstate.c
[32/75] Compiling fy-diag.c
[33/75] Compiling fy-types.c
[34/75] Compiling fy-path.c
[35/75] Compiling fy-token.c
[36/75] Write sources
In file included from /Users/admin/builder/spi-builder-workspace/Sources/Cfyaml/src/lib/fy-input.c:28:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/Cfyaml/src/lib/fy-parse.h:23:
/Users/admin/builder/spi-builder-workspace/Sources/Cfyaml/src/util/fy-list.h:48:9: warning: 'LIST_HEAD' macro redefined [-Wmacro-redefined]
   48 | #define LIST_HEAD(name) \
      |         ^
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk/usr/include/sys/queue.h:465:9: note: previous definition is here
  465 | #define LIST_HEAD(name, type)                                           \
      |         ^
1 warning generated.
[38/75] Compiling fy-input.c
[39/75] Compiling CFloat16 float16.c
[40/75] Compiling fy-doc.c
[41/75] Compiling fy-accel.c
[42/96] Compiling fy-walk.c
In file included from /Users/admin/builder/spi-builder-workspace/Sources/Cfyaml/src/lib/fy-parse.c:28:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/Cfyaml/src/lib/fy-parse.h:23:
/Users/admin/builder/spi-builder-workspace/Sources/Cfyaml/src/util/fy-list.h:48:9: warning: 'LIST_HEAD' macro redefined [-Wmacro-redefined]
   48 | #define LIST_HEAD(name) \
      |         ^
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk/usr/include/sys/queue.h:465:9: note: previous definition is here
  465 | #define LIST_HEAD(name, type)                                           \
      |         ^
1 warning generated.
[43/96] Compiling fy-parse.c
[45/96] Compiling RealModule Float80+Real.swift
[46/97] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[47/97] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[48/98] Compiling RealModule Real.swift
[49/98] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[50/98] Compiling InternalCollectionsUtilities Debugging.swift
[51/98] Compiling InternalCollectionsUtilities Descriptions.swift
[52/98] Compiling RealModule RealFunctions.swift
[53/98] Compiling RealModule ApproximateEquality.swift
[54/98] Compiling RealModule AugmentedArithmetic.swift
[55/98] Compiling RealModule Double+Real.swift
[56/98] Compiling RealModule AlgebraicField.swift
[57/98] Compiling RealModule Float+Real.swift
[58/98] Compiling RealModule Float16+Real.swift
[59/98] Compiling RealModule ElementaryFunctions.swift
[60/98] Emitting module RealModule
[61/98] Compiling BigInt Addition.swift
[62/98] Compiling BigInt BigInt.swift
[63/98] Emitting module InternalCollectionsUtilities
[64/98] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[65/98] Compiling BigInt BigUInt.swift
[66/98] Compiling BigInt Exponentiation.swift
[67/98] Compiling BigInt Codable.swift
[68/98] Compiling BigInt Comparable.swift
[69/98] Compiling BigInt Floating Point Conversion.swift
[70/98] Compiling BigInt Bitwise Ops.swift
[71/384] Compiling DequeModule _DequeBuffer.swift
[72/384] Compiling DequeModule _DequeSlot.swift
[73/384] Compiling DequeModule _DequeBufferHeader.swift
[74/385] Compiling HeapModule _HeapNode.swift
[75/385] Compiling HeapModule Heap.swift
[76/385] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[77/385] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[78/385] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[79/385] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[80/385] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[81/385] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[82/385] Compiling HashTreeCollections TreeDictionary+Filter.swift
[83/385] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[84/390] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[85/390] Compiling HeapModule Heap+Invariants.swift
[86/390] Compiling HeapModule Heap+UnsafeHandle.swift
[87/390] Compiling HeapModule Heap+Descriptions.swift
[88/390] Emitting module HeapModule
[89/390] Compiling HashTreeCollections TreeSet+Sendable.swift
[90/390] Compiling HashTreeCollections TreeSet+Sequence.swift
[91/390] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[92/390] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[93/390] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[94/390] Compiling BitCollections BitSet.swift
[95/396] Compiling HashTreeCollections _HashNode+Invariants.swift
[96/396] Compiling HashTreeCollections TreeSet+Equatable.swift
[97/396] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[98/396] Compiling HashTreeCollections TreeSet+Extras.swift
[99/396] Compiling HashTreeCollections TreeSet+Filter.swift
[100/396] Compiling HashTreeCollections TreeSet+Hashable.swift
[101/396] Compiling HashTreeCollections TreeDictionary+Keys.swift
[102/396] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[103/396] Compiling HashTreeCollections TreeDictionary+Merge.swift
[104/396] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[105/396] Compiling HashTreeCollections _AncestorHashSlots.swift
[106/396] Compiling HashTreeCollections _Bitmap.swift
[108/396] Compiling HashTreeCollections _Bucket.swift
[109/396] Compiling HashTreeCollections _Hash.swift
[110/396] Compiling HashTreeCollections _HashLevel.swift
[111/396] Compiling HashTreeCollections _HashNode+Builder.swift
[112/396] Compiling HashTreeCollections _HashNode+Debugging.swift
[113/396] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[119/396] Compiling DequeModule _UnsafeWrappedBuffer.swift
[120/396] Compiling Float16 Real.swift
[121/396] Compiling Float16 float16.swift
[122/396] Compiling Float16 Concurrency.swift
[123/396] Emitting module Float16
[124/396] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[125/396] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[126/396] Compiling HashTreeCollections _HashNode+Storage.swift
[127/396] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[128/396] Compiling HashTreeCollections _HashNode+Structural filter.swift
[129/396] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[130/396] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[131/396] Compiling HashTreeCollections _HashNode.swift
[137/396] Compiling HashTreeCollections _HashNode+Initializers.swift
[138/396] Compiling HashTreeCollections _HashNode+Lookups.swift
[139/396] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[140/396] Compiling HashTreeCollections _UnmanagedHashNode.swift
[141/396] Compiling HashTreeCollections _UnsafePath.swift
[142/396] Compiling HashTreeCollections TreeDictionary+Codable.swift
[143/396] Compiling HashTreeCollections TreeDictionary+Collection.swift
[144/396] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[151/396] Compiling HashTreeCollections _HashNodeHeader.swift
[158/396] Compiling HashTreeCollections _HashSlot.swift
[159/396] Compiling HashTreeCollections _HashStack.swift
[160/396] Compiling HashTreeCollections _HashTreeIterator.swift
[161/396] Compiling HashTreeCollections _HashTreeStatistics.swift
[162/396] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[163/396] Compiling HashTreeCollections _RawHashNode.swift
[165/396] Compiling OrderedCollections OrderedSet+SubSequence.swift
[166/396] Compiling OrderedCollections OrderedSet+Testing.swift
[167/396] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[168/396] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[199/396] Emitting module BitCollections
[206/396] Emitting module DequeModule
[207/396] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[208/396] Compiling HashTreeCollections TreeDictionary+Values.swift
[209/396] Compiling HashTreeCollections TreeDictionary.swift
[210/396] Compiling HashTreeCollections TreeSet+Codable.swift
[211/396] Compiling HashTreeCollections TreeSet+Collection.swift
[212/396] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[213/396] Compiling HashTreeCollections TreeSet+Debugging.swift
[214/396] Compiling HashTreeCollections TreeSet+Descriptions.swift
[215/404] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[216/404] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[217/404] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[218/404] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[219/404] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[220/404] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[221/404] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[222/404] Compiling HashTreeCollections TreeSet.swift
[223/404] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[224/404] Compiling HashTreeCollections _HashNode+Structural merge.swift
[225/404] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[226/404] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[227/404] Compiling HashTreeCollections _HashNode+Structural union.swift
[228/404] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[229/404] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[243/404] Compiling OrderedCollections OrderedSet.swift
[244/404] Compiling OrderedCollections _UnsafeBitset.swift
[245/404] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[281/411] Emitting module OrderedCollections
[290/411] Emitting module BigInt
[337/413] Compiling BigInt Subtraction.swift
[338/413] Compiling BigInt Words and Bits.swift
[378/413] Emitting module _RopeModule
[379/413] Compiling _RopeModule Rope+Remove.swift
[380/413] Compiling _RopeModule Rope+RemoveSubrange.swift
[381/413] Compiling _RopeModule Rope+Split.swift
[382/413] Compiling _RopeModule Optional Utilities.swift
[383/413] Compiling _RopeModule String Utilities.swift
[384/413] Compiling _RopeModule String.Index+ABI.swift
[385/413] Compiling _RopeModule _CharacterRecognizer.swift
[396/413] Emitting module HashTreeCollections
[397/415] Emitting module Collections
[398/415] Compiling Collections Collections.swift
[409/415] Compiling Regex String+ReplaceMatching.swift
[410/415] Compiling Regex ThreadLocal.swift
[411/415] Compiling Regex Options.swift
[412/415] Compiling Regex Foundation+Ranges.swift
[413/415] Compiling Regex MatchResult.swift
[414/415] Compiling Regex Regex.swift
[415/415] Emitting module Regex
[416/437] Emitting module PotentCodables
[417/439] Compiling PotentCodables Errors.swift
[418/439] Compiling PotentCodables Float16.swift
[419/439] Compiling PotentCodables KeyStrategy.swift
[420/439] Compiling PotentCodables KeyedNestedDecoder.swift
[421/439] Compiling PotentCodables KeyedNestedEncoder.swift
[422/439] Compiling PotentCodables AnyValueEncoder.swift
[423/439] Compiling PotentCodables DecoderSupport.swift
[424/439] Compiling PotentCodables EncoderSupport.swift
[425/439] Compiling PotentCodables TreeValueDecodingContainer.swift
[426/439] Compiling PotentCodables Value.swift
[427/439] Compiling PotentCodables ZonedDate.swift
[428/439] Compiling PotentCodables resource_bundle_accessor.swift
[429/439] Compiling PotentCodables AnyCodingKey.swift
[430/439] Compiling PotentCodables AnyValue.swift
[431/439] Compiling PotentCodables AnyValueDecoder.swift
[432/439] Compiling PotentCodables Refs.swift
[433/439] Compiling PotentCodables Regexes.swift
[434/439] Compiling PotentCodables TimeZone.swift
[435/439] Compiling PotentCodables TopLevel.swift
[436/439] Compiling PotentCodables ValueTransformer.swift
[437/439] Compiling PotentCodables ValueTransformerProviding.swift
[438/439] Compiling PotentCodables ValueDecoder.swift
[439/439] Compiling PotentCodables ValueEncoder.swift
[440/482] Compiling PotentASN1 Tagged.swift
[441/483] Compiling PotentCBOR CBORStream.swift
[442/483] Compiling PotentJSON JSONWriter.swift
[443/483] Compiling PotentYAML YAMLSerialization.swift
[444/483] Compiling PotentYAML YAMLSchema.swift
[445/483] Compiling PotentYAML YAMLSchemaCore.swift
[446/484] Compiling PotentJSON JSONSerialization.swift
[447/484] Compiling PotentASN1 TaggedValue.swift
[448/484] Compiling PotentASN1 SchemaState.swift
[449/484] Compiling PotentJSON JSONReader.swift
[450/484] Compiling PotentCBOR CBORWriter.swift
[451/484] Compiling PotentCBOR CBORReader.swift
[452/484] Compiling PotentASN1 AnyString.swift
[453/484] Compiling PotentASN1 AnyTime.swift
[454/484] Compiling PotentASN1 BigInts.swift
[455/484] Compiling PotentASN1 BitString.swift
[456/484] Compiling PotentYAML YAMLReader.swift
[457/484] Compiling PotentJSON JSONEncoder.swift
[458/484] Compiling PotentASN1 Dates.swift
[459/484] Compiling PotentASN1 ObjectIdentifier.swift
[460/484] Compiling PotentASN1 Schema.swift
[461/484] Compiling PotentASN1 SchemaSpecified.swift
[462/484] Compiling PotentYAML YAMLWriter.swift
[463/484] Compiling PotentYAML YAMLEncoder.swift
[464/484] Compiling PotentYAML YAML.swift
[465/484] Compiling PotentYAML Libfyaml.swift
[466/484] Compiling PotentYAML Errors.swift
[467/484] Compiling PotentYAML YAMLDecoder.swift
[468/484] Emitting module PotentYAML
[469/484] Compiling PotentCBOR CBOREncoder.swift
[470/484] Compiling PotentCBOR CBOR.swift
[471/484] Compiling PotentCBOR CBORSerialization.swift
[472/484] Emitting module PotentCBOR
[473/484] Compiling PotentJSON JSON.swift
[474/484] Compiling PotentCBOR CBORDecoder.swift
[475/484] Compiling PotentJSON Errors.swift
[476/484] Compiling PotentJSON JSONDecoder.swift
[477/484] Emitting module PotentJSON
[478/484] Compiling PotentASN1 ASN1Encoder.swift
[479/484] Compiling PotentASN1 ASN1Serialization.swift
[480/484] Compiling PotentASN1 ASN1.swift
[481/484] Compiling PotentASN1 ASN1DERReader.swift
[482/484] Compiling PotentASN1 ASN1DERWriter.swift
[483/484] Compiling PotentASN1 ASN1Decoder.swift
[484/484] Emitting module PotentASN1
Build complete! (40.11s)
Fetching https://github.com/sharplet/Regex.git
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/swiftlang/swift-docc-plugin
Fetching https://github.com/attaswift/BigInt.git
Fetching https://github.com/SusanDoggie/Float16.git
[1/2094] Fetching swift-docc-plugin
[85/2404] Fetching swift-docc-plugin, float16
[299/3658] Fetching swift-docc-plugin, float16, regex
[300/8484] Fetching swift-docc-plugin, float16, regex, bigint
[702/25437] Fetching swift-docc-plugin, float16, regex, bigint, swift-collections
Fetched https://github.com/sharplet/Regex.git from cache (1.42s)
[16046/24183] Fetching swift-docc-plugin, float16, bigint, swift-collections
Fetched https://github.com/SusanDoggie/Float16.git from cache (1.65s)
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (1.65s)
Fetched https://github.com/attaswift/BigInt.git from cache (1.65s)
Fetched https://github.com/apple/swift-collections.git from cache (1.65s)
Computing version for https://github.com/sharplet/Regex.git
Computed https://github.com/sharplet/Regex.git at 2.1.1 (2.50s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.1 (0.55s)
Computing version for https://github.com/SusanDoggie/Float16.git
Computed https://github.com/SusanDoggie/Float16.git at 1.1.1 (0.57s)
Fetching https://github.com/apple/swift-numerics
[1/5906] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics from cache (1.10s)
Computing version for https://github.com/attaswift/BigInt.git
Computed https://github.com/attaswift/BigInt.git at 5.7.0 (0.45s)
Computing version for https://github.com/apple/swift-numerics
Computed https://github.com/apple/swift-numerics at 1.0.3 (0.58s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.5 (0.61s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3451] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.21s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.61s)
Creating working copy for https://github.com/attaswift/BigInt.git
Working copy of https://github.com/attaswift/BigInt.git resolved at 5.7.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.2.1
Creating working copy for https://github.com/apple/swift-numerics
Working copy of https://github.com/apple/swift-numerics resolved at 1.0.3
Creating working copy for https://github.com/SusanDoggie/Float16.git
Working copy of https://github.com/SusanDoggie/Float16.git resolved at 1.1.1
Creating working copy for https://github.com/sharplet/Regex.git
Working copy of https://github.com/sharplet/Regex.git resolved at 2.1.1
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.4.5
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
Build complete.
{
  "dependencies" : [
    {
      "identity" : "bigint",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.7.0",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/attaswift/BigInt.git"
    },
    {
      "identity" : "float16",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/SusanDoggie/Float16.git"
    },
    {
      "identity" : "swift-collections",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-collections.git"
    },
    {
      "identity" : "regex",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.1.1",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/sharplet/Regex.git"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-docc-plugin"
    }
  ],
  "manifest_display_name" : "PotentCodables",
  "name" : "PotentCodables",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "macos",
      "version" : "11.0"
    },
    {
      "name" : "watchos",
      "version" : "7.0"
    },
    {
      "name" : "tvos",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "PotentCodables",
      "targets" : [
        "PotentCodables",
        "PotentJSON",
        "PotentCBOR",
        "PotentASN1",
        "PotentYAML",
        "Cfyaml"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "PotentYAML",
      "module_type" : "SwiftTarget",
      "name" : "PotentYAML",
      "path" : "Sources/PotentYAML",
      "product_dependencies" : [
        "BigInt",
        "Collections",
        "Regex"
      ],
      "product_memberships" : [
        "PotentCodables"
      ],
      "sources" : [
        "Errors.swift",
        "Libfyaml.swift",
        "YAML.swift",
        "YAMLDecoder.swift",
        "YAMLEncoder.swift",
        "YAMLReader.swift",
        "YAMLSchema.swift",
        "YAMLSchemaCore.swift",
        "YAMLSerialization.swift",
        "YAMLWriter.swift"
      ],
      "target_dependencies" : [
        "PotentCodables",
        "Cfyaml"
      ],
      "type" : "library"
    },
    {
      "c99name" : "PotentJSON",
      "module_type" : "SwiftTarget",
      "name" : "PotentJSON",
      "path" : "Sources/PotentJSON",
      "product_dependencies" : [
        "BigInt",
        "Collections"
      ],
      "product_memberships" : [
        "PotentCodables"
      ],
      "sources" : [
        "Errors.swift",
        "JSON.swift",
        "JSONDecoder.swift",
        "JSONEncoder.swift",
        "JSONReader.swift",
        "JSONSerialization.swift",
        "JSONWriter.swift"
      ],
      "target_dependencies" : [
        "PotentCodables"
      ],
      "type" : "library"
    },
    {
      "c99name" : "PotentCodablesTests",
      "module_type" : "SwiftTarget",
      "name" : "PotentCodablesTests",
      "path" : "Tests",
      "sources" : [
        "ASN1AnyStringTests.swift",
        "ASN1AnyValueTests.swift",
        "ASN1DERBigIntTests.swift",
        "ASN1DERTests.swift",
        "ASN1DecoderTests.swift",
        "ASN1EncoderTests.swift",
        "ASN1SchemaDecodeTests.swift",
        "ASN1SchemaEncodeTests.swift",
        "ASN1SchemaTests.swift",
        "ASN1Tests.swift",
        "ASN1ValueTests.swift",
        "AnyCodingKeyTests.swift",
        "AnyValueCoderTests.swift",
        "AnyValueTests.swift",
        "Assertions.swift",
        "CBORAnyValueTests.swift",
        "CBORCodableRoundtripTests.swift",
        "CBORDecoderTests.swift",
        "CBOREncoderTests.swift",
        "CBORReaderTests.swift",
        "CBORTests.swift",
        "CBORValueTests.swift",
        "CBORWriterTests.swift",
        "ConfigurationTests.swift",
        "Datas.swift",
        "Dates.swift",
        "JSONAnyValueTests.swift",
        "JSONDecoderTests.swift",
        "JSONEncoderTests.swift",
        "JSONOrderTests.swift",
        "JSONReaderTests.swift",
        "JSONValueTests.swift",
        "JSONWriterTests.swift",
        "RefTests.swift",
        "TimeZoneTests.swift",
        "UnkeyedCodingContainerTests.swift",
        "ValueCoderTests.swift",
        "ValueTransformerProvidingTests.swift",
        "ValueTransformerTests.swift",
        "YAMLAnyValueTests.swift",
        "YAMLDecoderTests.swift",
        "YAMLEncoderTests.swift",
        "YAMLErrorTests.swift",
        "YAMLOrderTests.swift",
        "YAMLReaderTests.swift",
        "YAMLSchemaTests.swift",
        "YAMLTests.swift",
        "YAMLValueTests.swift",
        "YAMLWriterTests.swift"
      ],
      "target_dependencies" : [
        "PotentCodables",
        "PotentJSON",
        "PotentCBOR",
        "PotentASN1",
        "PotentYAML"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PotentCodables",
      "module_type" : "SwiftTarget",
      "name" : "PotentCodables",
      "path" : "Sources/PotentCodables",
      "product_dependencies" : [
        "BigInt",
        "Collections",
        "Float16",
        "Regex"
      ],
      "product_memberships" : [
        "PotentCodables"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/PotentCodables/PotentCodables.docc",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "AnyCodingKey.swift",
        "AnyValue/AnyValue.swift",
        "AnyValue/AnyValueDecoder.swift",
        "AnyValue/AnyValueEncoder.swift",
        "DecoderSupport.swift",
        "EncoderSupport.swift",
        "Errors.swift",
        "Float16.swift",
        "KeyStrategy.swift",
        "KeyedNestedDecoder.swift",
        "KeyedNestedEncoder.swift",
        "Refs.swift",
        "Regexes.swift",
        "TimeZone.swift",
        "TopLevel.swift",
        "TreeValueDecodingContainer.swift",
        "Value.swift",
        "ValueDecoder.swift",
        "ValueEncoder.swift",
        "ValueTransformer.swift",
        "ValueTransformerProviding.swift",
        "ZonedDate.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "PotentCBOR",
      "module_type" : "SwiftTarget",
      "name" : "PotentCBOR",
      "path" : "Sources/PotentCBOR",
      "product_dependencies" : [
        "BigInt",
        "Collections"
      ],
      "product_memberships" : [
        "PotentCodables"
      ],
      "sources" : [
        "CBOR.swift",
        "CBORDecoder.swift",
        "CBOREncoder.swift",
        "CBORReader.swift",
        "CBORSerialization.swift",
        "CBORStream.swift",
        "CBORWriter.swift"
      ],
      "target_dependencies" : [
        "PotentCodables"
      ],
      "type" : "library"
    },
    {
      "c99name" : "PotentASN1",
      "module_type" : "SwiftTarget",
      "name" : "PotentASN1",
      "path" : "Sources/PotentASN1",
      "product_dependencies" : [
        "BigInt",
        "Collections"
      ],
      "product_memberships" : [
        "PotentCodables"
      ],
      "sources" : [
        "ASN1.swift",
        "ASN1DERReader.swift",
        "ASN1DERWriter.swift",
        "ASN1Decoder.swift",
        "ASN1Encoder.swift",
        "ASN1Serialization.swift",
        "AnyString.swift",
        "AnyTime.swift",
        "BigInts.swift",
        "BitString.swift",
        "Dates.swift",
        "ObjectIdentifier.swift",
        "Schema.swift",
        "SchemaSpecified.swift",
        "SchemaState.swift",
        "Tagged.swift",
        "TaggedValue.swift"
      ],
      "target_dependencies" : [
        "PotentCodables"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Cfyaml",
      "module_type" : "ClangTarget",
      "name" : "Cfyaml",
      "path" : "Sources/Cfyaml",
      "product_memberships" : [
        "PotentCodables"
      ],
      "sources" : [
        "src/lib/fy-accel.c",
        "src/lib/fy-atom.c",
        "src/lib/fy-composer.c",
        "src/lib/fy-diag.c",
        "src/lib/fy-doc.c",
        "src/lib/fy-docbuilder.c",
        "src/lib/fy-docstate.c",
        "src/lib/fy-dump.c",
        "src/lib/fy-emit.c",
        "src/lib/fy-event.c",
        "src/lib/fy-input.c",
        "src/lib/fy-parse.c",
        "src/lib/fy-path.c",
        "src/lib/fy-token.c",
        "src/lib/fy-types.c",
        "src/lib/fy-walk.c",
        "src/util/fy-blob.c",
        "src/util/fy-ctype.c",
        "src/util/fy-utf8.c",
        "src/util/fy-utils.c",
        "src/xxhash/xxhash.c"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.4"
}
Done.