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 VDAnimation, reference 2.4.0 (6eb071), with Swift 6.0 for macOS (SPM) on 14 Apr 2025 16:45:34 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/dankinsoid/VDAnimation.git
Reference: 2.4.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/dankinsoid/VDAnimation
 * tag               2.4.0      -> FETCH_HEAD
HEAD is now at 6eb071f feat: Add `Tweenable` conformance to various common types for enhanced animation support
Cloned https://github.com/dankinsoid/VDAnimation.git
Revision (git rev-parse @):
6eb071f28a2c47da20a5c3b0a5c904282329827a
SUCCESS checkout https://github.com/dankinsoid/VDAnimation.git at 2.4.0
Fetching https://github.com/apple/swift-syntax.git
[1/70098] Fetching swift-syntax
Fetched https://github.com/apple/swift-syntax.git from cache (3.20s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 600.0.1 (3.36s)
Creating working copy for https://github.com/apple/swift-syntax.git
Working copy of https://github.com/apple/swift-syntax.git resolved at 600.0.1
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "vdanimation",
      "name": "VDAnimation",
      "url": "https://github.com/dankinsoid/VDAnimation.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/VDAnimation",
      "dependencies": [
        {
          "identity": "swift-syntax",
          "name": "swift-syntax",
          "url": "https://github.com/apple/swift-syntax.git",
          "version": "600.0.1",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-syntax",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/dankinsoid/VDAnimation.git
[1/2888] Fetching vdanimation
Fetched https://github.com/dankinsoid/VDAnimation.git from cache (1.79s)
Fetching https://github.com/apple/swift-syntax.git from cache
Fetched https://github.com/apple/swift-syntax.git from cache (0.84s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 600.0.1 (0.04s)
Creating working copy for https://github.com/apple/swift-syntax.git
Working copy of https://github.com/apple/swift-syntax.git resolved at 600.0.1
Creating working copy for https://github.com/dankinsoid/VDAnimation.git
Working copy of https://github.com/dankinsoid/VDAnimation.git resolved at 2.4.0 (6eb071f)
warning: '.resolve-product-dependencies': dependency 'vdanimation' is not used by any target
Found 1 product dependencies
  - swift-syntax
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/dankinsoid/VDAnimation.git
https://github.com/dankinsoid/VDAnimation.git
{
  "dependencies" : [
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "600.0.0",
            "upper_bound" : "601.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-syntax.git"
    }
  ],
  "manifest_display_name" : "VDAnimation",
  "name" : "VDAnimation",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "VDAnimation",
      "targets" : [
        "VDAnimation"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "VDAnimationMacros",
      "targets" : [
        "VDAnimationMacros"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "VDAnimationTests",
      "module_type" : "SwiftTarget",
      "name" : "VDAnimationTests",
      "path" : "Tests/VDAnimationTests",
      "sources" : [
        "VDAnimationTests.swift"
      ],
      "target_dependencies" : [
        "VDAnimation"
      ],
      "type" : "test"
    },
    {
      "c99name" : "VDAnimationMacros",
      "module_type" : "SwiftTarget",
      "name" : "VDAnimationMacros",
      "path" : "Sources/VDAnimationMacros",
      "product_dependencies" : [
        "SwiftSyntaxMacros",
        "SwiftCompilerPlugin"
      ],
      "product_memberships" : [
        "VDAnimation",
        "VDAnimationMacros"
      ],
      "sources" : [
        "Tweenable.swift",
        "Utils/StringError.swift",
        "Utils/SyntaxExt.swift",
        "VDAnimationMacrosPlugin.swift"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "VDAnimation",
      "module_type" : "SwiftTarget",
      "name" : "VDAnimation",
      "path" : "Sources/VDAnimation",
      "product_memberships" : [
        "VDAnimation"
      ],
      "sources" : [
        "AnimationDriver.swift",
        "CADisplayLink+Motion.swift",
        "CodableTweenable.swift",
        "CodingKeys.swift",
        "Colors+Spaces.swift",
        "Curve.swift",
        "Extensions.swift",
        "Motion.swift",
        "MotionBuilder.swift",
        "Path+lerp.swift",
        "Tween.swift",
        "Tweenable.swift",
        "TweenableMacro.swift",
        "Views/AnimatedView.swift",
        "Views/WithMotion.swift"
      ],
      "target_dependencies" : [
        "VDAnimationMacros"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/20] Write sources
[16/20] Compiling _SwiftSyntaxCShims dummy.c
[17/20] Write swift-version-5BDAB9E9C0126B9D.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[19/26] 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
[20/26] Compiling SwiftSyntax600 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)
[21/26] 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
[22/26] Compiling SwiftSyntax509 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)
[23/26] 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
<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 ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
[0/1] Planning build
Building for debugging...
[0/3] Write swift-version-5BDAB9E9C0126B9D.txt
[2/9] Compiling SwiftSyntax509 Empty.swift
[3/9] Emitting module SwiftSyntax509
[4/9] Compiling SwiftSyntax510 Empty.swift
[5/9] Emitting module SwiftSyntax510
[6/9] Compiling SwiftSyntax600 Empty.swift
[7/9] Emitting module SwiftSyntax600
[8/74] Compiling SwiftSyntax AbsolutePosition.swift
[9/74] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[10/74] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[11/74] Compiling SwiftSyntax Assert.swift
[12/74] Compiling SwiftSyntax BumpPtrAllocator.swift
[13/74] Compiling SwiftSyntax CommonAncestor.swift
[14/74] Compiling SwiftSyntax Convenience.swift
[15/74] Compiling SwiftSyntax CustomTraits.swift
[16/81] Compiling SwiftSyntax SyntaxProtocol.swift
[17/81] Compiling SwiftSyntax SyntaxText.swift
[18/81] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[19/81] Compiling SwiftSyntax TokenDiagnostic.swift
[20/81] Compiling SwiftSyntax TokenSequence.swift
[21/81] Compiling SwiftSyntax TokenSyntax.swift
[22/81] Compiling SwiftSyntax Trivia.swift
[23/81] Emitting module SwiftSyntax
[24/81] Compiling SwiftSyntax Tokens.swift
[25/81] Compiling SwiftSyntax TriviaPieces.swift
[26/81] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[27/81] Compiling SwiftSyntax RawSyntaxNodesC.swift
[28/81] Compiling SwiftSyntax RawSyntaxNodesD.swift
[29/81] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[30/81] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[31/81] Compiling SwiftSyntax SourceEdit.swift
[32/81] Compiling SwiftSyntax SourceLength.swift
[33/81] Compiling SwiftSyntax SourceLocation.swift
[34/81] Compiling SwiftSyntax SourcePresence.swift
[35/81] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[36/81] Compiling SwiftSyntax Syntax.swift
[37/81] Compiling SwiftSyntax SyntaxArena.swift
[38/81] Compiling SwiftSyntax SyntaxCollections.swift
[39/81] Compiling SwiftSyntax SyntaxEnum.swift
[40/81] Compiling SwiftSyntax SyntaxKind.swift
[41/81] Compiling SwiftSyntax SyntaxRewriter.swift
[42/81] Compiling SwiftSyntax SyntaxTraits.swift
[43/81] Compiling SwiftSyntax SyntaxVisitor.swift
[44/81] Compiling SwiftSyntax TokenKind.swift
[45/81] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
[46/81] Compiling SwiftSyntax RawSyntaxNodesOP.swift
[47/81] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
[48/81] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[49/81] Compiling SwiftSyntax RawSyntaxValidation.swift
[50/81] Compiling SwiftSyntax SyntaxNodesAB.swift
[51/81] Compiling SwiftSyntax SyntaxNodesC.swift
[52/81] Compiling SwiftSyntax Identifier.swift
[53/81] Compiling SwiftSyntax MemoryLayout.swift
[54/81] Compiling SwiftSyntax MissingNodeInitializers.swift
[55/81] Compiling SwiftSyntax RawSyntax.swift
[56/81] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[57/81] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[58/81] Compiling SwiftSyntax RawSyntaxTokenView.swift
[59/81] Compiling SwiftSyntax SyntaxArenaAllocatedBuffer.swift
[60/81] Compiling SwiftSyntax SyntaxChildren.swift
[61/81] Compiling SwiftSyntax SyntaxCollection.swift
[62/81] Compiling SwiftSyntax SyntaxHashable.swift
[63/81] Compiling SwiftSyntax SyntaxIdentifier.swift
[64/81] Compiling SwiftSyntax SyntaxNodeFactory.swift
[65/81] Compiling SwiftSyntax SyntaxNodeStructure.swift
[66/81] Compiling SwiftSyntax Utils.swift
[67/81] Compiling SwiftSyntax ChildNameForKeyPath.swift
[68/81] Compiling SwiftSyntax Keyword.swift
[69/81] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[70/81] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[71/81] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[72/81] Compiling SwiftSyntax SyntaxBaseNodes.swift
[73/81] Compiling SwiftSyntax SyntaxNodesD.swift
[74/81] Compiling SwiftSyntax SyntaxNodesEF.swift
[75/81] Compiling SwiftSyntax SyntaxNodesGHI.swift
[76/81] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[77/81] Compiling SwiftSyntax SyntaxNodesOP.swift
[78/81] Compiling SwiftSyntax SyntaxNodesQRS.swift
[79/81] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[80/139] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[81/139] Compiling SwiftBasicFormat Syntax+Extensions.swift
[82/139] Compiling SwiftBasicFormat InferIndentation.swift
[83/139] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[84/139] Compiling SwiftDiagnostics FixIt.swift
[85/139] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[86/139] Compiling SwiftDiagnostics Message.swift
[87/140] Emitting module SwiftDiagnostics
[88/140] Compiling SwiftBasicFormat BasicFormat.swift
[89/140] Emitting module SwiftBasicFormat
[90/140] Compiling SwiftDiagnostics Note.swift
[91/140] Compiling SwiftDiagnostics BasicDiagnosticDecorator.swift
[92/140] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[93/140] Compiling SwiftDiagnostics ANSIDiagnosticDecorator.swift
[94/140] Compiling SwiftDiagnostics Diagnostic.swift
[95/140] Compiling SwiftDiagnostics Convenience.swift
[96/140] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[97/140] Compiling SwiftParser TopLevel.swift
[98/140] Compiling SwiftParser TriviaParser.swift
[99/140] Compiling SwiftParser Types.swift
[100/140] Compiling SwiftParser ExperimentalFeatures.swift
[101/144] Emitting module SwiftParser
[102/144] Compiling SwiftParser UnicodeScalarExtensions.swift
[103/144] Compiling SwiftParser Lookahead.swift
[104/144] Compiling SwiftParser LoopProgressCondition.swift
[105/144] Compiling SwiftParser Modifiers.swift
[106/144] Compiling SwiftParser Names.swift
[107/144] Compiling SwiftParser TokenConsumer.swift
[108/144] Compiling SwiftParser TokenPrecedence.swift
[109/144] Compiling SwiftParser TokenSpec.swift
[110/144] Compiling SwiftParser TokenSpecSet.swift
[111/144] Compiling SwiftParser StringLiterals.swift
[112/144] Compiling SwiftParser SwiftParserCompatibility.swift
[113/144] Compiling SwiftParser SwiftVersion.swift
[114/144] Compiling SwiftParser SyntaxUtils.swift
[115/144] Compiling SwiftParser Nominals.swift
[116/144] Compiling SwiftParser Parameters.swift
[117/144] Compiling SwiftParser ParseSourceFile.swift
[118/144] Compiling SwiftParser Parser.swift
[119/144] Compiling SwiftParser Patterns.swift
[120/144] Compiling SwiftParser Recovery.swift
[121/144] Compiling SwiftParser Specifiers.swift
[122/144] Compiling SwiftParser Statements.swift
[123/144] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[124/144] Compiling SwiftParser Attributes.swift
[125/144] Compiling SwiftParser Availability.swift
[126/144] Compiling SwiftParser CharacterInfo.swift
[127/144] Compiling SwiftParser CollectionNodes+Parsable.swift
[128/144] Compiling SwiftParser Declarations.swift
[129/144] Compiling SwiftParser Directives.swift
[130/144] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[131/144] Compiling SwiftParser Expressions.swift
[132/144] Compiling SwiftParser IncrementalParseTransition.swift
[133/144] Compiling SwiftParser IsValidIdentifier.swift
[134/144] Compiling SwiftParser Cursor.swift
[135/144] Compiling SwiftParser Lexeme.swift
[136/144] Compiling SwiftParser LexemeSequence.swift
[137/144] Compiling SwiftParser Lexer.swift
[138/144] Compiling SwiftParser RegexLiteralLexer.swift
[139/144] Compiling SwiftParser IsLexerClassified.swift
[140/144] Compiling SwiftParser LayoutNodes+Parsable.swift
[141/144] Compiling SwiftParser Parser+TokenSpecSet.swift
[142/144] Compiling SwiftParser TokenSpecStaticMembers.swift
[143/167] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[144/168] Compiling SwiftOperators PrecedenceGroup.swift
[145/169] Compiling SwiftOperators Operator.swift
[146/169] Compiling SwiftOperators PrecedenceGraph.swift
[147/169] Compiling SwiftOperators OperatorTable.swift
[148/169] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[149/169] Emitting module SwiftOperators
[150/169] Compiling SwiftOperators OperatorTable+Semantics.swift
[151/169] Compiling SwiftOperators SyntaxSynthesis.swift
[152/169] Compiling SwiftOperators OperatorTable+Defaults.swift
[153/169] Compiling SwiftOperators OperatorError.swift
[154/169] Compiling SwiftOperators OperatorTable+Folding.swift
[155/169] Compiling SwiftOperators OperatorError+Diagnostics.swift
[156/169] Compiling SwiftParserDiagnostics Utils.swift
[157/169] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[158/169] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[159/169] Compiling SwiftParserDiagnostics PresenceUtils.swift
[160/169] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[161/169] Compiling SwiftParserDiagnostics MissingNodesError.swift
[162/169] Compiling SwiftParserDiagnostics MissingTokenError.swift
[163/169] Emitting module SwiftParserDiagnostics
[164/169] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[165/169] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[166/169] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[167/169] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[168/184] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[169/184] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[170/185] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[171/185] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[172/185] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[173/185] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[174/185] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[175/185] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[176/185] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[177/185] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[178/185] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[179/185] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[180/185] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[181/185] Emitting module SwiftSyntaxBuilder
[182/185] Compiling SwiftSyntaxBuilder Indenter.swift
[183/185] Compiling SwiftSyntaxBuilder ListBuilder.swift
[184/203] Compiling SwiftSyntaxMacros Macro.swift
[185/203] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[186/203] Compiling SwiftSyntaxMacros PreambleMacro.swift
[187/204] Compiling SwiftSyntaxMacros AttachedMacro.swift
[188/204] Compiling SwiftSyntaxMacros BodyMacro.swift
[189/204] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[190/204] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[191/204] Compiling SwiftSyntaxMacros MemberMacro.swift
[192/204] Compiling SwiftSyntaxMacros PeerMacro.swift
[193/204] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[194/204] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[195/204] Emitting module SwiftSyntaxMacros
[196/204] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
[197/204] Compiling SwiftSyntaxMacros AccessorMacro.swift
[198/204] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[199/204] Compiling SwiftSyntaxMacros Macro+Format.swift
[200/204] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[201/204] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[202/204] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[203/214] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[204/214] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[205/214] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[206/214] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[207/214] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[208/214] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[209/214] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[210/214] Emitting module SwiftSyntaxMacroExpansion
[211/214] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[212/214] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[213/226] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[214/227] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[215/227] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[216/227] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[217/227] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[218/227] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[219/227] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[220/227] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[221/227] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[222/227] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[223/227] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[224/227] Emitting module SwiftCompilerPluginMessageHandling
[225/227] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[226/229] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[227/229] Emitting module SwiftCompilerPlugin
[228/234] Compiling VDAnimationMacros VDAnimationMacrosPlugin.swift
[229/234] Compiling VDAnimationMacros StringError.swift
[230/234] Compiling VDAnimationMacros Tweenable.swift
[231/234] Emitting module VDAnimationMacros
[232/234] Compiling VDAnimationMacros SyntaxExt.swift
[232/234] Write Objects.LinkFileList
[233/234] Linking VDAnimationMacros-tool
[235/249] Compiling VDAnimation CodableTweenable.swift
[236/249] Compiling VDAnimation CodingKeys.swift
[237/250] Compiling VDAnimation TweenableMacro.swift
[238/250] Compiling VDAnimation Tweenable.swift
[239/250] Compiling VDAnimation MotionBuilder.swift
[240/250] Compiling VDAnimation Path+lerp.swift
[241/250] Compiling VDAnimation Tween.swift
[242/250] Compiling VDAnimation AnimationDriver.swift
[243/250] Compiling VDAnimation CADisplayLink+Motion.swift
[244/250] Compiling VDAnimation Extensions.swift
[245/250] Compiling VDAnimation Motion.swift
[246/250] Compiling VDAnimation Colors+Spaces.swift
[247/250] Compiling VDAnimation Curve.swift
[248/250] Emitting module VDAnimation
[249/250] Compiling VDAnimation AnimatedView.swift
[250/250] Compiling VDAnimation WithMotion.swift
Build complete! (34.27s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "600.0.0",
            "upper_bound" : "601.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-syntax.git"
    }
  ],
  "manifest_display_name" : "VDAnimation",
  "name" : "VDAnimation",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "VDAnimation",
      "targets" : [
        "VDAnimation"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "VDAnimationMacros",
      "targets" : [
        "VDAnimationMacros"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "VDAnimationTests",
      "module_type" : "SwiftTarget",
      "name" : "VDAnimationTests",
      "path" : "Tests/VDAnimationTests",
      "sources" : [
        "VDAnimationTests.swift"
      ],
      "target_dependencies" : [
        "VDAnimation"
      ],
      "type" : "test"
    },
    {
      "c99name" : "VDAnimationMacros",
      "module_type" : "SwiftTarget",
      "name" : "VDAnimationMacros",
      "path" : "Sources/VDAnimationMacros",
      "product_dependencies" : [
        "SwiftSyntaxMacros",
        "SwiftCompilerPlugin"
      ],
      "product_memberships" : [
        "VDAnimation",
        "VDAnimationMacros"
      ],
      "sources" : [
        "Tweenable.swift",
        "Utils/StringError.swift",
        "Utils/SyntaxExt.swift",
        "VDAnimationMacrosPlugin.swift"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "VDAnimation",
      "module_type" : "SwiftTarget",
      "name" : "VDAnimation",
      "path" : "Sources/VDAnimation",
      "product_memberships" : [
        "VDAnimation"
      ],
      "sources" : [
        "AnimationDriver.swift",
        "CADisplayLink+Motion.swift",
        "CodableTweenable.swift",
        "CodingKeys.swift",
        "Colors+Spaces.swift",
        "Curve.swift",
        "Extensions.swift",
        "Motion.swift",
        "MotionBuilder.swift",
        "Path+lerp.swift",
        "Tween.swift",
        "Tweenable.swift",
        "TweenableMacro.swift",
        "Views/AnimatedView.swift",
        "Views/WithMotion.swift"
      ],
      "target_dependencies" : [
        "VDAnimationMacros"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.