The Swift Package Index logo.Swift Package Index

Build Information

Successful build of swift-json, reference master (3b85a8), with Swift 6.3 for Linux on 30 Apr 2026 00:45:47 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/rarestype/swift-json.git
Reference: master
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/rarestype/swift-json
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 3b85a89 [autosync]
Cloned https://github.com/rarestype/swift-json.git
Revision (git rev-parse @):
3b85a89ce7cc01633fcde66797696fc6c6786db7
SUCCESS checkout https://github.com/rarestype/swift-json.git at master
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.3
Building package at path:  $PWD
https://github.com/rarestype/swift-json.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:5a7d791d2ead8a924b1292cb31bf3288eabcfe8880e0b005b00b45b71a5bc36a
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest
Fetching https://github.com/ordo-one/dollup
Fetching https://github.com/rarestype/gram
[1/35] Fetching dollup
[36/1257] Fetching dollup, gram
Fetched https://github.com/ordo-one/dollup from cache (0.22s)
Fetched https://github.com/rarestype/gram from cache (0.23s)
Computing version for https://github.com/rarestype/gram
Computed https://github.com/rarestype/gram at 2.0.0 (0.89s)
Computing version for https://github.com/ordo-one/dollup
Computed https://github.com/ordo-one/dollup at 1.0.6 (0.44s)
Creating working copy for https://github.com/ordo-one/dollup
Working copy of https://github.com/ordo-one/dollup resolved at 1.0.6
Creating working copy for https://github.com/rarestype/gram
Working copy of https://github.com/rarestype/gram resolved at 2.0.0
Downloading binary artifact https://get.rarestype.com/dollup/1.0.6/Linux-x86_64/dollup.artifactbundle.zip
[2729/13038536] Downloading https://get.rarestype.com/dollup/1.0.6/Linux-x86_64/dollup.artifactbundle.zip
Downloaded https://get.rarestype.com/dollup/1.0.6/Linux-x86_64/dollup.artifactbundle.zip (1.64s)
[1/1] Compiling plugin DollupPlugin
Building for debugging...
[1/58] Write sources
[21/58] Write swift-version-24593BA9C3E375BF.txt
[23/74] Compiling JSONAST JSON.swift
[24/75] Emitting module TestableErrors
[25/75] Compiling TestableErrors Error (ext).swift
[27/76] Compiling JSONAST String (ext).swift
[28/76] Compiling JSONAST JSON.Object.swift
[29/76] Compiling JSONAST JSON.TypecastError.swift
[29/76] Wrapping AST for TestableErrors for debugging
[31/76] Compiling JSONAST JSON.Number.Base10.swift
[32/76] Compiling JSONAST JSON.Number.Inline.swift
[33/76] Compiling JSONAST JSON.IntegerOverflowError.swift
[34/76] Compiling JSONAST JSON.Key.swift
[35/76] Compiling JSONAST JSON.Literal.swift
[36/76] Compiling JSONAST JSON.Node.swift
[37/76] Compiling JSONAST JSON.Number.swift
[38/76] Compiling JSONAST JSON.NumericOverflowError.swift
[39/81] Compiling TraceableErrors TraceableError.swift
[40/81] Compiling TraceableErrors exports.swift
[41/81] Compiling TraceableErrors NamedError.swift
[42/81] Emitting module TraceableErrors
[43/81] Compiling TraceableErrors Error (ext).swift
[45/82] Emitting module JSONAST
[46/82] Compiling JSONAST JSON.Array.swift
[47/82] Compiling JSONAST JSON.EscapeCode.swift
[47/83] Wrapping AST for TraceableErrors for debugging
[49/126] Wrapping AST for JSONAST for debugging
[51/168] Compiling JSONEncoding Int32 (ext).swift
[52/168] Compiling JSONEncoding Int64 (ext).swift
[53/168] Compiling JSONEncoding Int8 (ext).swift
[54/168] Compiling JSONEncoding LazyDropWhileSequence (ext).swift
[55/168] Compiling JSONEncoding LazyFilterSequence (ext).swift
[56/173] Compiling JQ lexemes.swift
[57/174] Compiling JSONEncoding Array (ext).swift
[58/174] Compiling JSONEncoding ArraySlice (ext).swift
[59/174] Compiling JSONEncoding Bool (ext).swift
[60/174] Compiling JSONEncoding Character (ext).swift
[61/174] Compiling JSONEncoding Double (ext).swift
[62/174] Compiling JSONEncoding Float (ext).swift
[63/174] Compiling JQ JSON.NodeAccess.swift
[64/174] Compiling JQ warnings.swift
/host/spi-builder-workspace/Sources/JQ/warnings.swift:3:5: warning: JQ is experimental and subject to change without warning, enable the '_ExperimentalJQ' package trait to suppress this warning
1 | #if !_ExperimentalJQ
2 | #warning(
3 |     """
  |     `- warning: JQ is experimental and subject to change without warning, enable the '_ExperimentalJQ' package trait to suppress this warning
4 |     JQ is experimental and subject to change without warning, enable the '_ExperimentalJQ' \
5 |     package trait to suppress this warning
[65/174] Compiling JSONEncoding Float16 (ext).swift
[66/174] Compiling JSONEncoding Float80 (ext).swift
[67/174] Compiling JSONEncoding Int (ext).swift
[68/174] Compiling JSONEncoding Int128 (ext).swift
[69/174] Compiling JSONEncoding Int16 (ext).swift
[70/174] Compiling JSONEncoding Substring (ext).swift
[71/174] Emitting module JSONEncoding
[72/174] Compiling JSONEncoding LazyMapSequence (ext).swift
[73/174] Compiling JSONEncoding LazyPrefixWhileSequence (ext).swift
[74/174] Compiling JSONEncoding Sequence (ext).swift
[75/174] Compiling JSONEncoding StaticString (ext).swift
[76/174] Compiling JSONEncoding String (ext).swift
[77/174] Compiling JQ JSON.PathComponent.swift
[94/179] Compiling JSONEncoding UInt8 (ext).swift
[95/179] Compiling JSONEncoding Unicode.Scalar (ext).swift
[96/179] Compiling JSONEncoding JSON.ArrayEncoder.Index.swift
[97/179] Compiling JSONEncoding JSON.ArrayEncoder.swift
[98/179] Compiling JSONEncoding JSON.InlineEncoder.swift
[99/179] Compiling JSONEncoding UInt64 (ext).swift
[106/179] Compiling JQ JSON.Node (ext).swift
[107/179] Compiling JQ JSON.NodeAccessor.swift
[108/179] Compiling JQ JSON.NodeAccessError.swift
[109/179] Emitting module JQ
/host/spi-builder-workspace/Sources/JQ/warnings.swift:3:5: warning: JQ is experimental and subject to change without warning, enable the '_ExperimentalJQ' package trait to suppress this warning
1 | #if !_ExperimentalJQ
2 | #warning(
3 |     """
  |     `- warning: JQ is experimental and subject to change without warning, enable the '_ExperimentalJQ' package trait to suppress this warning
4 |     JQ is experimental and subject to change without warning, enable the '_ExperimentalJQ' \
5 |     package trait to suppress this warning
[111/180] Compiling JSONEncoding UInt (ext).swift
[112/180] Compiling JSONEncoding UInt128 (ext).swift
[113/180] Compiling JSONEncoding UInt16 (ext).swift
[114/180] Compiling JSONEncoding UInt32 (ext).swift
[116/180] Compiling JSONEncoding JSON.Literal (ext).swift
[117/180] Compiling JSONEncoding JSON.ObjectEncoder.swift
[118/180] Compiling JSONEncoding JSON (ext).swift
[119/180] Compiling JSONEncoding JSONEncodable.swift
[131/180] Compiling JSONEncoding JSONObjectEncodable.swift
[132/180] Compiling JSONEncoding JSONStringEncodable.swift
[133/180] Compiling JSONEncoding Never (ext).swift
[134/180] Compiling JSONEncoding Optional (ext).swift
[135/180] Compiling JSONEncoding exports.swift
[136/181] Wrapping AST for JQ for debugging
[137/181] Wrapping AST for JSONEncoding for debugging
[145/181] Emitting module Grammar
[149/181] Compiling Grammar UnicodeEncoding.swift
[150/181] Compiling Grammar UnicodeTerminal.swift
[151/182] Wrapping AST for Grammar for debugging
[153/243] Compiling JSONParsing JSON (ext).swift
[154/243] Compiling JSONParsing JSON.NodeRule.Array.swift
[155/243] Compiling JSONParsing JSON.NodeRule.False.swift
[156/243] Compiling JSONDecoding Double (ext).swift
[157/243] Compiling JSONDecoding Float (ext).swift
[158/243] Compiling JSONDecoding JSON.OptionalDecoder.swift
[159/246] Emitting module JSONParsing
[160/246] Compiling JSONDecoding Float16 (ext).swift
[161/246] Compiling JSONDecoding Float80 (ext).swift
[162/246] Compiling JSONDecoding Int (ext).swift
[163/246] Compiling JSONDecoding Int128 (ext).swift
[164/246] Compiling JSONDecoding Int16 (ext).swift
[165/246] Compiling JSONDecoding Int32 (ext).swift
[166/246] Compiling JSONDecoding UInt128 (ext).swift
[167/246] Compiling JSONDecoding UInt16 (ext).swift
[168/246] Compiling JSONDecoding UInt32 (ext).swift
[169/246] Compiling JSONDecoding UInt64 (ext).swift
[170/246] Compiling JSONDecoding UInt8 (ext).swift
[171/251] Compiling JSONDecoding Array (ext).swift
[172/251] Compiling JSONDecoding Bool (ext).swift
[173/251] Compiling JSONDecoding Character (ext).swift
[174/251] Compiling JSONDecoding Dictionary (ext).swift
[184/251] Compiling JSONParsing JSON.NodeRule.Null.swift
[185/251] Compiling JSONParsing JSON.NodeRule.Object.Item.swift
[186/251] Compiling JSONParsing JSON.NodeRule.Object.swift
[187/251] Compiling JSONParsing JSON.StringRule.swift
[188/251] Compiling JSONParsing JSON.WhitespaceRule.swift
[189/251] Compiling JSONParsing exports.swift
[190/251] Emitting module JSONDecoding
[191/251] Compiling JSONDecoding Int64 (ext).swift
[192/251] Compiling JSONDecoding Int8 (ext).swift
[193/251] Compiling JSONDecoding Set (ext).swift
[198/251] Compiling JSONDecoding JSON.DecodingError.swift
[204/251] Compiling JSONDecoding JSON.ObjectDecoder.swift
[205/251] Compiling JSONDecoding JSON.ObjectKeyError.swift
[206/251] Compiling JSONDecoding JSON.SingleKeyError.swift
[207/251] Compiling JSONDecoding JSON.ValueError.swift
[208/251] Compiling JSONDecoding JSON.FieldDecoder.swift
[209/251] Compiling JSONParsing JSON.NumberRule.PlusOrMinus.swift
[213/252] Compiling JSONDecoding JSONObjectDecodable.swift
[214/252] Compiling JSONDecoding JSONStringDecodable.swift
[215/252] Compiling JSONDecoding Never (ext).swift
[216/252] Compiling JSONDecoding Optional (ext).swift
[217/252] Compiling JSONDecoding exports.swift
[223/253] Wrapping AST for JSONParsing for debugging
[224/253] Wrapping AST for JSONDecoding for debugging
[226/264] Compiling JSONLegacy JSON.Node (ext).swift
[227/265] Compiling JSON exports.swift
[228/265] Compiling JSONLegacy DecodingError (ext).swift
[229/265] Compiling JSON JSON (ext).swift
[230/265] Emitting module JSON
[231/266] Compiling JSONLegacy exports.swift
[233/266] Compiling JSONLegacy JSON.SingleValueDecoder.swift
[233/266] Wrapping AST for JSON for debugging
[235/269] Emitting module _JSON_SnippetsAnchor
[236/269] Compiling _JSON_SnippetsAnchor anchor.swift
[238/281] Emitting module JSONLegacy
[239/285] Compiling JSONLegacy JSON.KeyedDecoder.Super.swift
[240/291] Compiling JSONLegacy JSON.KeyedDecoder.swift
[241/292] Compiling JSONLegacy JSON.UnkeyedDecoder.swift
[242/292] Compiling JSONLegacy JSON.UnkeyedDecoder.Index.swift
[244/293] Compiling JavaScriptPersistence ConvertibleToJSValue.swift
[245/293] Compiling JavaScriptPersistence Double (ext).swift
[246/293] Compiling JavaScriptPersistence Float (ext).swift
[246/293] Wrapping AST for _JSON_SnippetsAnchor for debugging
[247/296] Wrapping AST for JSONLegacy for debugging
[249/296] Compiling JavaScriptPersistence Int64 (ext).swift
[250/296] Compiling JavaScriptPersistence Int8 (ext).swift
[251/296] Compiling JavaScriptPersistence JSBigInt.swift
[252/296] Compiling JavaScriptPersistence Array (ext).swift
[253/296] Compiling JavaScriptPersistence BinaryFloatingPoint (ext).swift
[254/296] Compiling JavaScriptPersistence Bool (ext).swift
[255/296] Compiling JavaScriptPersistence ConstructibleFromJSValue.swift
[256/296] Emitting module JavaScriptPersistence
[257/296] Compiling JavaScriptPersistence UInt32 (ext).swift
[258/296] Compiling JavaScriptPersistence UInt64 (ext).swift
[259/296] Compiling JavaScriptPersistence UInt8 (ext).swift
[260/296] Compiling JavaScriptPersistence JSValue.Storage.swift
[261/296] Compiling JavaScriptPersistence JSValue.swift
[262/296] Compiling JavaScriptPersistence Optional (ext).swift
[263/296] Compiling JavaScriptPersistence String (ext).swift
[264/296] Compiling JavaScriptPersistence UInt (ext).swift
[265/296] Compiling JavaScriptPersistence UInt16 (ext).swift
[266/296] Compiling JavaScriptPersistence JSObject.swift
[267/296] Compiling JavaScriptPersistence JSString.swift
[268/296] Compiling JavaScriptPersistence JSSymbol.swift
[269/296] Compiling JavaScriptPersistence Int (ext).swift
[270/296] Compiling JavaScriptPersistence Int16 (ext).swift
[271/296] Compiling JavaScriptPersistence Int32 (ext).swift
[272/308] Wrapping AST for JavaScriptPersistence for debugging
[274/311] Emitting module Parsing
[275/311] Compiling anchor anchor.swift
[276/311] Compiling ParsingErrors ParsingErrors.swift
[277/311] Emitting module ParsingErrors
[278/311] Emitting module anchor
[279/311] Emitting module EncodingArrays
[280/311] Compiling EncodingArrays EncodingArrays.swift
[282/316] Compiling Parsing Parsing.swift
[285/317] Emitting module DecodingWithCodable
[286/317] Compiling DecodingWithCodable DecodingWithCodable.swift
[286/317] Wrapping AST for anchor for debugging
[288/318] Wrapping AST for ParsingErrors for debugging
[289/318] Write Objects.LinkFileList
[291/318] Wrapping AST for EncodingArrays for debugging
[292/318] Write Objects.LinkFileList
[295/318] Emitting module DecodingObjects
[296/318] Compiling DecodingObjects DecodingObjects.swift
[296/319] Wrapping AST for Parsing for debugging
[297/319] Write Objects.LinkFileList
[299/319] Wrapping AST for DecodingWithCodable for debugging
[301/319] Emitting module DecodingArrays
[302/319] Compiling DecodingArrays DecodingArrays.swift
[302/319] Write Objects.LinkFileList
[304/319] Emitting module QueriesAndModifications
[305/319] Compiling QueriesAndModifications QueriesAndModifications.swift
[305/321] Wrapping AST for DecodingObjects for debugging
[307/321] Write Objects.LinkFileList
[309/321] Wrapping AST for DecodingArrays for debugging
[310/321] Write Objects.LinkFileList
[311/321] Wrapping AST for QueriesAndModifications for debugging
[312/321] Write Objects.LinkFileList
[313/321] Linking anchor
[314/321] Linking ParsingErrors
[315/321] Linking EncodingArrays
[316/321] Linking Parsing
[317/321] Linking DecodingWithCodable
[318/321] Linking DecodingObjects
[319/321] Linking DecodingArrays
[320/321] Linking QueriesAndModifications
Build complete! (18.12s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "dollup",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ordo-one/dollup"
    },
    {
      "identity" : "gram",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/rarestype/gram"
    }
  ],
  "manifest_display_name" : "swift-json",
  "name" : "swift-json",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "15.0"
    },
    {
      "name" : "ios",
      "version" : "18.0"
    },
    {
      "name" : "tvos",
      "version" : "18.0"
    },
    {
      "name" : "watchos",
      "version" : "11.0"
    },
    {
      "name" : "visionos",
      "version" : "2.0"
    }
  ],
  "products" : [
    {
      "name" : "JavaScriptPersistence",
      "targets" : [
        "JavaScriptPersistence"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "JQ",
      "targets" : [
        "JQ"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "JSON",
      "targets" : [
        "JSON"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "JSONAST",
      "targets" : [
        "JSONAST"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "JSONLegacy",
      "targets" : [
        "JSONLegacy"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "_JSON_SnippetsAnchor",
      "targets" : [
        "_JSON_SnippetsAnchor"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "DecodingObjects",
      "targets" : [
        "DecodingObjects"
      ],
      "type" : {
        "snippet" : null
      }
    },
    {
      "name" : "Parsing",
      "targets" : [
        "Parsing"
      ],
      "type" : {
        "snippet" : null
      }
    },
    {
      "name" : "QueriesAndModifications",
      "targets" : [
        "QueriesAndModifications"
      ],
      "type" : {
        "snippet" : null
      }
    },
    {
      "name" : "ParsingErrors",
      "targets" : [
        "ParsingErrors"
      ],
      "type" : {
        "snippet" : null
      }
    },
    {
      "name" : "EncodingArrays",
      "targets" : [
        "EncodingArrays"
      ],
      "type" : {
        "snippet" : null
      }
    },
    {
      "name" : "DecodingWithCodable",
      "targets" : [
        "DecodingWithCodable"
      ],
      "type" : {
        "snippet" : null
      }
    },
    {
      "name" : "DecodingArrays",
      "targets" : [
        "DecodingArrays"
      ],
      "type" : {
        "snippet" : null
      }
    },
    {
      "name" : "anchor",
      "targets" : [
        "anchor"
      ],
      "type" : {
        "snippet" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "_JSON_SnippetsAnchor",
      "module_type" : "SwiftTarget",
      "name" : "_JSON_SnippetsAnchor",
      "path" : "Snippets/_Anchor",
      "product_memberships" : [
        "_JSON_SnippetsAnchor",
        "DecodingObjects",
        "Parsing",
        "QueriesAndModifications",
        "ParsingErrors",
        "EncodingArrays",
        "DecodingWithCodable",
        "DecodingArrays",
        "anchor"
      ],
      "sources" : [
        "anchor.swift"
      ],
      "target_dependencies" : [
        "JSON"
      ],
      "type" : "library"
    },
    {
      "c99name" : "JavaScriptPersistence",
      "module_type" : "SwiftTarget",
      "name" : "JavaScriptPersistence",
      "path" : "Sources/JavaScriptPersistence",
      "product_memberships" : [
        "JavaScriptPersistence",
        "DecodingObjects",
        "Parsing",
        "QueriesAndModifications",
        "ParsingErrors",
        "EncodingArrays",
        "DecodingWithCodable",
        "DecodingArrays",
        "anchor"
      ],
      "sources" : [
        "Array (ext).swift",
        "BinaryFloatingPoint (ext).swift",
        "Bool (ext).swift",
        "ConstructibleFromJSValue.swift",
        "ConvertibleToJSValue.swift",
        "Double (ext).swift",
        "Float (ext).swift",
        "Int (ext).swift",
        "Int16 (ext).swift",
        "Int32 (ext).swift",
        "Int64 (ext).swift",
        "Int8 (ext).swift",
        "JSBigInt.swift",
        "JSObject.swift",
        "JSString.swift",
        "JSSymbol.swift",
        "JSValue.Storage.swift",
        "JSValue.swift",
        "Optional (ext).swift",
        "String (ext).swift",
        "UInt (ext).swift",
        "UInt16 (ext).swift",
        "UInt32 (ext).swift",
        "UInt64 (ext).swift",
        "UInt8 (ext).swift"
      ],
      "target_dependencies" : [
        "JSON"
      ],
      "type" : "library"
    },
    {
      "c99name" : "JSONTests",
      "module_type" : "SwiftTarget",
      "name" : "JSONTests",
      "path" : "Sources/JSONTests",
      "sources" : [
        "IntegerOverflow.swift",
        "Parsing.swift",
        "ParsingNumerics.swift"
      ],
      "target_dependencies" : [
        "JSON"
      ],
      "type" : "test"
    },
    {
      "c99name" : "JSONParsing",
      "module_type" : "SwiftTarget",
      "name" : "JSONParsing",
      "path" : "Sources/JSONParsing",
      "product_dependencies" : [
        "Grammar"
      ],
      "product_memberships" : [
        "JavaScriptPersistence",
        "JSON",
        "_JSON_SnippetsAnchor",
        "DecodingObjects",
        "Parsing",
        "QueriesAndModifications",
        "ParsingErrors",
        "EncodingArrays",
        "DecodingWithCodable",
        "DecodingArrays",
        "anchor"
      ],
      "sources" : [
        "JSON.Array (ext).swift",
        "JSON.InvalidUnicodeScalarError.swift",
        "JSON.Node (ext).swift",
        "JSON.Object (ext).swift",
        "Rules/JSON (ext).swift",
        "Rules/JSON.NodeRule.Array.swift",
        "Rules/JSON.NodeRule.False.swift",
        "Rules/JSON.NodeRule.Inf.swift",
        "Rules/JSON.NodeRule.NaN.swift",
        "Rules/JSON.NodeRule.Nonfinite.swift",
        "Rules/JSON.NodeRule.Null.swift",
        "Rules/JSON.NodeRule.Object.Item.swift",
        "Rules/JSON.NodeRule.Object.swift",
        "Rules/JSON.NodeRule.True.swift",
        "Rules/JSON.NodeRule.swift",
        "Rules/JSON.Number.Exp10.swift",
        "Rules/JSON.NumberRule.PlusOrMinus.swift",
        "Rules/JSON.NumberRule.swift",
        "Rules/JSON.RootRule.swift",
        "Rules/JSON.StringRule.CodeUnit.swift",
        "Rules/JSON.StringRule.EscapeSequence.swift",
        "Rules/JSON.StringRule.EscapedCodeUnit.swift",
        "Rules/JSON.StringRule.swift",
        "Rules/JSON.WhitespaceRule.swift",
        "exports.swift"
      ],
      "target_dependencies" : [
        "JSONAST"
      ],
      "type" : "library"
    },
    {
      "c99name" : "JSONLegacy",
      "module_type" : "SwiftTarget",
      "name" : "JSONLegacy",
      "path" : "Sources/JSONLegacy",
      "product_memberships" : [
        "JSONLegacy",
        "DecodingObjects",
        "Parsing",
        "QueriesAndModifications",
        "ParsingErrors",
        "EncodingArrays",
        "DecodingWithCodable",
        "DecodingArrays",
        "anchor"
      ],
      "sources" : [
        "CodableCompatibility/JSON.KeyedDecoder.Super.swift",
        "CodableCompatibility/JSON.KeyedDecoder.swift",
        "CodableCompatibility/JSON.Node (ext).swift",
        "CodableCompatibility/JSON.SingleValueDecoder.swift",
        "CodableCompatibility/JSON.UnkeyedDecoder.Index.swift",
        "CodableCompatibility/JSON.UnkeyedDecoder.swift",
        "DecodingError (ext).swift",
        "exports.swift"
      ],
      "target_dependencies" : [
        "JSONDecoding"
      ],
      "type" : "library"
    },
    {
      "c99name" : "JSONEncoding",
      "module_type" : "SwiftTarget",
      "name" : "JSONEncoding",
      "path" : "Sources/JSONEncoding",
      "product_memberships" : [
        "JavaScriptPersistence",
        "JSON",
        "_JSON_SnippetsAnchor",
        "DecodingObjects",
        "Parsing",
        "QueriesAndModifications",
        "ParsingErrors",
        "EncodingArrays",
        "DecodingWithCodable",
        "DecodingArrays",
        "anchor"
      ],
      "sources" : [
        "Conformances/Array (ext).swift",
        "Conformances/ArraySlice (ext).swift",
        "Conformances/Bool (ext).swift",
        "Conformances/Character (ext).swift",
        "Conformances/Double (ext).swift",
        "Conformances/Float (ext).swift",
        "Conformances/Float16 (ext).swift",
        "Conformances/Float80 (ext).swift",
        "Conformances/Int (ext).swift",
        "Conformances/Int128 (ext).swift",
        "Conformances/Int16 (ext).swift",
        "Conformances/Int32 (ext).swift",
        "Conformances/Int64 (ext).swift",
        "Conformances/Int8 (ext).swift",
        "Conformances/LazyDropWhileSequence (ext).swift",
        "Conformances/LazyFilterSequence (ext).swift",
        "Conformances/LazyMapSequence (ext).swift",
        "Conformances/LazyPrefixWhileSequence (ext).swift",
        "Conformances/Sequence (ext).swift",
        "Conformances/StaticString (ext).swift",
        "Conformances/String (ext).swift",
        "Conformances/Substring (ext).swift",
        "Conformances/UInt (ext).swift",
        "Conformances/UInt128 (ext).swift",
        "Conformances/UInt16 (ext).swift",
        "Conformances/UInt32 (ext).swift",
        "Conformances/UInt64 (ext).swift",
        "Conformances/UInt8 (ext).swift",
        "Conformances/Unicode.Scalar (ext).swift",
        "Encoders/JSON.ArrayEncoder.Index.swift",
        "Encoders/JSON.ArrayEncoder.swift",
        "Encoders/JSON.InlineEncoder.swift",
        "Encoders/JSON.Literal (ext).swift",
        "Encoders/JSON.ObjectEncoder.swift",
        "JSON (ext).swift",
        "JSONEncodable.swift",
        "JSONObjectEncodable.swift",
        "JSONStringEncodable.swift",
        "Never (ext).swift",
        "Optional (ext).swift",
        "exports.swift"
      ],
      "target_dependencies" : [
        "JSONAST"
      ],
      "type" : "library"
    },
    {
      "c99name" : "JSONDecoding",
      "module_type" : "SwiftTarget",
      "name" : "JSONDecoding",
      "path" : "Sources/JSONDecoding",
      "product_dependencies" : [
        "Grammar"
      ],
      "product_memberships" : [
        "JavaScriptPersistence",
        "JSON",
        "JSONLegacy",
        "_JSON_SnippetsAnchor",
        "DecodingObjects",
        "Parsing",
        "QueriesAndModifications",
        "ParsingErrors",
        "EncodingArrays",
        "DecodingWithCodable",
        "DecodingArrays",
        "anchor"
      ],
      "sources" : [
        "Conformances/Array (ext).swift",
        "Conformances/Bool (ext).swift",
        "Conformances/Character (ext).swift",
        "Conformances/Dictionary (ext).swift",
        "Conformances/Double (ext).swift",
        "Conformances/Float (ext).swift",
        "Conformances/Float16 (ext).swift",
        "Conformances/Float80 (ext).swift",
        "Conformances/Int (ext).swift",
        "Conformances/Int128 (ext).swift",
        "Conformances/Int16 (ext).swift",
        "Conformances/Int32 (ext).swift",
        "Conformances/Int64 (ext).swift",
        "Conformances/Int8 (ext).swift",
        "Conformances/Set (ext).swift",
        "Conformances/String (ext).swift",
        "Conformances/UInt (ext).swift",
        "Conformances/UInt128 (ext).swift",
        "Conformances/UInt16 (ext).swift",
        "Conformances/UInt32 (ext).swift",
        "Conformances/UInt64 (ext).swift",
        "Conformances/UInt8 (ext).swift",
        "Conformances/Unicode.Scalar (ext).swift",
        "Decoding/JSON.ArrayShape.swift",
        "Decoding/JSON.ArrayShapeCriteria.swift",
        "Decoding/JSON.ArrayShapeError.swift",
        "Decoding/JSON.DecodingError.swift",
        "Decoding/JSON.ObjectDecoder.swift",
        "Decoding/JSON.ObjectKeyError.swift",
        "Decoding/JSON.SingleKeyError.swift",
        "Decoding/JSON.ValueError.swift",
        "Fields/JSON.FieldDecoder.swift",
        "Fields/JSON.OptionalDecoder.swift",
        "Fields/JSON.TraceableDecoder.swift",
        "JSON.Array (ext).swift",
        "JSON.Object (ext).swift",
        "JSONDecodable.swift",
        "JSONObjectDecodable.swift",
        "JSONStringDecodable.swift",
        "Never (ext).swift",
        "Optional (ext).swift",
        "exports.swift"
      ],
      "target_dependencies" : [
        "JSONAST"
      ],
      "type" : "library"
    },
    {
      "c99name" : "JSONAST",
      "module_type" : "SwiftTarget",
      "name" : "JSONAST",
      "path" : "Sources/JSONAST",
      "product_memberships" : [
        "JavaScriptPersistence",
        "JQ",
        "JSON",
        "JSONAST",
        "JSONLegacy",
        "_JSON_SnippetsAnchor",
        "DecodingObjects",
        "Parsing",
        "QueriesAndModifications",
        "ParsingErrors",
        "EncodingArrays",
        "DecodingWithCodable",
        "DecodingArrays",
        "anchor"
      ],
      "sources" : [
        "JSON.Array.swift",
        "JSON.EscapeCode.swift",
        "JSON.IntegerOverflowError.swift",
        "JSON.Key.swift",
        "JSON.Literal.swift",
        "JSON.Node.swift",
        "JSON.Number.Base10.swift",
        "JSON.Number.Inline.swift",
        "JSON.Number.swift",
        "JSON.NumericOverflowError.swift",
        "JSON.Object.swift",
        "JSON.TypecastError.swift",
        "JSON.swift",
        "String (ext).swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "JSON",
      "module_type" : "SwiftTarget",
      "name" : "JSON",
      "path" : "Sources/JSON",
      "product_memberships" : [
        "JavaScriptPersistence",
        "JSON",
        "_JSON_SnippetsAnchor",
        "DecodingObjects",
        "Parsing",
        "QueriesAndModifications",
        "ParsingErrors",
        "EncodingArrays",
        "DecodingWithCodable",
        "DecodingArrays",
        "anchor"
      ],
      "sources" : [
        "JSON (ext).swift",
        "exports.swift"
      ],
      "target_dependencies" : [
        "JSONDecoding",
        "JSONEncoding",
        "JSONParsing"
      ],
      "type" : "library"
    },
    {
      "c99name" : "JQTests",
      "module_type" : "SwiftTarget",
      "name" : "JQTests",
      "path" : "Sources/JQTests",
      "sources" : [
        "AccessArrayTests.swift",
        "AccessObjectTests.swift"
      ],
      "target_dependencies" : [
        "JSON",
        "JQ"
      ],
      "type" : "test"
    },
    {
      "c99name" : "JQ",
      "module_type" : "SwiftTarget",
      "name" : "JQ",
      "path" : "Sources/JQ",
      "product_memberships" : [
        "JQ",
        "DecodingObjects",
        "Parsing",
        "QueriesAndModifications",
        "ParsingErrors",
        "EncodingArrays",
        "DecodingWithCodable",
        "DecodingArrays",
        "anchor"
      ],
      "sources" : [
        "JSON.Array (ext).swift",
        "JSON.ArrayAccessor.swift",
        "JSON.Node (ext).swift",
        "JSON.NodeAccess.swift",
        "JSON.NodeAccessError.swift",
        "JSON.NodeAccessor.swift",
        "JSON.PathComponent.swift",
        "lexemes.swift",
        "warnings.swift"
      ],
      "target_dependencies" : [
        "JSONAST"
      ],
      "type" : "library"
    },
    {
      "c99name" : "DecodingObjects",
      "module_type" : "SwiftTarget",
      "name" : "DecodingObjects",
      "path" : "Snippets",
      "product_memberships" : [
        "DecodingObjects"
      ],
      "sources" : [
        "DecodingObjects.swift"
      ],
      "target_dependencies" : [
        "_JSON_SnippetsAnchor",
        "JavaScriptPersistence",
        "JSONLegacy",
        "JSONAST",
        "JSON",
        "JQ"
      ],
      "type" : "snippet"
    },
    {
      "c99name" : "Parsing",
      "module_type" : "SwiftTarget",
      "name" : "Parsing",
      "path" : "Snippets",
      "product_memberships" : [
        "Parsing"
      ],
      "sources" : [
        "Parsing.swift"
      ],
      "target_dependencies" : [
        "_JSON_SnippetsAnchor",
        "JavaScriptPersistence",
        "JSONLegacy",
        "JSONAST",
        "JSON",
        "JQ"
      ],
      "type" : "snippet"
    },
    {
      "c99name" : "QueriesAndModifications",
      "module_type" : "SwiftTarget",
      "name" : "QueriesAndModifications",
      "path" : "Snippets",
      "product_memberships" : [
        "QueriesAndModifications"
      ],
      "sources" : [
        "QueriesAndModifications.swift"
      ],
      "target_dependencies" : [
        "_JSON_SnippetsAnchor",
        "JavaScriptPersistence",
        "JSONLegacy",
        "JSONAST",
        "JSON",
        "JQ"
      ],
      "type" : "snippet"
    },
    {
      "c99name" : "ParsingErrors",
      "module_type" : "SwiftTarget",
      "name" : "ParsingErrors",
      "path" : "Snippets",
      "product_memberships" : [
        "ParsingErrors"
      ],
      "sources" : [
        "ParsingErrors.swift"
      ],
      "target_dependencies" : [
        "_JSON_SnippetsAnchor",
        "JavaScriptPersistence",
        "JSONLegacy",
        "JSONAST",
        "JSON",
        "JQ"
      ],
      "type" : "snippet"
    },
    {
      "c99name" : "EncodingArrays",
      "module_type" : "SwiftTarget",
      "name" : "EncodingArrays",
      "path" : "Snippets",
      "product_memberships" : [
        "EncodingArrays"
      ],
      "sources" : [
        "EncodingArrays.swift"
      ],
      "target_dependencies" : [
        "_JSON_SnippetsAnchor",
        "JavaScriptPersistence",
        "JSONLegacy",
        "JSONAST",
        "JSON",
        "JQ"
      ],
      "type" : "snippet"
    },
    {
      "c99name" : "DecodingWithCodable",
      "module_type" : "SwiftTarget",
      "name" : "DecodingWithCodable",
      "path" : "Snippets",
      "product_memberships" : [
        "DecodingWithCodable"
      ],
      "sources" : [
        "DecodingWithCodable.swift"
      ],
      "target_dependencies" : [
        "_JSON_SnippetsAnchor",
        "JavaScriptPersistence",
        "JSONLegacy",
        "JSONAST",
        "JSON",
        "JQ"
      ],
      "type" : "snippet"
    },
    {
      "c99name" : "DecodingArrays",
      "module_type" : "SwiftTarget",
      "name" : "DecodingArrays",
      "path" : "Snippets",
      "product_memberships" : [
        "DecodingArrays"
      ],
      "sources" : [
        "DecodingArrays.swift"
      ],
      "target_dependencies" : [
        "_JSON_SnippetsAnchor",
        "JavaScriptPersistence",
        "JSONLegacy",
        "JSONAST",
        "JSON",
        "JQ"
      ],
      "type" : "snippet"
    },
    {
      "c99name" : "anchor",
      "module_type" : "SwiftTarget",
      "name" : "anchor",
      "path" : "Snippets/_Anchor",
      "product_memberships" : [
        "anchor"
      ],
      "sources" : [
        "anchor.swift"
      ],
      "target_dependencies" : [
        "_JSON_SnippetsAnchor",
        "JavaScriptPersistence",
        "JSONLegacy",
        "JSONAST",
        "JSON",
        "JQ"
      ],
      "type" : "snippet"
    }
  ],
  "tools_version" : "6.2"
}
basic-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:5a7d791d2ead8a924b1292cb31bf3288eabcfe8880e0b005b00b45b71a5bc36a
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest
Done.