The Swift Package Index logo.Swift Package Index

Build Information

Successful build of swift-json with Swift 5.10 for Linux.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.35.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/tayloraswift/swift-json.git
Reference: 1.0.1
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/tayloraswift/swift-json
 * tag               1.0.1      -> FETCH_HEAD
HEAD is now at 22ffd76 omit patch number from README
Cloned https://github.com/tayloraswift/swift-json.git
Revision (git rev-parse @):
22ffd76580e58d8e99dcabc8521d80bbf71eaffa
SUCCESS checkout https://github.com/tayloraswift/swift-json.git at 1.0.1
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.10
Building package at path:  $workDir
https://github.com/tayloraswift/swift-json.git
Running build ...
bash -c docker run --rm -v "checkouts-4606859-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Fetching https://github.com/tayloraswift/swift-grammar
Fetching https://github.com/apple/swift-syntax.git
Fetching https://github.com/apple/swift-testing
Fetching https://github.com/apple/swift-atomics.git
[1/669] Fetching swift-grammar
[670/2232] Fetching swift-grammar, swift-atomics
[2233/9476] Fetching swift-grammar, swift-atomics, swift-testing
[9477/69468] Fetching swift-grammar, swift-atomics, swift-testing, swift-syntax
Fetched https://github.com/tayloraswift/swift-grammar from cache (3.55s)
Fetched https://github.com/apple/swift-atomics.git from cache (3.55s)
Fetched https://github.com/apple/swift-testing from cache (3.55s)
Fetched https://github.com/apple/swift-syntax.git from cache (3.58s)
Creating working copy for https://github.com/tayloraswift/swift-grammar
Working copy of https://github.com/tayloraswift/swift-grammar resolved at 0.4.0
Creating working copy for https://github.com/apple/swift-syntax.git
Working copy of https://github.com/apple/swift-syntax.git resolved at 510.0.1
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-testing
Working copy of https://github.com/apple/swift-testing resolved at 0.7.0
Building for debugging...
[0/37] Write sources
[13/37] Write swift-version-24593BA9C3E375BF.txt
[15/52] Compiling TraceableErrors NamedError.swift
[16/52] Compiling TraceableErrors TraceableError.swift
[17/52] Emitting module TraceableErrors
[18/53] Compiling JSONAST JSON.Number.swift
[20/54] Compiling JSONAST JSON.swift
[20/54] Wrapping AST for TraceableErrors for debugging
[22/54] Compiling JSONAST JSON.Number.Base10.Inverse.swift
[23/54] Compiling JSONAST JSON.Number.Base10.swift
[24/76] Compiling Grammar UnicodeDigit.swift
[25/76] Compiling Grammar ASCIITerminal.swift
[26/76] Compiling Grammar ParsingDiagnostics.swift
[27/76] Compiling Grammar DigitRule.swift
[28/76] Compiling JSONAST JSON.TypecastError.swift
[29/76] Compiling JSONAST JSON.Object.swift
[30/76] Emitting module JSONAST
[31/76] Compiling Grammar DefaultDiagnostics.swift
[32/76] Compiling Grammar NoDiagnostics.swift
[36/80] Compiling Grammar CharacterTerminal.swift
[37/80] Compiling Grammar Grammar.swift
[38/80] Compiling Grammar ParsingError.Frame.swift
[39/80] Compiling Grammar UTF8Terminal.swift
[40/80] Compiling Grammar UnicodeTerminal.swift
[41/80] Compiling Grammar Pattern.IntegerOverflowError.swift
[43/80] Compiling Grammar Pattern.UnexpectedEndOfInputError.swift
[44/80] Compiling Grammar Pattern.UnexpectedValueError.swift
[45/80] Compiling Grammar Pattern.swift
[45/80] Wrapping AST for JSONAST for debugging
[47/106] Compiling JSONEncoding Substring (ext).swift
[48/106] Compiling JSONEncoding UInt (ext).swift
[49/106] Compiling JSONEncoding UInt16 (ext).swift
[50/106] Compiling JSONEncoding JSONEncodable.swift
[51/106] Compiling JSONEncoding JSONObjectEncodable.swift
[52/106] Compiling JSONEncoding JSONStringEncodable.swift
[53/106] Compiling JSONEncoding Int32 (ext).swift
[54/106] Compiling JSONEncoding Int64 (ext).swift
[55/106] Compiling JSONEncoding Int8 (ext).swift
[56/106] Compiling JSONEncoding StaticString (ext).swift
[58/109] Compiling JSONEncoding Bool (ext).swift
[59/109] Compiling JSONEncoding Character (ext).swift
[60/109] Emitting module JSONEncoding
[61/109] Compiling JSONEncoding UInt32 (ext).swift
[62/109] Compiling JSONEncoding UInt64 (ext).swift
[63/109] Compiling JSONEncoding UInt8 (ext).swift
[64/109] Compiling JSONEncoding Unicode.Scalar (ext).swift
[65/109] Compiling JSONEncoding String (ext).swift
[74/109] Compiling JSONEncoding Int (ext).swift
[75/109] Compiling JSONEncoding Int16 (ext).swift
[76/109] Compiling JSONEncoding JSON.Literal (ext).swift
[77/109] Compiling JSONEncoding JSON.ObjectEncoder.swift
[78/109] Compiling JSONEncoding JSON (ext).swift
[79/109] Compiling JSONEncoding JSON.ArrayEncoder.Index.swift
[80/109] Compiling JSONEncoding JSON.ArrayEncoder.swift
[81/109] Compiling JSONEncoding JSON.InlineEncoder.swift
[82/109] Compiling JSONEncoding Never (ext).swift
[83/109] Compiling JSONEncoding Optional (ext).swift
[84/109] Compiling JSONEncoding exports.swift
[85/110] Wrapping AST for JSONEncoding for debugging
[87/110] Emitting module Grammar
[91/111] Wrapping AST for Grammar for debugging
[93/167] Compiling JSONDecoding String (ext).swift
[94/167] Compiling JSONDecoding UInt (ext).swift
[95/167] Compiling JSONDecoding Array (ext).swift
[96/167] Emitting module JSONParsing
[97/167] Compiling JSONDecoding Int64 (ext).swift
[98/167] Compiling JSONDecoding Int8 (ext).swift
[99/167] Compiling JSONDecoding Set (ext).swift
[100/169] Compiling JSONParsing JSON.WhitespaceRule.swift
[101/169] Compiling JSONParsing exports.swift
[102/169] Compiling JSONDecoding Float (ext).swift
[103/169] Compiling JSONDecoding Float80 (ext).swift
[104/169] Compiling JSONDecoding Int (ext).swift
[105/169] Compiling JSONDecoding Int16 (ext).swift
[106/169] Compiling JSONDecoding Int32 (ext).swift
[112/173] Compiling JSONDecoding UInt32 (ext).swift
[113/173] Compiling JSONDecoding UInt64 (ext).swift
[114/173] Compiling JSONDecoding UInt8 (ext).swift
[116/173] Compiling JSONDecoding UInt16 (ext).swift
[120/173] Compiling JSONDecoding Bool (ext).swift
[121/173] Compiling JSONDecoding Character (ext).swift
[122/173] Compiling JSONDecoding Dictionary (ext).swift
[123/173] Compiling JSONDecoding Double (ext).swift
[131/174] Compiling JSONDecoding JSON.SingleKeyError.swift
[132/174] Compiling JSONDecoding JSON.ValueError.swift
[133/174] Compiling JSONDecoding JSON.FieldDecoder.swift
[134/174] Compiling JSONDecoding JSON.OptionalDecoder.swift
[135/174] Emitting module JSONDecoding
[141/174] Compiling JSONDecoding JSON.ArrayShape.swift
[142/174] Compiling JSONDecoding JSON.ArrayShapeCriteria.swift
[143/174] Compiling JSONDecoding JSON.ArrayShapeError.swift
[144/174] Compiling JSONDecoding JSON.DecodingError.swift
[145/174] Compiling JSONDecoding JSON.ObjectDecoder.swift
[147/174] Compiling JSONDecoding JSON.TraceableDecoder.swift
[148/174] Compiling JSONDecoding JSON.Array (ext).swift
[149/174] Compiling JSONDecoding JSON.Object (ext).swift
[150/174] Compiling JSONDecoding JSONDecodable.swift
[151/174] Compiling JSONDecoding JSONObjectDecodable.swift
[152/174] Compiling JSONDecoding JSONStringDecodable.swift
[153/174] Compiling JSONDecoding Never (ext).swift
[154/174] Compiling JSONDecoding Optional (ext).swift
[155/174] Compiling JSONDecoding exports.swift
[155/175] Wrapping AST for JSONParsing for debugging
[157/175] Wrapping AST for JSONDecoding for debugging
[159/186] Compiling JSON exports.swift
[160/186] Compiling JSON JSON (ext).swift
[161/186] Emitting module JSON
[162/187] Compiling JSONLegacy DecodingError (ext).swift
[164/188] Compiling JSONLegacy exports.swift
[165/188] Compiling JSONLegacy JSON.Node (ext).swift
[166/188] Compiling JSONLegacy JSON.SingleValueDecoder.swift
[166/188] Wrapping AST for JSON for debugging
[168/188] Compiling JSONLegacy JSON.UnkeyedDecoder.Index.swift
[169/188] Compiling JSONLegacy JSON.UnkeyedDecoder.swift
[170/188] Compiling JSONLegacy JSON.KeyedDecoder.Super.swift
[171/188] Emitting module JSONLegacy
[172/188] Compiling JSONLegacy JSON.KeyedDecoder.swift
[173/189] Wrapping AST for JSONLegacy for debugging
[175/199] Emitting module Parsing
[176/199] Compiling Parsing Parsing.swift
[177/200] Emitting module ParsingErrors
[178/200] Compiling ParsingErrors ParsingErrors.swift
[179/200] Compiling DecodingWithCodable DecodingWithCodable.swift
[180/200] Emitting module DecodingWithCodable
[182/202] Emitting module DecodingArrays
[183/202] Compiling DecodingArrays DecodingArrays.swift
[184/203] Emitting module DecodingObjects
[185/203] Compiling DecodingObjects DecodingObjects.swift
[188/204] Wrapping AST for Parsing for debugging
[189/204] Write Objects.LinkFileList
[191/204] Wrapping AST for DecodingWithCodable for debugging
[192/204] Write Objects.LinkFileList
[193/204] Wrapping AST for ParsingErrors for debugging
[194/204] Write Objects.LinkFileList
[195/204] Wrapping AST for DecodingArrays for debugging
[196/204] Write Objects.LinkFileList
[197/204] Wrapping AST for DecodingObjects for debugging
[198/204] Write Objects.LinkFileList
[199/204] Linking Parsing
[200/204] Linking DecodingWithCodable
[201/204] Linking ParsingErrors
[202/204] Linking DecodingArrays
[203/204] Linking DecodingObjects
Build complete! (13.50s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-grammar",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.4.0",
            "upper_bound" : "0.5.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/tayloraswift/swift-grammar"
    },
    {
      "identity" : "swift-testing",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.7.0",
            "upper_bound" : "0.8.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-testing"
    }
  ],
  "manifest_display_name" : "swift-json",
  "name" : "swift-json",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "JSON",
      "targets" : [
        "JSON"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "JSONAST",
      "targets" : [
        "JSONAST"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "JSONLegacy",
      "targets" : [
        "JSONLegacy"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "DecodingObjects",
      "targets" : [
        "DecodingObjects"
      ],
      "type" : {
        "snippet" : null
      }
    },
    {
      "name" : "Parsing",
      "targets" : [
        "Parsing"
      ],
      "type" : {
        "snippet" : null
      }
    },
    {
      "name" : "ParsingErrors",
      "targets" : [
        "ParsingErrors"
      ],
      "type" : {
        "snippet" : null
      }
    },
    {
      "name" : "DecodingWithCodable",
      "targets" : [
        "DecodingWithCodable"
      ],
      "type" : {
        "snippet" : null
      }
    },
    {
      "name" : "DecodingArrays",
      "targets" : [
        "DecodingArrays"
      ],
      "type" : {
        "snippet" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "JSONTests",
      "module_type" : "SwiftTarget",
      "name" : "JSONTests",
      "path" : "Sources/JSONTests",
      "product_dependencies" : [
        "Testing"
      ],
      "sources" : [
        "TestIntegerOverflow.swift",
        "shims.swift"
      ],
      "target_dependencies" : [
        "JSON"
      ],
      "type" : "test"
    },
    {
      "c99name" : "JSONParsing",
      "module_type" : "SwiftTarget",
      "name" : "JSONParsing",
      "path" : "Sources/JSONParsing",
      "product_dependencies" : [
        "Grammar"
      ],
      "product_memberships" : [
        "JSON",
        "DecodingObjects",
        "Parsing",
        "ParsingErrors",
        "DecodingWithCodable",
        "DecodingArrays"
      ],
      "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.Null.swift",
        "Rules/JSON.NodeRule.Object.Item.swift",
        "Rules/JSON.NodeRule.Object.swift",
        "Rules/JSON.NodeRule.True.swift",
        "Rules/JSON.NodeRule.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",
        "ParsingErrors",
        "DecodingWithCodable",
        "DecodingArrays"
      ],
      "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" : [
        "JSON",
        "DecodingObjects",
        "Parsing",
        "ParsingErrors",
        "DecodingWithCodable",
        "DecodingArrays"
      ],
      "sources" : [
        "Conformances/Bool (ext).swift",
        "Conformances/Character (ext).swift",
        "Conformances/Int (ext).swift",
        "Conformances/Int16 (ext).swift",
        "Conformances/Int32 (ext).swift",
        "Conformances/Int64 (ext).swift",
        "Conformances/Int8 (ext).swift",
        "Conformances/StaticString (ext).swift",
        "Conformances/String (ext).swift",
        "Conformances/Substring (ext).swift",
        "Conformances/UInt (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" : [
        "JSON",
        "JSONLegacy",
        "DecodingObjects",
        "Parsing",
        "ParsingErrors",
        "DecodingWithCodable",
        "DecodingArrays"
      ],
      "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/Float80 (ext).swift",
        "Conformances/Int (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/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" : [
        "JSON",
        "JSONAST",
        "JSONLegacy",
        "DecodingObjects",
        "Parsing",
        "ParsingErrors",
        "DecodingWithCodable",
        "DecodingArrays"
      ],
      "sources" : [
        "JSON.Array.swift",
        "JSON.EscapeCode.swift",
        "JSON.IntegerOverflowError.swift",
        "JSON.Key.swift",
        "JSON.Literal.swift",
        "JSON.Node.swift",
        "JSON.Number.Base10.Inverse.swift",
        "JSON.Number.Base10.swift",
        "JSON.Number.swift",
        "JSON.Object.swift",
        "JSON.TypecastError.swift",
        "JSON.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "JSON",
      "module_type" : "SwiftTarget",
      "name" : "JSON",
      "path" : "Sources/JSON",
      "product_memberships" : [
        "JSON",
        "DecodingObjects",
        "Parsing",
        "ParsingErrors",
        "DecodingWithCodable",
        "DecodingArrays"
      ],
      "sources" : [
        "JSON (ext).swift",
        "exports.swift"
      ],
      "target_dependencies" : [
        "JSONDecoding",
        "JSONEncoding",
        "JSONParsing"
      ],
      "type" : "library"
    },
    {
      "c99name" : "DecodingObjects",
      "module_type" : "SwiftTarget",
      "name" : "DecodingObjects",
      "path" : "Snippets",
      "product_memberships" : [
        "DecodingObjects"
      ],
      "sources" : [
        "DecodingObjects.swift"
      ],
      "target_dependencies" : [
        "JSONLegacy",
        "JSONAST",
        "JSON"
      ],
      "type" : "snippet"
    },
    {
      "c99name" : "Parsing",
      "module_type" : "SwiftTarget",
      "name" : "Parsing",
      "path" : "Snippets",
      "product_memberships" : [
        "Parsing"
      ],
      "sources" : [
        "Parsing.swift"
      ],
      "target_dependencies" : [
        "JSONLegacy",
        "JSONAST",
        "JSON"
      ],
      "type" : "snippet"
    },
    {
      "c99name" : "ParsingErrors",
      "module_type" : "SwiftTarget",
      "name" : "ParsingErrors",
      "path" : "Snippets",
      "product_memberships" : [
        "ParsingErrors"
      ],
      "sources" : [
        "ParsingErrors.swift"
      ],
      "target_dependencies" : [
        "JSONLegacy",
        "JSONAST",
        "JSON"
      ],
      "type" : "snippet"
    },
    {
      "c99name" : "DecodingWithCodable",
      "module_type" : "SwiftTarget",
      "name" : "DecodingWithCodable",
      "path" : "Snippets",
      "product_memberships" : [
        "DecodingWithCodable"
      ],
      "sources" : [
        "DecodingWithCodable.swift"
      ],
      "target_dependencies" : [
        "JSONLegacy",
        "JSONAST",
        "JSON"
      ],
      "type" : "snippet"
    },
    {
      "c99name" : "DecodingArrays",
      "module_type" : "SwiftTarget",
      "name" : "DecodingArrays",
      "path" : "Snippets",
      "product_memberships" : [
        "DecodingArrays"
      ],
      "sources" : [
        "DecodingArrays.swift"
      ],
      "target_dependencies" : [
        "JSONLegacy",
        "JSONAST",
        "JSON"
      ],
      "type" : "snippet"
    }
  ],
  "tools_version" : "5.10"
}
Done.

Build Machine: Linux 1