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 LiteralTypeInference, reference 0.4.0 (7235a8), with Swift 6.0 for Linux on 12 Apr 2025 18:44:44 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/p-x9/swift-literal-type-inference.git
Reference: 0.4.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/p-x9/swift-literal-type-inference
 * tag               0.4.0      -> FETCH_HEAD
HEAD is now at 7235a8e Merge pull request #4 from p-x9/feature/support-swift6
Cloned https://github.com/p-x9/swift-literal-type-inference.git
Revision (git rev-parse @):
7235a8e47b257bbd54da76191b043976509c4b8c
SUCCESS checkout https://github.com/p-x9/swift-literal-type-inference.git at 0.4.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $PWD
https://github.com/p-x9/swift-literal-type-inference.git
https://github.com/p-x9/swift-literal-type-inference.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "509.0.0",
            "upper_bound" : "602.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-syntax.git"
    }
  ],
  "manifest_display_name" : "LiteralTypeInference",
  "name" : "LiteralTypeInference",
  "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"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "LiteralTypeInference",
      "targets" : [
        "LiteralTypeInference"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "LiteralTypeInferenceTests",
      "module_type" : "SwiftTarget",
      "name" : "LiteralTypeInferenceTests",
      "path" : "Tests/LiteralTypeInferenceTests",
      "product_dependencies" : [
        "SwiftSyntax",
        "SwiftSyntaxBuilder"
      ],
      "sources" : [
        "ExprSyntaxTests.swift",
        "LiteralTypeInferenceTests.swift"
      ],
      "target_dependencies" : [
        "LiteralTypeInference"
      ],
      "type" : "test"
    },
    {
      "c99name" : "LiteralTypeInference",
      "module_type" : "SwiftTarget",
      "name" : "LiteralTypeInference",
      "path" : "Sources/LiteralTypeInference",
      "product_dependencies" : [
        "SwiftSyntax",
        "SwiftSyntaxBuilder"
      ],
      "product_memberships" : [
        "LiteralTypeInference"
      ],
      "sources" : [
        "Extension/ExprSyntax+.swift",
        "Extension/ExprSyntax+isElementsEmpty.swift",
        "Extension/TupleTypeElementListSyntax+.swift",
        "Internal/ArrayExprSyntax+inference.swift",
        "Internal/DictionaryExprSyntax+inference.swift",
        "Internal/ExprSyntax+inference.swift",
        "Internal/TupleExprSyntax+inference.swift",
        "LiteralTypeInference.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-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.0-latest: Pulling from finestructure/spi-images
Digest: sha256:9029076bb687edc160a3d5201c89e92dd9fa7309f33f090c4234365c83366c31
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/swiftlang/swift-syntax.git
[1/70066] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax.git from cache (3.59s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 601.0.1 (2.02s)
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 601.0.1
Building for debugging...
[0/13] Write sources
[11/13] Compiling _SwiftSyntaxCShims dummy.c
[12/13] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[14/21] Emitting module SwiftSyntax600
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
error: emit-module command failed with exit code 1 (use -v to see invocation)
[15/21] Emitting module SwiftSyntax510
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
[16/21] Compiling SwiftSyntax510 Empty.swift
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
error: emit-module command failed with exit code 1 (use -v to see invocation)
[17/21] Emitting module SwiftSyntax601
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
[18/21] Compiling SwiftSyntax601 Empty.swift
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
error: emit-module command failed with exit code 1 (use -v to see invocation)
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
[19/21] Emitting module SwiftSyntax509
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:9029076bb687edc160a3d5201c89e92dd9fa7309f33f090c4234365c83366c31
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/7] Compiling SwiftSyntax509 Empty.swift
[3/7] Emitting module SwiftSyntax509
[4/10] Emitting module SwiftSyntax510
[5/10] Compiling SwiftSyntax510 Empty.swift
[6/11] Emitting module SwiftSyntax600
[7/11] Compiling SwiftSyntax600 Empty.swift
[9/12] Compiling SwiftSyntax601 Empty.swift
[10/12] Emitting module SwiftSyntax601
[14/77] Compiling SwiftSyntax Identifier.swift
[15/77] Compiling SwiftSyntax MemoryLayout.swift
[16/77] Compiling SwiftSyntax MissingNodeInitializers.swift
[17/77] Compiling SwiftSyntax RawSyntax.swift
[18/77] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[19/77] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[20/77] Compiling SwiftSyntax RawSyntaxTokenView.swift
[21/77] Compiling SwiftSyntax SourceEdit.swift
[22/77] Compiling SwiftSyntax SourceLength.swift
[23/86] Compiling SwiftSyntax SourceLocation.swift
[24/86] Compiling SwiftSyntax SourcePresence.swift
[25/86] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[26/86] Compiling SwiftSyntax Syntax.swift
[27/86] Compiling SwiftSyntax SyntaxArena.swift
[28/86] Compiling SwiftSyntax SyntaxArenaAllocatedBuffer.swift
[29/86] Compiling SwiftSyntax SyntaxChildren.swift
[30/86] Compiling SwiftSyntax SyntaxCollection.swift
[31/86] Compiling SwiftSyntax SyntaxHashable.swift
[32/86] Emitting module SwiftSyntax
[33/86] Compiling SwiftSyntax AbsolutePosition.swift
[34/86] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[35/86] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[36/86] Compiling SwiftSyntax Assert.swift
[37/86] Compiling SwiftSyntax BumpPtrAllocator.swift
[38/86] Compiling SwiftSyntax CommonAncestor.swift
[39/86] Compiling SwiftSyntax Convenience.swift
[40/86] Compiling SwiftSyntax CustomTraits.swift
[41/86] Compiling SwiftSyntax EditorPlaceholder.swift
[42/86] Compiling SwiftSyntax SyntaxIdentifier.swift
[43/86] Compiling SwiftSyntax SyntaxNodeFactory.swift
[44/86] Compiling SwiftSyntax SyntaxNodeStructure.swift
[45/86] Compiling SwiftSyntax SyntaxProtocol.swift
[46/86] Compiling SwiftSyntax SyntaxText.swift
[47/86] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[48/86] Compiling SwiftSyntax TokenDiagnostic.swift
[49/86] Compiling SwiftSyntax TokenSequence.swift
[50/86] Compiling SwiftSyntax TokenSyntax.swift
[51/86] Compiling SwiftSyntax SyntaxEnum.swift
[52/86] Compiling SwiftSyntax SyntaxKind.swift
[53/86] Compiling SwiftSyntax SyntaxRewriter.swift
[54/86] Compiling SwiftSyntax SyntaxTraits.swift
[55/86] Compiling SwiftSyntax SyntaxVisitor.swift
[56/86] Compiling SwiftSyntax TokenKind.swift
[57/86] Compiling SwiftSyntax Tokens.swift
[58/86] Compiling SwiftSyntax TriviaPieces.swift
[59/86] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[60/86] Compiling SwiftSyntax RawSyntaxNodesC.swift
[61/86] Compiling SwiftSyntax RawSyntaxNodesD.swift
[62/86] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[63/86] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[64/86] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
[65/86] Compiling SwiftSyntax RawSyntaxNodesOP.swift
[66/86] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
[67/86] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[68/86] Compiling SwiftSyntax RawSyntaxValidation.swift
[69/86] Compiling SwiftSyntax Trivia.swift
[70/86] Compiling SwiftSyntax Utils.swift
[71/86] Compiling SwiftSyntax ChildNameForKeyPath.swift
[72/86] Compiling SwiftSyntax Keyword.swift
[73/86] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[74/86] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[75/86] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[76/86] Compiling SwiftSyntax SyntaxBaseNodes.swift
[77/86] Compiling SwiftSyntax SyntaxCollections.swift
[78/86] Compiling SwiftSyntax SyntaxNodesAB.swift
[79/86] Compiling SwiftSyntax SyntaxNodesC.swift
[80/86] Compiling SwiftSyntax SyntaxNodesD.swift
[81/86] Compiling SwiftSyntax SyntaxNodesEF.swift
[82/86] Compiling SwiftSyntax SyntaxNodesGHI.swift
[83/86] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[84/86] Compiling SwiftSyntax SyntaxNodesOP.swift
[85/86] Compiling SwiftSyntax SyntaxNodesQRS.swift
[86/86] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[88/145] Compiling SwiftDiagnostics Message.swift
[89/146] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[90/146] Compiling SwiftDiagnostics Note.swift
[91/146] Compiling SwiftBasicFormat Syntax+Extensions.swift
[92/146] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[93/146] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[94/146] Compiling SwiftParser IncrementalParseTransition.swift
[95/146] Compiling SwiftParser IsValidIdentifier.swift
[96/146] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[97/146] Compiling SwiftParser Expressions.swift
[98/146] Emitting module SwiftDiagnostics
[99/146] Compiling SwiftBasicFormat Indenter.swift
[100/146] Compiling SwiftBasicFormat InferIndentation.swift
[101/146] Compiling SwiftDiagnostics FixIt.swift
[102/146] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[103/146] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[105/147] Emitting module SwiftBasicFormat
[106/147] Compiling SwiftBasicFormat BasicFormat.swift
[108/148] Emitting module SwiftParser
[109/153] Compiling SwiftParser SwiftParserCompatibility.swift
[110/153] Compiling SwiftParser SwiftVersion.swift
[111/153] Compiling SwiftParser SyntaxUtils.swift
[112/153] Compiling SwiftParser TokenConsumer.swift
[113/153] Compiling SwiftParser TokenPrecedence.swift
[114/153] Compiling SwiftParser TokenSpec.swift
[115/153] Compiling SwiftParser TokenSpecSet.swift
[116/153] Compiling SwiftParser TopLevel.swift
[117/153] Compiling SwiftParser TriviaParser.swift
[118/153] Compiling SwiftParser Types.swift
[119/153] Compiling SwiftParser Patterns.swift
[120/153] Compiling SwiftParser Recovery.swift
[121/153] Compiling SwiftParser Specifiers.swift
[122/153] Compiling SwiftParser Statements.swift
[123/153] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[124/153] Compiling SwiftParser StringLiterals.swift
[125/153] Compiling SwiftParser Modifiers.swift
[126/153] Compiling SwiftParser Names.swift
[127/153] Compiling SwiftParser Nominals.swift
[128/153] Compiling SwiftParser Parameters.swift
[129/153] Compiling SwiftParser ParseSourceFile.swift
[130/153] Compiling SwiftParser Parser.swift
[131/153] Compiling SwiftParser LexemeSequence.swift
[132/153] Compiling SwiftParser Lexer.swift
[133/153] Compiling SwiftParser RegexLiteralLexer.swift
[134/153] Compiling SwiftParser UnicodeScalarExtensions.swift
[135/153] Compiling SwiftParser Lookahead.swift
[136/153] Compiling SwiftParser LoopProgressCondition.swift
[141/153] Compiling SwiftParser Cursor.swift
[142/153] Compiling SwiftParser Lexeme.swift
[143/153] Compiling SwiftParser Attributes.swift
[144/153] Compiling SwiftParser Availability.swift
[145/153] Compiling SwiftParser CharacterInfo.swift
[146/153] Compiling SwiftParser CollectionNodes+Parsable.swift
[147/153] Compiling SwiftParser Declarations.swift
[148/153] Compiling SwiftParser Directives.swift
[149/153] Compiling SwiftParser ExperimentalFeatures.swift
[150/153] Compiling SwiftParser IsLexerClassified.swift
[151/153] Compiling SwiftParser LayoutNodes+Parsable.swift
[152/153] Compiling SwiftParser Parser+TokenSpecSet.swift
[153/153] Compiling SwiftParser TokenSpecStaticMembers.swift
[155/167] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[156/168] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[157/168] Compiling SwiftParserDiagnostics Utils.swift
[158/168] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[159/168] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[160/168] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[161/168] Compiling SwiftParserDiagnostics PresenceUtils.swift
[162/168] Emitting module SwiftParserDiagnostics
[163/168] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[164/168] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[165/168] Compiling SwiftParserDiagnostics MissingNodesError.swift
[166/168] Compiling SwiftParserDiagnostics MissingTokenError.swift
[167/168] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[168/168] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[170/184] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[171/184] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[172/184] Compiling SwiftSyntaxBuilder Indenter.swift
[173/184] Compiling SwiftSyntaxBuilder ListBuilder.swift
[174/185] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[175/185] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[176/185] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[177/185] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[178/185] Emitting module SwiftSyntaxBuilder
[179/185] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[180/185] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[181/185] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[182/185] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[183/185] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[184/185] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[185/185] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[187/194] Compiling LiteralTypeInference DictionaryExprSyntax+inference.swift
[188/195] Compiling LiteralTypeInference ExprSyntax+inference.swift
[189/195] Compiling LiteralTypeInference TupleExprSyntax+inference.swift
[190/195] Emitting module LiteralTypeInference
[191/195] Compiling LiteralTypeInference TupleTypeElementListSyntax+.swift
[192/195] Compiling LiteralTypeInference ExprSyntax+.swift
[193/195] Compiling LiteralTypeInference ExprSyntax+isElementsEmpty.swift
[194/195] Compiling LiteralTypeInference ArrayExprSyntax+inference.swift
[195/195] Compiling LiteralTypeInference LiteralTypeInference.swift
Build complete! (79.81s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "509.0.0",
            "upper_bound" : "602.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-syntax.git"
    }
  ],
  "manifest_display_name" : "LiteralTypeInference",
  "name" : "LiteralTypeInference",
  "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"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "LiteralTypeInference",
      "targets" : [
        "LiteralTypeInference"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "LiteralTypeInferenceTests",
      "module_type" : "SwiftTarget",
      "name" : "LiteralTypeInferenceTests",
      "path" : "Tests/LiteralTypeInferenceTests",
      "product_dependencies" : [
        "SwiftSyntax",
        "SwiftSyntaxBuilder"
      ],
      "sources" : [
        "ExprSyntaxTests.swift",
        "LiteralTypeInferenceTests.swift"
      ],
      "target_dependencies" : [
        "LiteralTypeInference"
      ],
      "type" : "test"
    },
    {
      "c99name" : "LiteralTypeInference",
      "module_type" : "SwiftTarget",
      "name" : "LiteralTypeInference",
      "path" : "Sources/LiteralTypeInference",
      "product_dependencies" : [
        "SwiftSyntax",
        "SwiftSyntaxBuilder"
      ],
      "product_memberships" : [
        "LiteralTypeInference"
      ],
      "sources" : [
        "Extension/ExprSyntax+.swift",
        "Extension/ExprSyntax+isElementsEmpty.swift",
        "Extension/TupleTypeElementListSyntax+.swift",
        "Internal/ArrayExprSyntax+inference.swift",
        "Internal/DictionaryExprSyntax+inference.swift",
        "Internal/ExprSyntax+inference.swift",
        "Internal/TupleExprSyntax+inference.swift",
        "LiteralTypeInference.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:9029076bb687edc160a3d5201c89e92dd9fa7309f33f090c4234365c83366c31
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Done.