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.0 for macOS (SPM) on 29 Nov 2024 13:55:57 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.1.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.58.1
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/66684] Fetching swift-syntax
Fetched https://github.com/apple/swift-syntax.git from cache (3.28s)
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 (3.09s)
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.65s)
Fetching https://github.com/apple/swift-syntax.git from cache
Fetched https://github.com/apple/swift-syntax.git from cache (0.93s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 509.1.1 (0.67s)
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.0
Building package at path:  $PWD
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.1.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--7754E27361AE5C74.txt
[15/60] Compiling SwiftSyntax AbsolutePosition.swift
[16/60] Compiling SwiftSyntax Assert.swift
[17/60] Compiling SwiftSyntax BumpPtrAllocator.swift
[18/60] Compiling SwiftSyntax CommonAncestor.swift
[19/60] Compiling SwiftSyntax IncrementalParseTransition.swift
[20/60] Compiling SwiftSyntax RawSyntaxTokenView.swift
[21/60] Compiling SwiftSyntax SourceLength.swift
[22/60] Compiling SwiftSyntax SourceLocation.swift
[23/60] Compiling SwiftSyntax SourcePresence.swift
[24/60] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[25/60] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[26/60] Compiling SwiftSyntax TokenDiagnostic.swift
[27/60] Compiling SwiftSyntax TokenSyntax.swift
[28/60] Compiling SwiftSyntax Trivia.swift
[29/60] Compiling SwiftSyntax Utils.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] Compiling SwiftSyntax Syntax.swift
[36/64] Compiling SwiftSyntax SyntaxArena.swift
[37/64] Compiling SwiftSyntax SyntaxChildren.swift
[38/64] Compiling SwiftSyntax SyntaxData.swift
[39/64] Compiling SwiftSyntax SyntaxText.swift
[40/64] Compiling SwiftSyntax SyntaxEnum.swift
[41/64] Compiling SwiftSyntax SyntaxKind.swift
[42/64] Compiling SwiftSyntax SyntaxRewriter.swift
[43/64] Compiling SwiftSyntax SyntaxTraits.swift
[44/64] Compiling SwiftSyntax SyntaxTransform.swift
[45/64] Compiling SwiftSyntax SyntaxVisitor.swift
[46/64] Compiling SwiftSyntax TokenKind.swift
[47/64] Compiling SwiftSyntax Tokens.swift
[48/64] Compiling SwiftSyntax TriviaPieces.swift
[49/64] Emitting module SwiftSyntax
[50/64] Compiling SwiftSyntax ChildNameForKeyPath.swift
[51/64] Compiling SwiftSyntax Keyword.swift
[52/64] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[53/64] Compiling SwiftSyntax SyntaxBaseNodes.swift
[54/64] Compiling SwiftSyntax SyntaxCollections.swift
[55/64] Compiling SwiftSyntax SyntaxNodes.swift
[56/64] Compiling SwiftSyntax SyntaxPatternNodes.swift
[57/64] Compiling SwiftSyntax SyntaxStmtNodes.swift
[58/64] Compiling SwiftSyntax SyntaxTypeNodes.swift
[59/64] Compiling SwiftSyntax RawSyntaxNodes.swift
[60/64] Compiling SwiftSyntax RawSyntaxValidation.swift
[61/64] Compiling SwiftSyntax SyntaxDeclNodes.swift
[62/64] Compiling SwiftSyntax SyntaxExprNodes.swift
[63/112] Compiling SwiftDiagnostics Message.swift
[64/112] Compiling SwiftDiagnostics Note.swift
[65/112] Compiling SwiftBasicFormat BasicFormat+Extensions.swift
[66/112] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[67/112] Compiling SwiftDiagnostics FixIt.swift
[68/112] Compiling SwiftDiagnostics Diagnostic.swift
[69/112] Emitting module SwiftDiagnostics
[70/112] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[71/112] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[72/112] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[73/112] Emitting module SwiftBasicFormat
[74/112] Compiling SwiftBasicFormat BasicFormat.swift
[75/112] Compiling SwiftParser Lookahead.swift
[76/112] Compiling SwiftParser LoopProgressCondition.swift
[77/112] Compiling SwiftParser Modifiers.swift
[78/112] Compiling SwiftParser Names.swift
[79/115] Compiling SwiftParser Nominals.swift
[80/115] Compiling SwiftParser Parameters.swift
[81/115] Compiling SwiftParser Parser.swift
[82/115] Compiling SwiftParser Patterns.swift
[83/115] Compiling SwiftParser StringLiterals.swift
[84/115] Compiling SwiftParser SyntaxUtils.swift
[85/115] Compiling SwiftParser TokenConsumer.swift
[86/115] Compiling SwiftParser TokenPrecedence.swift
[87/115] Compiling SwiftParser LexemeSequence.swift
[88/115] Compiling SwiftParser Lexer.swift
[89/115] Compiling SwiftParser RegexLiteralLexer.swift
[90/115] Compiling SwiftParser UnicodeScalarExtensions.swift
[91/115] Compiling SwiftParser Types.swift
[92/115] Compiling SwiftParser DeclarationModifier.swift
[93/115] Compiling SwiftParser IsLexerClassified.swift
[94/115] Compiling SwiftParser TokenSpec.swift
[95/115] Compiling SwiftParser TokenSpecSet.swift
[96/115] Compiling SwiftParser TopLevel.swift
[97/115] Compiling SwiftParser TriviaParser.swift
[98/115] Compiling SwiftParser Parser+Entry.swift
[99/115] Compiling SwiftParser TokenSpecStaticMembers.swift
[100/115] Compiling SwiftParser TypeAttribute.swift
[101/115] Emitting module SwiftParser
[102/115] Compiling SwiftParser Recovery.swift
[103/115] Compiling SwiftParser Specifiers.swift
[104/115] Compiling SwiftParser Statements.swift
[105/115] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[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 SwiftOperators PrecedenceGroup.swift
[115/139] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[116/140] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[117/140] Compiling SwiftOperators PrecedenceGraph.swift
[118/140] Compiling SwiftOperators SyntaxSynthesis.swift
[119/140] Compiling SwiftOperators OperatorTable.swift
[120/140] Compiling SwiftOperators Operator.swift
[121/140] Compiling SwiftOperators OperatorError.swift
[122/140] Compiling SwiftOperators OperatorTable+Defaults.swift
[123/140] Compiling SwiftOperators OperatorError+Diagnostics.swift
[124/140] Compiling SwiftOperators OperatorTable+Semantics.swift
[125/140] Emitting module SwiftOperators
[126/140] Compiling SwiftOperators OperatorTable+Folding.swift
[127/140] Compiling SwiftParserDiagnostics PresenceUtils.swift
[128/140] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[129/140] Compiling SwiftParserDiagnostics Utils.swift
[130/140] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[131/140] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[132/140] Emitting module SwiftParserDiagnostics
[133/140] Compiling SwiftParserDiagnostics MissingNodesError.swift
[134/140] Compiling SwiftParserDiagnostics MissingTokenError.swift
[135/140] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[136/140] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[137/140] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[138/140] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[139/151] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[140/152] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[141/152] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[142/152] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[143/152] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[144/152] Compiling SwiftSyntaxBuilder Indenter.swift
[145/152] Emitting module SwiftSyntaxBuilder
[146/152] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[147/152] Compiling SwiftSyntaxBuilder BuildableCollectionNodes.swift
[148/152] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[149/152] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[150/152] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[151/171] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[152/171] Compiling SwiftSyntaxMacros Macro+Format.swift
[153/172] Compiling SwiftSyntaxMacros Syntax+MacroEvaluation.swift
[154/172] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[155/172] Compiling SwiftSyntaxMacros BasicMacroExpansionContext.swift
[156/172] Compiling SwiftSyntaxMacros MemberMacro.swift
[157/172] Compiling SwiftSyntaxMacros PeerMacro.swift
[158/172] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[159/172] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[160/172] Compiling SwiftSyntaxMacros AccessorMacro.swift
[161/172] Compiling SwiftSyntaxMacros AttachedMacro.swift
[162/172] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[163/172] Compiling SwiftSyntaxMacros ConformanceMacro.swift
[164/172] Compiling SwiftSyntaxMacros FunctionParameterUtils.swift
[165/172] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[166/172] Compiling SwiftSyntaxMacros MacroReplacement.swift
[167/172] Compiling SwiftSyntaxMacros MacroSystem.swift
[168/172] Compiling SwiftSyntaxMacros Macro.swift
[169/172] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[170/172] Emitting module SwiftSyntaxMacros
[171/174] Emitting module SwiftSyntaxMacroExpansion
[172/174] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[173/180] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[174/180] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[175/180] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[176/180] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[177/180] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[178/180] Emitting module SwiftCompilerPluginMessageHandling
[179/182] Emitting module SwiftCompilerPlugin
[180/182] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[181/185] Compiling SymbolMacroPlugin FixIt.swift
[182/185] Compiling SymbolMacroPlugin SymbolMacroPlugin.swift
[183/185] Emitting module SymbolMacroPlugin
[183/185] Write Objects.LinkFileList
[184/185] Linking SymbolMacroPlugin-tool
[186/187] Emitting module SymbolMacro
[187/187] Compiling SymbolMacro SymbolMacro.swift
Build complete! (54.96s)
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.