The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of CodableWrappers, reference main (79d927), with Swift 6.0 for Linux on 8 Jan 2025 10:57:49 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 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.60.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/GottaGetSwifty/CodableWrappers.git
Reference: main
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/GottaGetSwifty/CodableWrappers
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 79d9274 Adding missing tests and some minor refactoring (#57)
Cloned https://github.com/GottaGetSwifty/CodableWrappers.git
Revision (git rev-parse @):
79d9274350608f360ba8f3c10e859eba014b00d1
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/GottaGetSwifty/CodableWrappers.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $PWD
https://github.com/GottaGetSwifty/CodableWrappers.git
https://github.com/GottaGetSwifty/CodableWrappers.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "nimble",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "13.0.0",
            "upper_bound" : "14.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Quick/Nimble.git"
    },
    {
      "identity" : "quick",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "7.6.0",
            "upper_bound" : "8.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Quick/Quick.git"
    },
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "508.0.0",
            "upper_bound" : "600.0.2"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-syntax.git"
    }
  ],
  "manifest_display_name" : "CodableWrappers",
  "name" : "CodableWrappers",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "11.0"
    },
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "tvos",
      "version" : "14.0"
    },
    {
      "name" : "watchos",
      "version" : "7.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "14.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "CodableWrappers",
      "targets" : [
        "CodableWrappers"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "CodableWrapperMacros",
      "targets" : [
        "CodableWrapperMacros"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "swift_languages_versions" : [
    "6",
    "5"
  ],
  "targets" : [
    {
      "c99name" : "IntegrationTests",
      "module_type" : "SwiftTarget",
      "name" : "IntegrationTests",
      "path" : "Tests/IntegrationTests",
      "product_dependencies" : [
        "Quick",
        "Nimble",
        "SwiftSyntaxMacrosTestSupport"
      ],
      "sources" : [
        "IntegrationTests.swift"
      ],
      "target_dependencies" : [
        "CodableWrapperMacros",
        "CodableWrappers"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CodableWrappersTests",
      "module_type" : "SwiftTarget",
      "name" : "CodableWrappersTests",
      "path" : "Tests/CodableWrappersTests",
      "product_dependencies" : [
        "Quick",
        "Nimble"
      ],
      "sources" : [
        "CompositionTests.swift",
        "Decoder/BoolDecodingTests.swift",
        "Decoder/CustomFloatingPointDecoderTests.swift",
        "Decoder/DataDecodingTests.swift",
        "Decoder/DateDecodingTests.swift",
        "Decoder/DecodingTestSpec.swift",
        "Decoder/EmptyDefaultsDecodingTests.swift",
        "Decoder/LossyCollectionDecodingTests.swift",
        "Decoder/OptionalDecodingTests.swift",
        "Encoder/BoolEncodingTests.swift",
        "Encoder/CustomFloatingPointEncoderTests.swift",
        "Encoder/DataEncodingTests.swift",
        "Encoder/DateEncodingTests.swift",
        "Encoder/EmptyDefaultsEncodingTests.swift",
        "Encoder/EncodingTestSpec.swift",
        "Encoder/NullEncodingTests.swift",
        "Encoder/OptionalEncodingTests.swift",
        "EqualLinesPredicate.swift",
        "Other/OtherTests.swift",
        "PartialImplementationTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "CodableWrappers"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CodableWrappers",
      "module_type" : "SwiftTarget",
      "name" : "CodableWrappers",
      "path" : "Sources/CodableWrappers",
      "product_memberships" : [
        "CodableWrappers"
      ],
      "sources" : [
        "CodableMacros/CodableMacros.swift",
        "Convenience/ConveienceAdherence.swift",
        "Convenience/CustomWrappers.swift",
        "Convenience/Deprecations.swift",
        "Convenience/EmptyDefaults.swift",
        "Core/FallbackCoding.swift",
        "Core/ImmutableWrapper.swift",
        "Core/OmitCodingWrappers.swift",
        "Core/OptionalWrappers.swift",
        "Core/StaticCodingWrappers.swift",
        "Core/TransientCoding.swift",
        "StaticCoders/BoolCoding.swift",
        "StaticCoders/DataCoding.swift",
        "StaticCoders/DateCoding.swift",
        "StaticCoders/FloatingPointCoding.swift",
        "StaticCoders/NilFiltering.swift",
        "StaticCoders/NullEncoding.swift",
        "StaticCoders/StaticCoding.swift"
      ],
      "target_dependencies" : [
        "CodableWrapperMacros"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CodableWrapperMacrosTests",
      "module_type" : "SwiftTarget",
      "name" : "CodableWrapperMacrosTests",
      "path" : "Tests/CodableWrapperMacrosTests",
      "product_dependencies" : [
        "Quick",
        "Nimble",
        "SwiftSyntaxMacrosTestSupport"
      ],
      "sources" : [
        "CodingKeyMacroErrorTests.swift",
        "CodingKeyMacroTests.swift",
        "CodingKeyPredicate.swift",
        "CodingKeyPrefixSuffixTests.swift",
        "Helpers.swift",
        "KeyConverterTests.swift",
        "TestMacros.swift"
      ],
      "target_dependencies" : [
        "CodableWrapperMacros"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CodableWrapperMacros",
      "module_type" : "SwiftTarget",
      "name" : "CodableWrapperMacros",
      "path" : "Sources/CodableWrapperMacros",
      "product_dependencies" : [
        "SwiftSyntaxMacros",
        "SwiftCompilerPlugin"
      ],
      "product_memberships" : [
        "CodableWrappers",
        "CodableWrapperMacros"
      ],
      "sources" : [
        "CodableWrapperMacros.swift",
        "CodingKeys/CodingKeyMacros.swift",
        "CodingKeys/CodingKeyTypes.swift",
        "CodingKeys/CodingKeysGenerator.swift",
        "Convenience/ConvenienceExtensions.swift",
        "Convenience/DebuggingHelpers.swift",
        "Convenience/DiagnosticConvenience.swift",
        "ErrorHandling.swift",
        "TypeMacroContainers.swift"
      ],
      "type" : "macro"
    }
  ],
  "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 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:081dcf4fb829aea9d08447f4790431afbdfbcc335bfeed728ca69c6f181ae2aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/Quick/Quick.git
Fetching https://github.com/swiftlang/swift-syntax.git
Fetching https://github.com/Quick/Nimble.git
[1/14743] Fetching quick
[10174/34294] Fetching quick, nimble
[26280/102019] Fetching quick, nimble, swift-syntax
Fetched https://github.com/Quick/Quick.git from cache (1.44s)
[62218/87276] Fetching nimble, swift-syntax
Fetched https://github.com/Quick/Nimble.git from cache (1.46s)
[46053/67725] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax.git from cache (4.89s)
Computing version for https://github.com/Quick/Quick.git
Computed https://github.com/Quick/Quick.git at 7.6.2 (0.52s)
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-argument-parser.git
[1/5614] Fetching swift-algorithms
[5615/18015] Fetching swift-algorithms, swift-argument-parser
Fetched https://github.com/apple/swift-algorithms.git from cache (0.63s)
Fetched https://github.com/apple/swift-argument-parser.git from cache (0.63s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.0 (1.86s)
Fetching https://github.com/apple/swift-numerics.git
[1/5576] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.32s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.5.0 (0.52s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.2 (0.53s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 600.0.1 (0.69s)
Computing version for https://github.com/Quick/Nimble.git
Computed https://github.com/Quick/Nimble.git at 13.7.1 (0.56s)
Fetching https://github.com/mattgallagher/CwlPreconditionTesting.git
[1/1257] Fetching cwlpreconditiontesting
Fetched https://github.com/mattgallagher/CwlPreconditionTesting.git from cache (0.25s)
Computing version for https://github.com/mattgallagher/CwlPreconditionTesting.git
Computed https://github.com/mattgallagher/CwlPreconditionTesting.git at 2.2.2 (0.51s)
Fetching https://github.com/mattgallagher/CwlCatchException.git
[1/455] Fetching cwlcatchexception
Fetched https://github.com/mattgallagher/CwlCatchException.git from cache (0.16s)
Computing version for https://github.com/mattgallagher/CwlCatchException.git
Computed https://github.com/mattgallagher/CwlCatchException.git at 2.2.1 (0.62s)
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.2
Creating working copy for https://github.com/mattgallagher/CwlPreconditionTesting.git
Working copy of https://github.com/mattgallagher/CwlPreconditionTesting.git resolved at 2.2.2
Creating working copy for https://github.com/Quick/Quick.git
Working copy of https://github.com/Quick/Quick.git resolved at 7.6.2
Creating working copy for https://github.com/Quick/Nimble.git
Working copy of https://github.com/Quick/Nimble.git resolved at 13.7.1
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 600.0.1
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.5.0
Creating working copy for https://github.com/mattgallagher/CwlCatchException.git
Working copy of https://github.com/mattgallagher/CwlCatchException.git resolved at 2.2.1
warning: 'nimble': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/PrivacyInfo.xcprivacy
warning: 'quick': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/.build/checkouts/Quick/Sources/Quick/PrivacyInfo.xcprivacy
warning: 'nimble': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/PrivacyInfo.xcprivacy
warning: 'quick': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/.build/checkouts/Quick/Sources/Quick/PrivacyInfo.xcprivacy
[1/1] Compiling plugin DefocusCommandPlugin
[2/2] Compiling plugin GenerateManual
[3/3] Compiling plugin LintCommandPlugin
[4/4] Compiling plugin LintError
[5/5] Compiling plugin LintWarning
Building for debugging...
[5/40] Write sources
[21/40] Compiling _SwiftSyntaxCShims dummy.c
[22/40] Write swift-version-24593BA9C3E375BF.txt
[24/46] Emitting module SwiftSyntax600
[25/46] Emitting module SwiftSyntax510
[26/46] Compiling SwiftSyntax510 Empty.swift
[27/47] Compiling SwiftSyntax600 Empty.swift
[29/48] Compiling SwiftSyntax509 Empty.swift
[30/48] Emitting module SwiftSyntax509
[32/49] Wrapping AST for SwiftSyntax510 for debugging
[33/49] Wrapping AST for SwiftSyntax600 for debugging
[34/49] Wrapping AST for SwiftSyntax509 for debugging
[36/113] Emitting module SwiftSyntax
[37/121] Compiling SwiftSyntax SyntaxNodeFactory.swift
[38/121] Compiling SwiftSyntax SyntaxNodeStructure.swift
[39/121] Compiling SwiftSyntax SyntaxProtocol.swift
[40/121] Compiling SwiftSyntax SyntaxText.swift
[41/121] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[42/121] Compiling SwiftSyntax TokenDiagnostic.swift
[43/121] Compiling SwiftSyntax TokenSequence.swift
[44/121] Compiling SwiftSyntax TokenSyntax.swift
[45/121] Compiling SwiftSyntax Trivia.swift
[46/121] Compiling SwiftSyntax RawSyntaxNodesD.swift
[47/121] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[48/121] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[49/121] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
[50/121] Compiling SwiftSyntax RawSyntaxNodesOP.swift
[51/121] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
[52/121] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[53/121] Compiling SwiftSyntax RawSyntaxValidation.swift
[54/121] Compiling SwiftSyntax SyntaxNodesAB.swift
[55/121] Compiling SwiftSyntax AbsolutePosition.swift
[56/121] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[57/121] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[58/121] Compiling SwiftSyntax Assert.swift
[59/121] Compiling SwiftSyntax BumpPtrAllocator.swift
[60/121] Compiling SwiftSyntax CommonAncestor.swift
[61/121] Compiling SwiftSyntax Convenience.swift
[62/121] Compiling SwiftSyntax CustomTraits.swift
[63/121] Compiling SwiftSyntax Identifier.swift
[64/121] Compiling SwiftSyntax SourcePresence.swift
[65/121] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[66/121] Compiling SwiftSyntax Syntax.swift
[67/121] Compiling SwiftSyntax SyntaxArena.swift
[68/121] Compiling SwiftSyntax SyntaxArenaAllocatedBuffer.swift
[69/121] Compiling SwiftSyntax SyntaxChildren.swift
[70/121] Compiling SwiftSyntax SyntaxCollection.swift
[71/121] Compiling SwiftSyntax SyntaxHashable.swift
[72/121] Compiling SwiftSyntax SyntaxIdentifier.swift
[73/121] Compiling SwiftSyntax SyntaxKind.swift
[74/121] Compiling SwiftSyntax SyntaxRewriter.swift
[75/121] Compiling SwiftSyntax SyntaxTraits.swift
[76/121] Compiling SwiftSyntax SyntaxVisitor.swift
[77/121] Compiling SwiftSyntax TokenKind.swift
[78/121] Compiling SwiftSyntax Tokens.swift
[79/121] Compiling SwiftSyntax TriviaPieces.swift
[80/121] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[81/121] Compiling SwiftSyntax RawSyntaxNodesC.swift
[82/121] Compiling SwiftSyntax Utils.swift
[83/121] Compiling SwiftSyntax ChildNameForKeyPath.swift
[84/121] Compiling SwiftSyntax Keyword.swift
[85/121] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[86/121] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[87/121] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[88/121] Compiling SwiftSyntax SyntaxBaseNodes.swift
[89/121] Compiling SwiftSyntax SyntaxCollections.swift
[90/121] Compiling SwiftSyntax SyntaxEnum.swift
[91/121] Compiling SwiftSyntax MemoryLayout.swift
[92/121] Compiling SwiftSyntax MissingNodeInitializers.swift
[93/121] Compiling SwiftSyntax RawSyntax.swift
[94/121] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[95/121] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[96/121] Compiling SwiftSyntax RawSyntaxTokenView.swift
[97/121] Compiling SwiftSyntax SourceEdit.swift
[98/121] Compiling SwiftSyntax SourceLength.swift
[99/121] Compiling SwiftSyntax SourceLocation.swift
[100/121] Compiling SwiftSyntax SyntaxNodesC.swift
[101/121] Compiling SwiftSyntax SyntaxNodesD.swift
[102/121] Compiling SwiftSyntax SyntaxNodesEF.swift
[103/121] Compiling SwiftSyntax SyntaxNodesGHI.swift
[104/121] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[105/121] Compiling SwiftSyntax SyntaxNodesOP.swift
[106/121] Compiling SwiftSyntax SyntaxNodesQRS.swift
[107/121] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[108/122] Wrapping AST for SwiftSyntax for debugging
[110/179] Emitting module SwiftDiagnostics
[111/180] Compiling SwiftDiagnostics Note.swift
[112/180] Compiling SwiftDiagnostics Message.swift
[113/180] Compiling SwiftDiagnostics FixIt.swift
[114/180] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[115/180] Compiling SwiftBasicFormat Syntax+Extensions.swift
[116/180] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[117/180] Compiling SwiftParser Attributes.swift
[118/180] Compiling SwiftParser Availability.swift
[119/180] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[120/180] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[121/180] Compiling SwiftParser CharacterInfo.swift
[122/180] Compiling SwiftParser CollectionNodes+Parsable.swift
[123/180] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[124/181] Compiling SwiftBasicFormat InferIndentation.swift
[125/181] Wrapping AST for SwiftDiagnostics for debugging
[127/181] Emitting module SwiftBasicFormat
[128/181] Compiling SwiftBasicFormat BasicFormat.swift
[129/182] Wrapping AST for SwiftBasicFormat for debugging
[131/182] Emitting module SwiftParser
[132/187] Compiling SwiftParser Modifiers.swift
[133/187] Compiling SwiftParser Names.swift
[134/187] Compiling SwiftParser Nominals.swift
[135/187] Compiling SwiftParser Parameters.swift
[136/187] Compiling SwiftParser ParseSourceFile.swift
[137/187] Compiling SwiftParser Parser.swift
[138/187] Compiling SwiftParser Patterns.swift
[139/187] Compiling SwiftParser Recovery.swift
[140/187] Compiling SwiftParser Specifiers.swift
[141/187] Compiling SwiftParser Statements.swift
[142/187] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[143/187] Compiling SwiftParser StringLiterals.swift
[144/187] Compiling SwiftParser SwiftParserCompatibility.swift
[145/187] Compiling SwiftParser SwiftVersion.swift
[146/187] Compiling SwiftParser SyntaxUtils.swift
[147/187] Compiling SwiftParser TokenConsumer.swift
[148/187] Compiling SwiftParser TokenPrecedence.swift
[149/187] Compiling SwiftParser LexemeSequence.swift
[150/187] Compiling SwiftParser Lexer.swift
[151/187] Compiling SwiftParser RegexLiteralLexer.swift
[152/187] Compiling SwiftParser UnicodeScalarExtensions.swift
[153/187] Compiling SwiftParser Lookahead.swift
[154/187] Compiling SwiftParser LoopProgressCondition.swift
[155/187] Compiling SwiftParser TokenSpec.swift
[156/187] Compiling SwiftParser TokenSpecSet.swift
[157/187] Compiling SwiftParser TopLevel.swift
[158/187] Compiling SwiftParser TriviaParser.swift
[159/187] Compiling SwiftParser Types.swift
[164/187] Compiling SwiftParser Declarations.swift
[165/187] Compiling SwiftParser Directives.swift
[166/187] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[167/187] Compiling SwiftParser Expressions.swift
[168/187] Compiling SwiftParser IncrementalParseTransition.swift
[169/187] Compiling SwiftParser IsValidIdentifier.swift
[170/187] Compiling SwiftParser Cursor.swift
[171/187] Compiling SwiftParser Lexeme.swift
[172/187] Compiling SwiftParser ExperimentalFeatures.swift
[173/187] Compiling SwiftParser IsLexerClassified.swift
[174/187] Compiling SwiftParser LayoutNodes+Parsable.swift
[175/187] Compiling SwiftParser Parser+TokenSpecSet.swift
[176/187] Compiling SwiftParser TokenSpecStaticMembers.swift
[177/188] Wrapping AST for SwiftParser for debugging
[179/211] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[180/212] Compiling SwiftOperators OperatorTable.swift
[181/212] Compiling SwiftOperators PrecedenceGraph.swift
[182/212] Compiling SwiftOperators PrecedenceGroup.swift
[183/213] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[184/213] Compiling SwiftOperators OperatorTable+Semantics.swift
[185/213] Compiling SwiftOperators SyntaxSynthesis.swift
[186/213] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[187/213] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[188/213] Compiling SwiftOperators OperatorTable+Folding.swift
[189/213] Emitting module SwiftOperators
[190/213] Compiling SwiftParserDiagnostics MissingNodesError.swift
[191/213] Compiling SwiftParserDiagnostics MissingTokenError.swift
[193/214] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[194/214] Compiling SwiftParserDiagnostics Utils.swift
[195/214] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[195/214] Wrapping AST for SwiftOperators for debugging
[197/214] Emitting module SwiftParserDiagnostics
[198/214] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[199/214] Compiling SwiftParserDiagnostics PresenceUtils.swift
[202/214] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[203/214] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[206/215] Wrapping AST for SwiftParserDiagnostics for debugging
[208/230] Compiling SwiftSyntaxBuilder Indenter.swift
[209/230] Compiling SwiftSyntaxBuilder ListBuilder.swift
[210/230] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[211/230] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[212/230] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[213/230] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[214/230] Emitting module SwiftSyntaxBuilder
[215/230] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[216/230] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[217/231] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[218/231] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[219/231] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[220/231] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[221/231] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[222/231] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[223/231] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[224/232] Wrapping AST for SwiftSyntaxBuilder for debugging
[226/249] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[227/249] Compiling SwiftSyntaxMacros Macro+Format.swift
[228/251] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[229/251] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[230/251] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[231/251] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[232/251] Compiling SwiftSyntaxMacros Macro.swift
[233/251] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[234/251] Compiling SwiftSyntaxMacros AccessorMacro.swift
[235/251] Compiling SwiftSyntaxMacros AttachedMacro.swift
[236/251] Compiling SwiftSyntaxMacros BodyMacro.swift
[237/251] Compiling SwiftSyntaxMacros MemberMacro.swift
[238/251] Compiling SwiftSyntaxMacros PeerMacro.swift
[239/251] Emitting module SwiftSyntaxMacros
[240/251] Compiling SwiftSyntaxMacros PreambleMacro.swift
[241/251] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[242/251] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[243/251] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[244/251] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
[245/252] Wrapping AST for SwiftSyntaxMacros for debugging
[247/261] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[248/262] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[249/262] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[250/262] Emitting module SwiftSyntaxMacroExpansion
[251/262] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[252/262] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[253/262] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[254/262] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[255/262] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[256/262] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[257/263] Wrapping AST for SwiftSyntaxMacroExpansion for debugging
[259/275] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[260/275] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[261/275] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[262/276] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[263/276] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[264/276] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[265/276] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[266/276] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[267/276] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[268/276] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[269/276] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[270/276] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[271/276] Emitting module SwiftCompilerPluginMessageHandling
[272/277] Wrapping AST for SwiftCompilerPluginMessageHandling for debugging
[274/279] Emitting module SwiftCompilerPlugin
[275/279] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[276/280] Wrapping AST for SwiftCompilerPlugin for debugging
[278/289] Compiling CodableWrapperMacros ErrorHandling.swift
[279/290] Compiling CodableWrapperMacros CodingKeyTypes.swift
[280/290] Emitting module CodableWrapperMacros
[281/290] Compiling CodableWrapperMacros CodableWrapperMacros.swift
[282/290] Compiling CodableWrapperMacros CodingKeyMacros.swift
[283/290] Compiling CodableWrapperMacros TypeMacroContainers.swift
[284/290] Compiling CodableWrapperMacros DebuggingHelpers.swift
[285/290] Compiling CodableWrapperMacros CodingKeysGenerator.swift
[286/290] Compiling CodableWrapperMacros ConvenienceExtensions.swift
[287/290] Compiling CodableWrapperMacros DiagnosticConvenience.swift
[288/291] Wrapping AST for CodableWrapperMacros for debugging
[289/291] Write Objects.LinkFileList
[290/291] Linking CodableWrapperMacros-tool
[292/308] Compiling CodableWrappers TransientCoding.swift
[293/308] Compiling CodableWrappers BoolCoding.swift
[294/310] Compiling CodableWrappers NullEncoding.swift
[295/310] Compiling CodableWrappers StaticCoding.swift
[296/310] Compiling CodableWrappers CodableMacros.swift
[297/310] Compiling CodableWrappers ConveienceAdherence.swift
[298/310] Compiling CodableWrappers CustomWrappers.swift
[299/310] Emitting module CodableWrappers
[300/310] Compiling CodableWrappers DataCoding.swift
[301/310] Compiling CodableWrappers DateCoding.swift
[302/310] Compiling CodableWrappers ImmutableWrapper.swift
[303/310] Compiling CodableWrappers OmitCodingWrappers.swift
[304/310] Compiling CodableWrappers FloatingPointCoding.swift
[305/310] Compiling CodableWrappers NilFiltering.swift
[306/310] Compiling CodableWrappers Deprecations.swift
[307/310] Compiling CodableWrappers EmptyDefaults.swift
[308/310] Compiling CodableWrappers FallbackCoding.swift
[309/310] Compiling CodableWrappers OptionalWrappers.swift
[310/310] Compiling CodableWrappers StaticCodingWrappers.swift
Build complete! (130.04s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "nimble",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "13.0.0",
            "upper_bound" : "14.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Quick/Nimble.git"
    },
    {
      "identity" : "quick",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "7.6.0",
            "upper_bound" : "8.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Quick/Quick.git"
    },
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "508.0.0",
            "upper_bound" : "600.0.2"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-syntax.git"
    }
  ],
  "manifest_display_name" : "CodableWrappers",
  "name" : "CodableWrappers",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "11.0"
    },
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "tvos",
      "version" : "14.0"
    },
    {
      "name" : "watchos",
      "version" : "7.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "14.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "CodableWrappers",
      "targets" : [
        "CodableWrappers"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "CodableWrapperMacros",
      "targets" : [
        "CodableWrapperMacros"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "swift_languages_versions" : [
    "6",
    "5"
  ],
  "targets" : [
    {
      "c99name" : "IntegrationTests",
      "module_type" : "SwiftTarget",
      "name" : "IntegrationTests",
      "path" : "Tests/IntegrationTests",
      "product_dependencies" : [
        "Quick",
        "Nimble",
        "SwiftSyntaxMacrosTestSupport"
      ],
      "sources" : [
        "IntegrationTests.swift"
      ],
      "target_dependencies" : [
        "CodableWrapperMacros",
        "CodableWrappers"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CodableWrappersTests",
      "module_type" : "SwiftTarget",
      "name" : "CodableWrappersTests",
      "path" : "Tests/CodableWrappersTests",
      "product_dependencies" : [
        "Quick",
        "Nimble"
      ],
      "sources" : [
        "CompositionTests.swift",
        "Decoder/BoolDecodingTests.swift",
        "Decoder/CustomFloatingPointDecoderTests.swift",
        "Decoder/DataDecodingTests.swift",
        "Decoder/DateDecodingTests.swift",
        "Decoder/DecodingTestSpec.swift",
        "Decoder/EmptyDefaultsDecodingTests.swift",
        "Decoder/LossyCollectionDecodingTests.swift",
        "Decoder/OptionalDecodingTests.swift",
        "Encoder/BoolEncodingTests.swift",
        "Encoder/CustomFloatingPointEncoderTests.swift",
        "Encoder/DataEncodingTests.swift",
        "Encoder/DateEncodingTests.swift",
        "Encoder/EmptyDefaultsEncodingTests.swift",
        "Encoder/EncodingTestSpec.swift",
        "Encoder/NullEncodingTests.swift",
        "Encoder/OptionalEncodingTests.swift",
        "EqualLinesPredicate.swift",
        "Other/OtherTests.swift",
        "PartialImplementationTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "CodableWrappers"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CodableWrappers",
      "module_type" : "SwiftTarget",
      "name" : "CodableWrappers",
      "path" : "Sources/CodableWrappers",
      "product_memberships" : [
        "CodableWrappers"
      ],
      "sources" : [
        "CodableMacros/CodableMacros.swift",
        "Convenience/ConveienceAdherence.swift",
        "Convenience/CustomWrappers.swift",
        "Convenience/Deprecations.swift",
        "Convenience/EmptyDefaults.swift",
        "Core/FallbackCoding.swift",
        "Core/ImmutableWrapper.swift",
        "Core/OmitCodingWrappers.swift",
        "Core/OptionalWrappers.swift",
        "Core/StaticCodingWrappers.swift",
        "Core/TransientCoding.swift",
        "StaticCoders/BoolCoding.swift",
        "StaticCoders/DataCoding.swift",
        "StaticCoders/DateCoding.swift",
        "StaticCoders/FloatingPointCoding.swift",
        "StaticCoders/NilFiltering.swift",
        "StaticCoders/NullEncoding.swift",
        "StaticCoders/StaticCoding.swift"
      ],
      "target_dependencies" : [
        "CodableWrapperMacros"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CodableWrapperMacrosTests",
      "module_type" : "SwiftTarget",
      "name" : "CodableWrapperMacrosTests",
      "path" : "Tests/CodableWrapperMacrosTests",
      "product_dependencies" : [
        "Quick",
        "Nimble",
        "SwiftSyntaxMacrosTestSupport"
      ],
      "sources" : [
        "CodingKeyMacroErrorTests.swift",
        "CodingKeyMacroTests.swift",
        "CodingKeyPredicate.swift",
        "CodingKeyPrefixSuffixTests.swift",
        "Helpers.swift",
        "KeyConverterTests.swift",
        "TestMacros.swift"
      ],
      "target_dependencies" : [
        "CodableWrapperMacros"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CodableWrapperMacros",
      "module_type" : "SwiftTarget",
      "name" : "CodableWrapperMacros",
      "path" : "Sources/CodableWrapperMacros",
      "product_dependencies" : [
        "SwiftSyntaxMacros",
        "SwiftCompilerPlugin"
      ],
      "product_memberships" : [
        "CodableWrappers",
        "CodableWrapperMacros"
      ],
      "sources" : [
        "CodableWrapperMacros.swift",
        "CodingKeys/CodingKeyMacros.swift",
        "CodingKeys/CodingKeyTypes.swift",
        "CodingKeys/CodingKeysGenerator.swift",
        "Convenience/ConvenienceExtensions.swift",
        "Convenience/DebuggingHelpers.swift",
        "Convenience/DiagnosticConvenience.swift",
        "ErrorHandling.swift",
        "TypeMacroContainers.swift"
      ],
      "type" : "macro"
    }
  ],
  "tools_version" : "5.9"
}
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:081dcf4fb829aea9d08447f4790431afbdfbcc335bfeed728ca69c6f181ae2aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Done.