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 SymbolMacro, reference 1.0.0 (17c943), with Swift 6.1 for macOS (SPM) on 27 Apr 2025 14:31:05 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Finnvoor/SymbolMacro.git
Reference: 1.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Finnvoor/SymbolMacro
 * tag               1.0.0      -> FETCH_HEAD
HEAD is now at 17c9430 Create LICENSE
Cloned https://github.com/Finnvoor/SymbolMacro.git
Revision (git rev-parse @):
17c9430c75c273f8d0d502a14846db9bbda186a7
SUCCESS checkout https://github.com/Finnvoor/SymbolMacro.git at 1.0.0
Fetching https://github.com/apple/swift-syntax.git
[1/70233] Fetching swift-syntax
Fetched https://github.com/apple/swift-syntax.git from cache (3.22s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 509.0.0-swift-DEVELOPMENT-SNAPSHOT-2023-06-05-a (4.50s)
Creating working copy for https://github.com/apple/swift-syntax.git
Working copy of https://github.com/apple/swift-syntax.git resolved at 509.0.0-swift-DEVELOPMENT-SNAPSHOT-2023-06-05-a
========================================
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": "symbolmacro",
      "name": "SymbolMacro",
      "url": "https://github.com/Finnvoor/SymbolMacro.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SymbolMacro",
      "dependencies": [
        {
          "identity": "swift-syntax",
          "name": "swift-syntax",
          "url": "https://github.com/apple/swift-syntax.git",
          "version": "509.1.1",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-syntax",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/Finnvoor/SymbolMacro.git
[1/47] Fetching symbolmacro
Fetched https://github.com/Finnvoor/SymbolMacro.git from cache (0.63s)
Fetching https://github.com/apple/swift-syntax.git from cache
Fetched https://github.com/apple/swift-syntax.git from cache (0.79s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 509.1.1 (1.51s)
Creating working copy for https://github.com/apple/swift-syntax.git
Working copy of https://github.com/apple/swift-syntax.git resolved at 509.1.1
Creating working copy for https://github.com/Finnvoor/SymbolMacro.git
Working copy of https://github.com/Finnvoor/SymbolMacro.git resolved at 1.0.0 (17c9430)
warning: '.resolve-product-dependencies': dependency 'symbolmacro' is not used by any target
Found 1 product dependencies
  - swift-syntax
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/Finnvoor/SymbolMacro.git
https://github.com/Finnvoor/SymbolMacro.git
{
  "dependencies" : [
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "509.0.0-swift-5.9-DEVELOPMENT-SNAPSHOT-2023-04-25-b",
            "upper_bound" : "510.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-syntax.git"
    }
  ],
  "manifest_display_name" : "SymbolMacro",
  "name" : "SymbolMacro",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "11.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "SymbolMacro",
      "targets" : [
        "SymbolMacro"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SymbolMacroPlugin",
      "targets" : [
        "SymbolMacroPlugin"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SymbolMacroTests",
      "module_type" : "SwiftTarget",
      "name" : "SymbolMacroTests",
      "path" : "Tests/SymbolMacroTests",
      "product_dependencies" : [
        "SwiftSyntaxMacrosTestSupport"
      ],
      "sources" : [
        "SymbolMacroTests.swift"
      ],
      "target_dependencies" : [
        "SymbolMacroPlugin"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SymbolMacroPlugin",
      "module_type" : "SwiftTarget",
      "name" : "SymbolMacroPlugin",
      "path" : "Sources/SymbolMacroPlugin",
      "product_dependencies" : [
        "SwiftSyntax",
        "SwiftSyntaxMacros",
        "SwiftCompilerPlugin"
      ],
      "product_memberships" : [
        "SymbolMacro",
        "SymbolMacroPlugin"
      ],
      "sources" : [
        "FixIt.swift",
        "SymbolMacroPlugin.swift"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "SymbolMacro",
      "module_type" : "SwiftTarget",
      "name" : "SymbolMacro",
      "path" : "Sources/SymbolMacro",
      "product_memberships" : [
        "SymbolMacro"
      ],
      "sources" : [
        "SymbolMacro.swift"
      ],
      "target_dependencies" : [
        "SymbolMacroPlugin"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/16] Write sources
[13/16] Write swift-version-2F0A5646E1D333AE.txt
[15/60] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[16/60] Compiling SwiftSyntax TokenDiagnostic.swift
[17/60] Compiling SwiftSyntax TokenSyntax.swift
[18/60] Compiling SwiftSyntax Trivia.swift
[19/60] Compiling SwiftSyntax Utils.swift
[20/64] Compiling SwiftSyntax RawSyntaxTokenView.swift
[21/64] Compiling SwiftSyntax SourceLength.swift
[22/64] Compiling SwiftSyntax SourceLocation.swift
[23/64] Compiling SwiftSyntax SourcePresence.swift
[24/64] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[25/64] Compiling SwiftSyntax AbsolutePosition.swift
[26/64] Compiling SwiftSyntax Assert.swift
[27/64] Compiling SwiftSyntax BumpPtrAllocator.swift
[28/64] Compiling SwiftSyntax CommonAncestor.swift
[29/64] Compiling SwiftSyntax IncrementalParseTransition.swift
[30/64] Compiling SwiftSyntax MemoryLayout.swift
[31/64] Compiling SwiftSyntax MissingNodeInitializers.swift
[32/64] Compiling SwiftSyntax RawSyntax.swift
[33/64] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[34/64] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[35/64] Emitting module SwiftSyntax
[36/64] Compiling SwiftSyntax SyntaxNodes.swift
[37/64] Compiling SwiftSyntax SyntaxPatternNodes.swift
[38/64] Compiling SwiftSyntax SyntaxStmtNodes.swift
[39/64] Compiling SwiftSyntax SyntaxTypeNodes.swift
[40/64] Compiling SwiftSyntax ChildNameForKeyPath.swift
[41/64] Compiling SwiftSyntax Keyword.swift
[42/64] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[43/64] Compiling SwiftSyntax SyntaxBaseNodes.swift
[44/64] Compiling SwiftSyntax SyntaxCollections.swift
[45/64] Compiling SwiftSyntax Syntax.swift
[46/64] Compiling SwiftSyntax SyntaxArena.swift
[47/64] Compiling SwiftSyntax SyntaxChildren.swift
[48/64] Compiling SwiftSyntax SyntaxData.swift
[49/64] Compiling SwiftSyntax SyntaxText.swift
[50/64] Compiling SwiftSyntax RawSyntaxNodes.swift
[51/64] Compiling SwiftSyntax RawSyntaxValidation.swift
[52/64] Compiling SwiftSyntax SyntaxDeclNodes.swift
[53/64] Compiling SwiftSyntax SyntaxExprNodes.swift
[54/64] Compiling SwiftSyntax SyntaxEnum.swift
[55/64] Compiling SwiftSyntax SyntaxKind.swift
[56/64] Compiling SwiftSyntax SyntaxRewriter.swift
[57/64] Compiling SwiftSyntax SyntaxTraits.swift
[58/64] Compiling SwiftSyntax SyntaxTransform.swift
[59/64] Compiling SwiftSyntax SyntaxVisitor.swift
[60/64] Compiling SwiftSyntax TokenKind.swift
[61/64] Compiling SwiftSyntax Tokens.swift
[62/64] Compiling SwiftSyntax TriviaPieces.swift
[63/112] Compiling SwiftDiagnostics Note.swift
[64/112] Compiling SwiftDiagnostics Message.swift
[65/112] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[66/112] Compiling SwiftBasicFormat BasicFormat+Extensions.swift
[67/112] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[68/112] Compiling SwiftBasicFormat BasicFormat.swift
[69/112] Emitting module SwiftBasicFormat
[70/112] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[71/112] Compiling SwiftDiagnostics Diagnostic.swift
[72/112] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[73/112] Compiling SwiftDiagnostics FixIt.swift
[74/112] Emitting module SwiftDiagnostics
[75/112] Compiling SwiftParser Types.swift
[76/112] Compiling SwiftParser DeclarationModifier.swift
[77/112] Compiling SwiftParser IsLexerClassified.swift
[78/115] Compiling SwiftParser LexemeSequence.swift
[79/115] Compiling SwiftParser Lexer.swift
[80/115] Compiling SwiftParser RegexLiteralLexer.swift
[81/115] Compiling SwiftParser UnicodeScalarExtensions.swift
[82/115] Compiling SwiftParser StringLiterals.swift
[83/115] Compiling SwiftParser SyntaxUtils.swift
[84/115] Compiling SwiftParser TokenConsumer.swift
[85/115] Compiling SwiftParser TokenPrecedence.swift
[86/115] Compiling SwiftParser TokenSpec.swift
[87/115] Compiling SwiftParser TokenSpecSet.swift
[88/115] Compiling SwiftParser TopLevel.swift
[89/115] Compiling SwiftParser TriviaParser.swift
[90/115] Compiling SwiftParser Lookahead.swift
[91/115] Compiling SwiftParser LoopProgressCondition.swift
[92/115] Compiling SwiftParser Modifiers.swift
[93/115] Compiling SwiftParser Names.swift
[94/115] Compiling SwiftParser Nominals.swift
[95/115] Compiling SwiftParser Parameters.swift
[96/115] Compiling SwiftParser Parser.swift
[97/115] Compiling SwiftParser Patterns.swift
[98/115] Compiling SwiftParser Recovery.swift
[99/115] Compiling SwiftParser Specifiers.swift
[100/115] Compiling SwiftParser Statements.swift
[101/115] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[102/115] Compiling SwiftParser Parser+Entry.swift
[103/115] Compiling SwiftParser TokenSpecStaticMembers.swift
[104/115] Compiling SwiftParser TypeAttribute.swift
[105/115] Emitting module SwiftParser
[106/115] Compiling SwiftParser Attributes.swift
[107/115] Compiling SwiftParser Availability.swift
[108/115] Compiling SwiftParser CharacterInfo.swift
[109/115] Compiling SwiftParser Declarations.swift
[110/115] Compiling SwiftParser Directives.swift
[111/115] Compiling SwiftParser Expressions.swift
[112/115] Compiling SwiftParser Cursor.swift
[113/115] Compiling SwiftParser Lexeme.swift
[114/138] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[115/138] Compiling SwiftParserDiagnostics Utils.swift
[116/138] Compiling SwiftOperators PrecedenceGroup.swift
[117/140] Compiling SwiftOperators PrecedenceGraph.swift
[118/140] Compiling SwiftOperators OperatorTable.swift
[119/140] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[120/140] Compiling SwiftOperators SyntaxSynthesis.swift
[121/140] Compiling SwiftOperators OperatorTable+Semantics.swift
[122/140] Compiling SwiftOperators OperatorTable+Defaults.swift
[123/140] Compiling SwiftOperators OperatorError.swift
[124/140] Compiling SwiftOperators Operator.swift
[125/140] Compiling SwiftOperators OperatorError+Diagnostics.swift
[126/140] Emitting module SwiftOperators
[127/140] Compiling SwiftOperators OperatorTable+Folding.swift
[128/140] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[129/140] Compiling SwiftParserDiagnostics PresenceUtils.swift
[130/140] Emitting module SwiftParserDiagnostics
[131/140] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[132/140] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[133/140] Compiling SwiftParserDiagnostics MissingNodesError.swift
[134/140] Compiling SwiftParserDiagnostics MissingTokenError.swift
[135/140] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[136/140] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[137/140] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[138/140] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[139/151] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[140/151] Compiling SwiftSyntaxBuilder BuildableCollectionNodes.swift
[141/151] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[142/151] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[143/151] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[144/151] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[145/151] Compiling SwiftSyntaxBuilder Indenter.swift
[146/151] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[147/151] Emitting module SwiftSyntaxBuilder
[148/151] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[149/151] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[150/152] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[151/171] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[152/171] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[153/171] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[154/171] Compiling SwiftSyntaxMacros ConformanceMacro.swift
[155/171] Compiling SwiftSyntaxMacros AccessorMacro.swift
[156/171] Compiling SwiftSyntaxMacros AttachedMacro.swift
[157/171] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[158/171] Compiling SwiftSyntaxMacros Macro+Format.swift
[159/172] Compiling SwiftSyntaxMacros FunctionParameterUtils.swift
[160/172] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[161/172] Emitting module SwiftSyntaxMacros
[162/172] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[163/172] Compiling SwiftSyntaxMacros BasicMacroExpansionContext.swift
[164/172] Compiling SwiftSyntaxMacros Syntax+MacroEvaluation.swift
[165/172] Compiling SwiftSyntaxMacros MemberMacro.swift
[166/172] Compiling SwiftSyntaxMacros PeerMacro.swift
[167/172] Compiling SwiftSyntaxMacros Macro.swift
[168/172] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[169/172] Compiling SwiftSyntaxMacros MacroReplacement.swift
[170/172] Compiling SwiftSyntaxMacros MacroSystem.swift
[171/174] Emitting module SwiftSyntaxMacroExpansion
[172/174] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[173/180] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[174/180] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[175/180] Emitting module SwiftCompilerPluginMessageHandling
[176/180] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[177/180] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[178/180] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[179/182] Emitting module SwiftCompilerPlugin
[180/182] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[181/185] Compiling SymbolMacroPlugin SymbolMacroPlugin.swift
[182/185] Emitting module SymbolMacroPlugin
[183/185] Compiling SymbolMacroPlugin FixIt.swift
[183/185] Write Objects.LinkFileList
[184/185] Linking SymbolMacroPlugin-tool
[186/187] Compiling SymbolMacro SymbolMacro.swift
[187/187] Emitting module SymbolMacro
Build complete! (29.12s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "509.0.0-swift-5.9-DEVELOPMENT-SNAPSHOT-2023-04-25-b",
            "upper_bound" : "510.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-syntax.git"
    }
  ],
  "manifest_display_name" : "SymbolMacro",
  "name" : "SymbolMacro",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "11.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "SymbolMacro",
      "targets" : [
        "SymbolMacro"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SymbolMacroPlugin",
      "targets" : [
        "SymbolMacroPlugin"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SymbolMacroTests",
      "module_type" : "SwiftTarget",
      "name" : "SymbolMacroTests",
      "path" : "Tests/SymbolMacroTests",
      "product_dependencies" : [
        "SwiftSyntaxMacrosTestSupport"
      ],
      "sources" : [
        "SymbolMacroTests.swift"
      ],
      "target_dependencies" : [
        "SymbolMacroPlugin"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SymbolMacroPlugin",
      "module_type" : "SwiftTarget",
      "name" : "SymbolMacroPlugin",
      "path" : "Sources/SymbolMacroPlugin",
      "product_dependencies" : [
        "SwiftSyntax",
        "SwiftSyntaxMacros",
        "SwiftCompilerPlugin"
      ],
      "product_memberships" : [
        "SymbolMacro",
        "SymbolMacroPlugin"
      ],
      "sources" : [
        "FixIt.swift",
        "SymbolMacroPlugin.swift"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "SymbolMacro",
      "module_type" : "SwiftTarget",
      "name" : "SymbolMacro",
      "path" : "Sources/SymbolMacro",
      "product_memberships" : [
        "SymbolMacro"
      ],
      "sources" : [
        "SymbolMacro.swift"
      ],
      "target_dependencies" : [
        "SymbolMacroPlugin"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.