Build Information
Successful build of swift-json, reference master (00bc37
), with Swift 6.1 for macOS (SPM) on 30 Apr 2025 09:33:03 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -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
Build Log
========================================
RunAll
========================================
Builder version: 4.61.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/tayloraswift/swift-json.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/tayloraswift/swift-json
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 00bc37b Merge pull request #88 from rgoldberg/87-swift-5.9
Cloned https://github.com/tayloraswift/swift-json.git
Revision (git rev-parse @):
00bc37b8f94aeff7b811efa8a1ca933fc63069b2
SUCCESS checkout https://github.com/tayloraswift/swift-json.git at master
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/tayloraswift/swift-json.git
https://github.com/tayloraswift/swift-json.git
{
"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" : "/Users/admin/builder/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" : "DecodingArrays",
"targets" : [
"DecodingArrays"
],
"type" : {
"snippet" : null
}
},
{
"name" : "DecodingWithCodable",
"targets" : [
"DecodingWithCodable"
],
"type" : {
"snippet" : null
}
},
{
"name" : "ParsingErrors",
"targets" : [
"ParsingErrors"
],
"type" : {
"snippet" : null
}
},
{
"name" : "EncodingArrays",
"targets" : [
"EncodingArrays"
],
"type" : {
"snippet" : null
}
},
{
"name" : "Parsing",
"targets" : [
"Parsing"
],
"type" : {
"snippet" : null
}
},
{
"name" : "DecodingObjects",
"targets" : [
"DecodingObjects"
],
"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",
"DecodingArrays",
"DecodingWithCodable",
"ParsingErrors",
"EncodingArrays",
"Parsing",
"DecodingObjects"
],
"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",
"DecodingArrays",
"DecodingWithCodable",
"ParsingErrors",
"EncodingArrays",
"Parsing",
"DecodingObjects"
],
"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",
"DecodingArrays",
"DecodingWithCodable",
"ParsingErrors",
"EncodingArrays",
"Parsing",
"DecodingObjects"
],
"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",
"DecodingArrays",
"DecodingWithCodable",
"ParsingErrors",
"EncodingArrays",
"Parsing",
"DecodingObjects"
],
"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",
"DecodingArrays",
"DecodingWithCodable",
"ParsingErrors",
"EncodingArrays",
"Parsing",
"DecodingObjects"
],
"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",
"DecodingArrays",
"DecodingWithCodable",
"ParsingErrors",
"EncodingArrays",
"Parsing",
"DecodingObjects"
],
"sources" : [
"JSON (ext).swift",
"exports.swift"
],
"target_dependencies" : [
"JSONDecoding",
"JSONEncoding",
"JSONParsing"
],
"type" : "library"
},
{
"c99name" : "DecodingArrays",
"module_type" : "SwiftTarget",
"name" : "DecodingArrays",
"path" : "Snippets",
"product_memberships" : [
"DecodingArrays"
],
"sources" : [
"DecodingArrays.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" : "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" : "Parsing",
"module_type" : "SwiftTarget",
"name" : "Parsing",
"path" : "Snippets",
"product_memberships" : [
"Parsing"
],
"sources" : [
"Parsing.swift"
],
"target_dependencies" : [
"JSONLegacy",
"JSONAST",
"JSON"
],
"type" : "snippet"
},
{
"c99name" : "DecodingObjects",
"module_type" : "SwiftTarget",
"name" : "DecodingObjects",
"path" : "Snippets",
"product_memberships" : [
"DecodingObjects"
],
"sources" : [
"DecodingObjects.swift"
],
"target_dependencies" : [
"JSONLegacy",
"JSONAST",
"JSON"
],
"type" : "snippet"
}
],
"tools_version" : "5.9"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -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
Building for debugging...
[0/27] Write sources
[14/27] Write swift-version-2F0A5646E1D333AE.txt
[16/42] Compiling JSONAST JSON.TypecastError.swift
[17/43] Compiling JSONAST JSON.Node.swift
[18/43] Emitting module JSONAST
[19/43] Compiling JSONAST JSON.Array.swift
[20/43] Compiling JSONAST JSON.EscapeCode.swift
[21/43] Compiling TraceableErrors TraceableError.swift
[22/43] Compiling TraceableErrors NamedError.swift
[23/43] Emitting module TraceableErrors
[24/43] Compiling JSONAST JSON.Number.Base10.swift
[25/43] Compiling JSONAST JSON.Object.swift
[26/43] Compiling JSONAST JSON.IntegerOverflowError.swift
[27/43] Compiling JSONAST JSON.Key.swift
[28/43] Compiling JSONAST JSON.Literal.swift
[29/43] Compiling JSONAST JSON.Number.Base10.Inverse.swift
[30/43] Compiling JSONAST JSON.Number.swift
[31/43] Compiling JSONAST JSON.swift
[32/94] Compiling JSONEncoding Array (ext).swift
[33/94] Compiling JSONEncoding ArraySlice (ext).swift
[34/94] Compiling JSONEncoding Bool (ext).swift
[38/99] Compiling JSONEncoding UInt (ext).swift
[39/99] Compiling JSONEncoding UInt16 (ext).swift
[40/99] Compiling JSONEncoding UInt32 (ext).swift
[41/99] Compiling JSONEncoding StaticString (ext).swift
[42/99] Compiling JSONEncoding String (ext).swift
[43/99] Compiling JSONEncoding Substring (ext).swift
[44/99] Compiling JSONEncoding UInt64 (ext).swift
[45/99] Compiling Grammar UnicodeEncoding.Newline.swift
[46/99] Compiling Grammar UnicodeEncoding.swift
[47/99] Compiling JSONEncoding Int32 (ext).swift
[48/99] Compiling JSONEncoding Int64 (ext).swift
[49/99] Compiling JSONEncoding Int8 (ext).swift
[50/99] Compiling JSONEncoding JSONEncodable.swift
[51/99] Compiling JSONEncoding JSONObjectEncodable.swift
[52/99] Compiling JSONEncoding JSONStringEncodable.swift
[53/99] Emitting module JSONEncoding
[54/99] Compiling JSONEncoding JSON.ArrayEncoder.swift
[55/99] Compiling JSONEncoding JSON.InlineEncoder.swift
[56/99] Compiling JSONEncoding JSON.Literal (ext).swift
[57/99] Compiling JSONEncoding JSON.ObjectEncoder.swift
[58/99] Compiling JSONEncoding JSON (ext).swift
[59/99] Compiling JSONEncoding Character (ext).swift
[60/99] Compiling JSONEncoding Int (ext).swift
[61/99] Compiling JSONEncoding Int16 (ext).swift
[62/99] Compiling JSONEncoding JSON.ArrayEncoder.Index.swift
[82/99] Compiling JSONEncoding Never (ext).swift
[83/99] Compiling JSONEncoding Optional (ext).swift
[84/99] Compiling JSONEncoding exports.swift
[85/99] Emitting module Grammar
[88/156] Compiling JSONDecoding Array (ext).swift
[89/156] Compiling JSONDecoding Bool (ext).swift
[90/156] Compiling JSONDecoding Character (ext).swift
[91/158] Compiling JSONDecoding Dictionary (ext).swift
[92/158] Compiling JSONDecoding Set (ext).swift
[93/158] Compiling JSONDecoding UInt16 (ext).swift
[94/158] Compiling JSONDecoding Int16 (ext).swift
[95/158] Compiling JSONDecoding String (ext).swift
[96/158] Compiling JSONDecoding UInt (ext).swift
[97/158] Compiling JSONDecoding Int32 (ext).swift
[98/158] Compiling JSONDecoding Int64 (ext).swift
[107/161] Compiling JSONParsing JSON.WhitespaceRule.swift
[108/161] Compiling JSONParsing exports.swift
[109/161] Emitting module JSONDecoding
[110/161] Compiling JSONDecoding Double (ext).swift
[111/161] Compiling JSONDecoding Float (ext).swift
[112/161] Compiling JSONDecoding Float80 (ext).swift
[117/161] Compiling JSONDecoding Int8 (ext).swift
[118/161] Compiling JSONDecoding JSON.ArrayShape.swift
[119/161] Compiling JSONDecoding JSON.ArrayShapeCriteria.swift
[120/161] Compiling JSONDecoding JSON.ArrayShapeError.swift
[121/161] Compiling JSONDecoding JSON.DecodingError.swift
[122/161] Compiling JSONDecoding UInt32 (ext).swift
[123/161] Compiling JSONDecoding UInt64 (ext).swift
[124/161] Compiling JSONDecoding UInt8 (ext).swift
[125/161] Compiling JSONDecoding Unicode.Scalar (ext).swift
[127/161] Compiling JSONDecoding JSON.ObjectKeyError.swift
[128/161] Compiling JSONDecoding JSON.SingleKeyError.swift
[129/161] Compiling JSONDecoding JSON.ValueError.swift
[130/161] Compiling JSONDecoding JSON.FieldDecoder.swift
[131/161] Compiling JSONDecoding JSON.OptionalDecoder.swift
[132/161] Compiling JSONDecoding JSON.TraceableDecoder.swift
[133/161] Compiling JSONDecoding JSON.Array (ext).swift
[134/161] Compiling JSONDecoding JSON.Object (ext).swift
[135/161] Compiling JSONDecoding JSONDecodable.swift
[136/161] Compiling JSONDecoding JSONObjectDecodable.swift
[137/161] Compiling JSONDecoding JSONStringDecodable.swift
[146/161] Emitting module JSONParsing
[147/161] Compiling JSONDecoding Never (ext).swift
[148/161] Compiling JSONDecoding Optional (ext).swift
[149/161] Compiling JSONDecoding exports.swift
[150/173] Compiling JSON exports.swift
[151/173] Emitting module JSON
[152/173] Compiling JSON JSON (ext).swift
[153/173] Compiling JSONLegacy JSON.KeyedDecoder.Super.swift
[154/173] Compiling JSONLegacy DecodingError (ext).swift
[155/173] Compiling JSONLegacy exports.swift
[156/173] Emitting module JSONLegacy
[157/173] Compiling JSONLegacy JSON.UnkeyedDecoder.Index.swift
[158/173] Compiling JSONLegacy JSON.UnkeyedDecoder.swift
[159/173] Compiling JSONLegacy JSON.SingleValueDecoder.swift
[160/173] Compiling JSONLegacy JSON.KeyedDecoder.swift
[161/173] Compiling JSONLegacy JSON.Node (ext).swift
[162/185] Emitting module Parsing
[163/185] Compiling Parsing Parsing.swift
[163/185] Write Objects.LinkFileList
[165/185] Emitting module EncodingArrays
[166/185] Emitting module ParsingErrors
[167/185] Compiling ParsingErrors ParsingErrors.swift
[168/185] Emitting module DecodingArrays
[169/185] Compiling DecodingArrays DecodingArrays.swift
[169/185] Write Objects.LinkFileList
[171/185] Compiling EncodingArrays EncodingArrays.swift
[172/185] Compiling DecodingObjects DecodingObjects.swift
[173/185] Emitting module DecodingObjects
[173/185] Write Objects.LinkFileList
[176/185] Emitting module DecodingWithCodable
[177/185] Compiling DecodingWithCodable DecodingWithCodable.swift
[177/185] Write Objects.LinkFileList
[179/185] Linking Parsing
[180/185] Linking ParsingErrors
[180/185] Linking DecodingWithCodable
[182/185] Linking DecodingArrays
[183/185] Linking EncodingArrays
[184/185] Linking DecodingObjects
Build complete! (5.43s)
Fetching https://github.com/tayloraswift/swift-grammar
[1/749] Fetching swift-grammar
Fetched https://github.com/tayloraswift/swift-grammar from cache (0.83s)
Computing version for https://github.com/tayloraswift/swift-grammar
Computed https://github.com/tayloraswift/swift-grammar at 0.5.0 (1.36s)
Creating working copy for https://github.com/tayloraswift/swift-grammar
Working copy of https://github.com/tayloraswift/swift-grammar resolved at 0.5.0
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" : "/Users/admin/builder/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" : "DecodingArrays",
"targets" : [
"DecodingArrays"
],
"type" : {
"snippet" : null
}
},
{
"name" : "DecodingWithCodable",
"targets" : [
"DecodingWithCodable"
],
"type" : {
"snippet" : null
}
},
{
"name" : "ParsingErrors",
"targets" : [
"ParsingErrors"
],
"type" : {
"snippet" : null
}
},
{
"name" : "EncodingArrays",
"targets" : [
"EncodingArrays"
],
"type" : {
"snippet" : null
}
},
{
"name" : "Parsing",
"targets" : [
"Parsing"
],
"type" : {
"snippet" : null
}
},
{
"name" : "DecodingObjects",
"targets" : [
"DecodingObjects"
],
"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",
"DecodingArrays",
"DecodingWithCodable",
"ParsingErrors",
"EncodingArrays",
"Parsing",
"DecodingObjects"
],
"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",
"DecodingArrays",
"DecodingWithCodable",
"ParsingErrors",
"EncodingArrays",
"Parsing",
"DecodingObjects"
],
"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",
"DecodingArrays",
"DecodingWithCodable",
"ParsingErrors",
"EncodingArrays",
"Parsing",
"DecodingObjects"
],
"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",
"DecodingArrays",
"DecodingWithCodable",
"ParsingErrors",
"EncodingArrays",
"Parsing",
"DecodingObjects"
],
"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",
"DecodingArrays",
"DecodingWithCodable",
"ParsingErrors",
"EncodingArrays",
"Parsing",
"DecodingObjects"
],
"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",
"DecodingArrays",
"DecodingWithCodable",
"ParsingErrors",
"EncodingArrays",
"Parsing",
"DecodingObjects"
],
"sources" : [
"JSON (ext).swift",
"exports.swift"
],
"target_dependencies" : [
"JSONDecoding",
"JSONEncoding",
"JSONParsing"
],
"type" : "library"
},
{
"c99name" : "DecodingArrays",
"module_type" : "SwiftTarget",
"name" : "DecodingArrays",
"path" : "Snippets",
"product_memberships" : [
"DecodingArrays"
],
"sources" : [
"DecodingArrays.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" : "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" : "Parsing",
"module_type" : "SwiftTarget",
"name" : "Parsing",
"path" : "Snippets",
"product_memberships" : [
"Parsing"
],
"sources" : [
"Parsing.swift"
],
"target_dependencies" : [
"JSONLegacy",
"JSONAST",
"JSON"
],
"type" : "snippet"
},
{
"c99name" : "DecodingObjects",
"module_type" : "SwiftTarget",
"name" : "DecodingObjects",
"path" : "Snippets",
"product_memberships" : [
"DecodingObjects"
],
"sources" : [
"DecodingObjects.swift"
],
"target_dependencies" : [
"JSONLegacy",
"JSONAST",
"JSON"
],
"type" : "snippet"
}
],
"tools_version" : "5.9"
}
Done.