The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of swift-json, reference 1.2.0 (a34936), with Swift 6.1 for Linux on 30 Apr 2025 09:28:36 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.61.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/tayloraswift/swift-json.git
Reference: 1.2.0
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.2.0      -> FETCH_HEAD
HEAD is now at a349369 Merge pull request #86 from tayloraswift/add-fragment-parser
Cloned https://github.com/tayloraswift/swift-json.git
Revision (git rev-parse @):
a349369773603889a915c645cb7b0cf8de255181
SUCCESS checkout https://github.com/tayloraswift/swift-json.git at 1.2.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/tayloraswift/swift-json.git
https://github.com/tayloraswift/swift-json.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-grammar",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.5.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/tayloraswift/swift-grammar"
    }
  ],
  "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" : "EncodingArrays",
      "targets" : [
        "EncodingArrays"
      ],
      "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",
      "sources" : [
        "IntegerOverflow.swift",
        "Parsing.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",
        "EncodingArrays",
        "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",
        "EncodingArrays",
        "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",
        "EncodingArrays",
        "DecodingWithCodable",
        "DecodingArrays"
      ],
      "sources" : [
        "Conformances/Array (ext).swift",
        "Conformances/ArraySlice (ext).swift",
        "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",
        "EncodingArrays",
        "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",
        "EncodingArrays",
        "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",
        "EncodingArrays",
        "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" : "EncodingArrays",
      "module_type" : "SwiftTarget",
      "name" : "EncodingArrays",
      "path" : "Snippets",
      "product_memberships" : [
        "EncodingArrays"
      ],
      "sources" : [
        "EncodingArrays.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"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/tayloraswift/swift-grammar
[1/749] Fetching swift-grammar
Fetched https://github.com/tayloraswift/swift-grammar from cache (0.45s)
Computing version for https://github.com/tayloraswift/swift-grammar
Computed https://github.com/tayloraswift/swift-grammar at 0.5.0 (1.68s)
Creating working copy for https://github.com/tayloraswift/swift-grammar
Working copy of https://github.com/tayloraswift/swift-grammar resolved at 0.5.0
Building for debugging...
[0/41] Write sources
[14/41] Write swift-version-24593BA9C3E375BF.txt
[16/56] Emitting module JSONAST
[17/57] Compiling JSONAST JSON.TypecastError.swift
[18/57] Compiling TraceableErrors NamedError.swift
[19/57] Compiling TraceableErrors TraceableError.swift
[20/57] Emitting module TraceableErrors
[21/58] Compiling JSONAST JSON.swift
[22/58] Compiling JSONAST JSON.Number.swift
[23/58] Compiling JSONAST JSON.Number.Base10.Inverse.swift
[24/58] Compiling JSONAST JSON.Number.Base10.swift
[25/58] Compiling JSONAST JSON.Literal.swift
[26/58] Compiling JSONAST JSON.Node.swift
[27/58] Compiling JSONAST JSON.IntegerOverflowError.swift
[28/58] Compiling JSONAST JSON.Key.swift
[29/58] Compiling JSONAST JSON.Object.swift
[30/58] Compiling JSONAST JSON.Array.swift
[31/58] Compiling JSONAST JSON.EscapeCode.swift
[33/59] Wrapping AST for TraceableErrors for debugging
[34/81] Wrapping AST for JSONAST for debugging
[36/109] Compiling JSONEncoding Int32 (ext).swift
[37/109] Compiling JSONEncoding Int64 (ext).swift
[38/109] Compiling JSONEncoding JSONEncodable.swift
[39/112] Compiling JSONEncoding JSON.ArrayEncoder.Index.swift
[40/112] Compiling JSONEncoding JSON.ArrayEncoder.swift
[41/112] Compiling JSONEncoding Int8 (ext).swift
[42/112] Compiling JSONEncoding UInt (ext).swift
[43/112] Compiling JSONEncoding UInt16 (ext).swift
[44/112] Compiling JSONEncoding UInt32 (ext).swift
[45/112] Compiling JSONEncoding UInt64 (ext).swift
[47/112] Compiling Grammar TerminalRule.swift
[48/112] Compiling Grammar UnicodeEncoding.Newline.swift
[49/115] Emitting module JSONEncoding
[50/115] Compiling JSONEncoding StaticString (ext).swift
[51/115] Compiling JSONEncoding String (ext).swift
[52/115] Compiling JSONEncoding Substring (ext).swift
[53/115] Compiling JSONEncoding JSON.InlineEncoder.swift
[54/115] Compiling JSONEncoding JSON.Literal (ext).swift
[55/115] Compiling JSONEncoding JSON.ObjectEncoder.swift
[56/115] Compiling JSONEncoding JSON (ext).swift
[57/115] Compiling JSONEncoding Int (ext).swift
[58/115] Compiling JSONEncoding Int16 (ext).swift
[59/115] Compiling JSONEncoding UInt8 (ext).swift
[60/115] Compiling JSONEncoding Unicode.Scalar (ext).swift
[63/115] Compiling Grammar UnicodeEncoding.swift
[64/115] Compiling JSONEncoding ArraySlice (ext).swift
[65/115] Compiling JSONEncoding Bool (ext).swift
[66/115] Compiling JSONEncoding Character (ext).swift
[85/115] Compiling JSONEncoding Never (ext).swift
[86/115] Compiling JSONEncoding Optional (ext).swift
[87/115] Compiling JSONEncoding exports.swift
[88/116] Wrapping AST for JSONEncoding for debugging
[90/116] Emitting module Grammar
[94/117] Wrapping AST for Grammar for debugging
[96/173] Compiling JSONDecoding Array (ext).swift
[97/173] Compiling JSONDecoding Bool (ext).swift
[98/173] Compiling JSONDecoding Character (ext).swift
[99/175] Compiling JSONParsing JSON.WhitespaceRule.swift
[100/175] Compiling JSONParsing exports.swift
[101/175] Compiling JSONDecoding Int32 (ext).swift
[102/175] Compiling JSONDecoding JSON.ArrayShape.swift
[103/175] Compiling JSONDecoding JSON.ObjectDecoder.swift
[104/175] Compiling JSONDecoding Int64 (ext).swift
[105/175] Compiling JSONDecoding Int8 (ext).swift
[106/175] Compiling JSONDecoding Set (ext).swift
[107/175] Compiling JSONDecoding String (ext).swift
[108/175] Compiling JSONDecoding Float80 (ext).swift
[109/175] Compiling JSONDecoding Int (ext).swift
[110/175] Compiling JSONDecoding Int16 (ext).swift
[111/175] Compiling JSONDecoding JSON.ArrayShapeCriteria.swift
[112/175] Compiling JSONDecoding JSON.ArrayShapeError.swift
[113/175] Compiling JSONDecoding JSON.DecodingError.swift
[114/175] Emitting module JSONParsing
[115/175] Compiling JSONDecoding Float (ext).swift
[120/179] Compiling JSONDecoding Dictionary (ext).swift
[121/179] Compiling JSONDecoding Double (ext).swift
[123/180] Emitting module JSONDecoding
[136/180] Compiling JSONDecoding UInt32 (ext).swift
[137/180] Compiling JSONDecoding UInt64 (ext).swift
[138/180] Compiling JSONDecoding UInt8 (ext).swift
[139/180] Compiling JSONDecoding Unicode.Scalar (ext).swift
[145/180] Compiling JSONDecoding JSONStringDecodable.swift
[146/180] Compiling JSONDecoding Never (ext).swift
[147/180] Compiling JSONDecoding Optional (ext).swift
[148/180] Compiling JSONDecoding exports.swift
[149/180] Compiling JSONDecoding JSON.ObjectKeyError.swift
[150/180] Compiling JSONDecoding JSON.SingleKeyError.swift
[151/180] Compiling JSONDecoding JSON.ValueError.swift
[152/180] Compiling JSONDecoding JSON.FieldDecoder.swift
[153/180] Compiling JSONDecoding JSON.OptionalDecoder.swift
[154/180] Compiling JSONDecoding JSON.TraceableDecoder.swift
[155/180] Compiling JSONDecoding JSON.Array (ext).swift
[156/180] Compiling JSONDecoding JSON.Object (ext).swift
[157/180] Compiling JSONDecoding JSONDecodable.swift
[158/180] Compiling JSONDecoding JSONObjectDecodable.swift
[159/181] Wrapping AST for JSONParsing for debugging
[160/181] Wrapping AST for JSONDecoding for debugging
[162/192] Compiling JSON exports.swift
[163/192] Compiling JSONLegacy DecodingError (ext).swift
[164/193] Emitting module JSONLegacy
[165/193] Emitting module JSON
[166/193] Compiling JSON JSON (ext).swift
[167/194] Compiling JSONLegacy exports.swift
[169/194] Compiling JSONLegacy JSON.SingleValueDecoder.swift
[170/194] Compiling JSONLegacy JSON.Node (ext).swift
[171/194] Compiling JSONLegacy JSON.KeyedDecoder.swift
[172/194] Compiling JSONLegacy JSON.UnkeyedDecoder.Index.swift
[173/194] Compiling JSONLegacy JSON.KeyedDecoder.Super.swift
[174/194] Compiling JSONLegacy JSON.UnkeyedDecoder.swift
[175/195] Wrapping AST for JSON for debugging
[176/199] Wrapping AST for JSONLegacy for debugging
[178/207] Compiling Parsing Parsing.swift
[179/207] Emitting module DecodingArrays
[180/207] Emitting module Parsing
[181/208] Compiling EncodingArrays EncodingArrays.swift
[182/208] Emitting module EncodingArrays
[183/208] Emitting module DecodingObjects
[185/209] Compiling ParsingErrors ParsingErrors.swift
[186/209] Emitting module ParsingErrors
[187/209] Compiling DecodingArrays DecodingArrays.swift
[188/211] Emitting module DecodingWithCodable
[189/211] Compiling DecodingWithCodable DecodingWithCodable.swift
[190/211] Compiling DecodingObjects DecodingObjects.swift
[195/213] Wrapping AST for EncodingArrays for debugging
[196/213] Wrapping AST for Parsing for debugging
[197/213] Wrapping AST for ParsingErrors for debugging
[198/213] Write Objects.LinkFileList
[201/213] Wrapping AST for DecodingArrays for debugging
[202/213] Write Objects.LinkFileList
[203/213] Wrapping AST for DecodingWithCodable for debugging
[204/213] Wrapping AST for DecodingObjects for debugging
[205/213] Write Objects.LinkFileList
[207/213] Linking Parsing
[208/213] Linking ParsingErrors
[209/213] Linking EncodingArrays
[210/213] Linking DecodingArrays
[211/213] Linking DecodingWithCodable
[212/213] Linking DecodingObjects
Build complete! (18.01s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-grammar",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.5.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/tayloraswift/swift-grammar"
    }
  ],
  "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" : "EncodingArrays",
      "targets" : [
        "EncodingArrays"
      ],
      "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",
      "sources" : [
        "IntegerOverflow.swift",
        "Parsing.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",
        "EncodingArrays",
        "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",
        "EncodingArrays",
        "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",
        "EncodingArrays",
        "DecodingWithCodable",
        "DecodingArrays"
      ],
      "sources" : [
        "Conformances/Array (ext).swift",
        "Conformances/ArraySlice (ext).swift",
        "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",
        "EncodingArrays",
        "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",
        "EncodingArrays",
        "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",
        "EncodingArrays",
        "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" : "EncodingArrays",
      "module_type" : "SwiftTarget",
      "name" : "EncodingArrays",
      "path" : "Snippets",
      "product_memberships" : [
        "EncodingArrays"
      ],
      "sources" : [
        "EncodingArrays.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"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.