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 3.1.0 (44140b), with Swift 6.0 for Linux on 7 Jan 2025 08:39:24 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.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: 3.1.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/GottaGetSwifty/CodableWrappers
 * tag               3.1.0      -> FETCH_HEAD
HEAD is now at 44140bf Strict Concurrency additions and Documentation updates (#55)
Cloned https://github.com/GottaGetSwifty/CodableWrappers.git
Revision (git rev-parse @):
44140bf929cc1de185db824a20c027385a640ce4
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/GottaGetSwifty/CodableWrappers.git at 3.1.0
========================================
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-4606859-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/Quick/Nimble.git
Fetching https://github.com/swiftlang/swift-syntax.git
[1/14743] Fetching quick
[5162/34294] Fetching quick, nimble
[15265/102005] Fetching quick, nimble, swift-syntax
Fetched https://github.com/Quick/Quick.git from cache (4.48s)
Fetched https://github.com/Quick/Nimble.git from cache (4.51s)
Fetched https://github.com/swiftlang/swift-syntax.git from cache (4.52s)
Computing version for https://github.com/Quick/Quick.git
Computed https://github.com/Quick/Quick.git at 7.6.2 (0.64s)
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.40s)
[5457/12401] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser.git from cache (0.69s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.0 (2.51s)
Fetching https://github.com/apple/swift-numerics.git
[1/5576] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.58s)
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.87s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.2 (0.91s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 600.0.1 (0.88s)
Computing version for https://github.com/Quick/Nimble.git
Computed https://github.com/Quick/Nimble.git at 13.7.1 (0.65s)
Fetching https://github.com/mattgallagher/CwlPreconditionTesting.git
[1/1257] Fetching cwlpreconditiontesting
Fetched https://github.com/mattgallagher/CwlPreconditionTesting.git from cache (0.26s)
Computing version for https://github.com/mattgallagher/CwlPreconditionTesting.git
Computed https://github.com/mattgallagher/CwlPreconditionTesting.git at 2.2.2 (0.89s)
Fetching https://github.com/mattgallagher/CwlCatchException.git
[1/455] Fetching cwlcatchexception
Fetched https://github.com/mattgallagher/CwlCatchException.git from cache (0.23s)
Computing version for https://github.com/mattgallagher/CwlCatchException.git
Computed https://github.com/mattgallagher/CwlCatchException.git at 2.2.1 (0.88s)
Creating working copy for https://github.com/mattgallagher/CwlCatchException.git
Working copy of https://github.com/mattgallagher/CwlCatchException.git resolved at 2.2.1
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/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/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/Nimble.git
Working copy of https://github.com/Quick/Nimble.git resolved at 13.7.1
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/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-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.2
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 SwiftSyntax510
[25/46] Compiling SwiftSyntax510 Empty.swift
[27/47] Emitting module SwiftSyntax509
[28/47] Compiling SwiftSyntax509 Empty.swift
[28/48] Wrapping AST for SwiftSyntax510 for debugging
[31/48] Compiling SwiftSyntax600 Empty.swift
[32/48] Emitting module SwiftSyntax600
[32/49] Wrapping AST for SwiftSyntax509 for debugging
[34/49] Wrapping AST for SwiftSyntax600 for debugging
[36/113] Compiling SwiftSyntax AbsolutePosition.swift
[37/113] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[38/113] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[39/113] Compiling SwiftSyntax Assert.swift
[40/113] Compiling SwiftSyntax BumpPtrAllocator.swift
[41/113] Compiling SwiftSyntax CommonAncestor.swift
[42/113] Compiling SwiftSyntax Convenience.swift
[43/113] Compiling SwiftSyntax CustomTraits.swift
[44/113] Compiling SwiftSyntax Identifier.swift
[45/121] Compiling SwiftSyntax SourcePresence.swift
[46/121] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[47/121] Compiling SwiftSyntax Syntax.swift
[48/121] Compiling SwiftSyntax SyntaxArena.swift
[49/121] Compiling SwiftSyntax SyntaxArenaAllocatedBuffer.swift
[50/121] Compiling SwiftSyntax SyntaxChildren.swift
[51/121] Compiling SwiftSyntax SyntaxCollection.swift
[52/121] Compiling SwiftSyntax SyntaxHashable.swift
[53/121] Compiling SwiftSyntax SyntaxIdentifier.swift
[54/121] Compiling SwiftSyntax SyntaxNodeFactory.swift
[55/121] Compiling SwiftSyntax SyntaxNodeStructure.swift
[56/121] Compiling SwiftSyntax SyntaxProtocol.swift
[57/121] Compiling SwiftSyntax SyntaxText.swift
[58/121] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[59/121] Compiling SwiftSyntax TokenDiagnostic.swift
[60/121] Compiling SwiftSyntax TokenSequence.swift
[61/121] Compiling SwiftSyntax TokenSyntax.swift
[62/121] Compiling SwiftSyntax Trivia.swift
[63/121] Compiling SwiftSyntax MemoryLayout.swift
[64/121] Compiling SwiftSyntax MissingNodeInitializers.swift
[65/121] Compiling SwiftSyntax RawSyntax.swift
[66/121] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[67/121] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[68/121] Compiling SwiftSyntax RawSyntaxTokenView.swift
[69/121] Compiling SwiftSyntax SourceEdit.swift
[70/121] Compiling SwiftSyntax SourceLength.swift
[71/121] Compiling SwiftSyntax SourceLocation.swift
[72/121] Emitting module SwiftSyntax
[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 RawSyntaxNodesD.swift
[83/121] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[84/121] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[85/121] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
[86/121] Compiling SwiftSyntax RawSyntaxNodesOP.swift
[87/121] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
[88/121] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[89/121] Compiling SwiftSyntax RawSyntaxValidation.swift
[90/121] Compiling SwiftSyntax SyntaxNodesAB.swift
[91/121] Compiling SwiftSyntax Utils.swift
[92/121] Compiling SwiftSyntax ChildNameForKeyPath.swift
[93/121] Compiling SwiftSyntax Keyword.swift
[94/121] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[95/121] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[96/121] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[97/121] Compiling SwiftSyntax SyntaxBaseNodes.swift
[98/121] Compiling SwiftSyntax SyntaxCollections.swift
[99/121] Compiling SwiftSyntax SyntaxEnum.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] Compiling SwiftDiagnostics Message.swift
[111/180] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[112/180] Compiling SwiftParser Attributes.swift
[113/180] Compiling SwiftParser Availability.swift
[114/180] Compiling SwiftBasicFormat Syntax+Extensions.swift
[115/180] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[116/180] Compiling SwiftDiagnostics Note.swift
[117/180] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[118/180] Compiling SwiftBasicFormat InferIndentation.swift
[119/180] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[120/180] Compiling SwiftParser CharacterInfo.swift
[121/180] Compiling SwiftParser CollectionNodes+Parsable.swift
[122/180] Compiling SwiftDiagnostics FixIt.swift
[123/180] Emitting module SwiftDiagnostics
[124/180] Compiling SwiftDiagnostics DiagnosticsFormatter.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] Compiling SwiftParser Modifiers.swift
[132/182] Compiling SwiftParser Names.swift
[133/182] Compiling SwiftParser Nominals.swift
[134/182] Compiling SwiftParser Parameters.swift
[135/182] Compiling SwiftParser ParseSourceFile.swift
[136/182] Compiling SwiftParser Parser.swift
[137/187] Compiling SwiftParser LexemeSequence.swift
[138/187] Compiling SwiftParser Lexer.swift
[139/187] Compiling SwiftParser RegexLiteralLexer.swift
[140/187] Compiling SwiftParser UnicodeScalarExtensions.swift
[141/187] Compiling SwiftParser Lookahead.swift
[142/187] Compiling SwiftParser LoopProgressCondition.swift
[143/187] Compiling SwiftParser SwiftParserCompatibility.swift
[144/187] Compiling SwiftParser SwiftVersion.swift
[145/187] Compiling SwiftParser SyntaxUtils.swift
[146/187] Compiling SwiftParser TokenConsumer.swift
[147/187] Compiling SwiftParser TokenPrecedence.swift
[148/187] Compiling SwiftParser Patterns.swift
[149/187] Compiling SwiftParser Recovery.swift
[150/187] Compiling SwiftParser Specifiers.swift
[151/187] Compiling SwiftParser Statements.swift
[152/187] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[153/187] Compiling SwiftParser StringLiterals.swift
[154/187] Compiling SwiftParser TokenSpec.swift
[155/187] Compiling SwiftParser TokenSpecSet.swift
[156/187] Compiling SwiftParser TopLevel.swift
[157/187] Compiling SwiftParser TriviaParser.swift
[158/187] Compiling SwiftParser Types.swift
[159/187] Emitting module SwiftParser
[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 SwiftOperators PrecedenceGroup.swift
[180/212] Compiling SwiftOperators OperatorError.swift
[181/212] Compiling SwiftOperators OperatorTable+Defaults.swift
[182/212] Compiling SwiftOperators Operator.swift
[183/212] Compiling SwiftOperators OperatorError+Diagnostics.swift
[184/212] Compiling SwiftOperators PrecedenceGraph.swift
[185/212] Compiling SwiftOperators OperatorTable.swift
[186/212] Compiling SwiftOperators SyntaxSynthesis.swift
[187/212] Compiling SwiftOperators OperatorTable+Semantics.swift
[188/212] Compiling SwiftOperators OperatorTable+Folding.swift
[189/212] Emitting module SwiftOperators
[190/213] Wrapping AST for SwiftOperators for debugging
[192/213] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[193/213] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[194/213] Compiling SwiftParserDiagnostics Utils.swift
[195/213] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[196/214] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[197/214] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[198/214] Compiling SwiftParserDiagnostics PresenceUtils.swift
[201/214] Emitting module SwiftParserDiagnostics
[202/214] Compiling SwiftParserDiagnostics MissingNodesError.swift
[203/214] Compiling SwiftParserDiagnostics MissingTokenError.swift
[206/215] Wrapping AST for SwiftParserDiagnostics for debugging
[208/230] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[209/230] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[210/231] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[211/231] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[212/231] Compiling SwiftSyntaxBuilder Indenter.swift
[213/231] Compiling SwiftSyntaxBuilder ListBuilder.swift
[214/231] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[215/231] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[216/231] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[217/231] Emitting module SwiftSyntaxBuilder
[218/231] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[219/231] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[220/231] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[221/231] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[222/231] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[223/231] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[224/232] Wrapping AST for SwiftSyntaxBuilder for debugging
[226/249] Compiling SwiftSyntaxMacros Macro.swift
[227/249] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[228/249] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[229/249] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[230/249] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[231/249] Compiling SwiftSyntaxMacros Macro+Format.swift
[232/249] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[233/249] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[234/249] Compiling SwiftSyntaxMacros MemberMacro.swift
[235/249] Compiling SwiftSyntaxMacros PeerMacro.swift
[236/249] Compiling SwiftSyntaxMacros AccessorMacro.swift
[237/249] Compiling SwiftSyntaxMacros AttachedMacro.swift
[238/249] Compiling SwiftSyntaxMacros BodyMacro.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 MacroExpansionDiagnosticMessages.swift
[248/262] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[249/262] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[250/262] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[251/262] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[252/262] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[253/262] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[254/262] Emitting module SwiftSyntaxMacroExpansion
[255/262] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[256/262] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[257/263] Wrapping AST for SwiftSyntaxMacroExpansion for debugging
[259/275] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[260/275] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[261/276] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[262/276] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[263/276] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[264/276] Emitting module SwiftCompilerPluginMessageHandling
[265/276] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[266/276] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[267/276] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[268/276] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[269/276] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[270/276] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[271/276] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[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 CodingKeysGenerator.swift
[279/289] Compiling CodableWrapperMacros ConvenienceExtensions.swift
[280/290] Compiling CodableWrapperMacros CodableWrapperMacros.swift
[281/290] Compiling CodableWrapperMacros CodingKeyMacros.swift
[282/290] Emitting module CodableWrapperMacros
[283/290] Compiling CodableWrapperMacros CodingKeyTypes.swift
[284/290] Compiling CodableWrapperMacros TypeMacroContainers.swift
[285/290] Compiling CodableWrapperMacros DebuggingHelpers.swift
[286/290] Compiling CodableWrapperMacros ErrorHandling.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 DataCoding.swift
[293/308] Compiling CodableWrappers DateCoding.swift
[294/310] Compiling CodableWrappers CodableMacros.swift
[295/310] Compiling CodableWrappers ConveienceAdherence.swift
[296/310] Compiling CodableWrappers CustomWrappers.swift
[297/310] Compiling CodableWrappers NullEncoding.swift
[298/310] Compiling CodableWrappers StaticCoding.swift
[299/310] Emitting module CodableWrappers
[300/310] Compiling CodableWrappers FloatingPointCoding.swift
[301/310] Compiling CodableWrappers NilFiltering.swift
[302/310] Compiling CodableWrappers TransientCoding.swift
[303/310] Compiling CodableWrappers BoolCoding.swift
[304/310] Compiling CodableWrappers Deprecations.swift
[305/310] Compiling CodableWrappers EmptyDefaults.swift
[306/310] Compiling CodableWrappers FallbackCoding.swift
[307/310] Compiling CodableWrappers ImmutableWrapper.swift
[308/310] Compiling CodableWrappers OmitCodingWrappers.swift
[309/310] Compiling CodableWrappers OptionalWrappers.swift
[310/310] Compiling CodableWrappers StaticCodingWrappers.swift
Build complete! (128.90s)
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.