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 FuturedMacros, reference 0.1.1 (fb1502), with Swift 6.0 for macOS (SPM) on 3 Jan 2025 16:23:39 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.60.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/futuredapp/futured-macros.git
Reference: 0.1.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/futuredapp/futured-macros
 * tag               0.1.1      -> FETCH_HEAD
HEAD is now at fb1502d Merge pull request #4 from futuredapp/feature/Enable-multiple-IDs-per-destination
Cloned https://github.com/futuredapp/futured-macros.git
Revision (git rev-parse @):
fb1502d43bcc738348e8aaaebed4e3c3fd7c6874
SUCCESS checkout https://github.com/futuredapp/futured-macros.git at 0.1.1
Fetching https://github.com/apple/swift-syntax.git
[1/67687] Fetching swift-syntax
Fetched https://github.com/apple/swift-syntax.git from cache (2.98s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 509.1.1 (3.17s)
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
========================================
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": "futured-macros",
      "name": "FuturedMacros",
      "url": "https://github.com/futuredapp/futured-macros.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/futured-macros",
      "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/futuredapp/futured-macros.git
[1/73] Fetching futured-macros
Fetched https://github.com/futuredapp/futured-macros.git from cache (0.72s)
Fetching https://github.com/apple/swift-syntax.git from cache
Fetched https://github.com/apple/swift-syntax.git from cache (0.97s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 509.1.1 (0.02s)
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/futuredapp/futured-macros.git
Working copy of https://github.com/futuredapp/futured-macros.git resolved at 0.1.1 (fb1502d)
warning: '.resolve-product-dependencies': dependency 'futured-macros' 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/futuredapp/futured-macros.git
https://github.com/futuredapp/futured-macros.git
{
  "dependencies" : [
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "509.0.0",
            "upper_bound" : "510.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-syntax.git"
    }
  ],
  "manifest_display_name" : "FuturedMacros",
  "name" : "FuturedMacros",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "FuturedMacros",
      "targets" : [
        "EnumIdentable"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "EnumIdentableMacros",
      "targets" : [
        "EnumIdentableMacros"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "EnumIdentableTests",
      "module_type" : "SwiftTarget",
      "name" : "EnumIdentableTests",
      "path" : "Tests/EnumIdentableTests",
      "product_dependencies" : [
        "SwiftSyntaxMacrosTestSupport"
      ],
      "sources" : [
        "EnumIdentableTests.swift"
      ],
      "target_dependencies" : [
        "EnumIdentableMacros"
      ],
      "type" : "test"
    },
    {
      "c99name" : "EnumIdentableMacros",
      "module_type" : "SwiftTarget",
      "name" : "EnumIdentableMacros",
      "path" : "Sources/EnumIdentableMacros",
      "product_dependencies" : [
        "SwiftSyntaxMacros",
        "SwiftCompilerPlugin"
      ],
      "product_memberships" : [
        "FuturedMacros",
        "EnumIdentableMacros"
      ],
      "sources" : [
        "EnumIdentableMacro.swift"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "EnumIdentable",
      "module_type" : "SwiftTarget",
      "name" : "EnumIdentable",
      "path" : "Sources/EnumIdentable",
      "product_memberships" : [
        "FuturedMacros"
      ],
      "sources" : [
        "EnumIdentable.swift"
      ],
      "target_dependencies" : [
        "EnumIdentableMacros"
      ],
      "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/17] Write sources
[14/17] Write swift-version-5BDAB9E9C0126B9D.txt
[16/19] Compiling SwiftSyntax509 Empty.swift
[17/19] Emitting module SwiftSyntax509
[18/65] Compiling SwiftSyntax AbsolutePosition.swift
[19/65] Compiling SwiftSyntax Assert.swift
[20/65] Compiling SwiftSyntax BumpPtrAllocator.swift
[21/65] Compiling SwiftSyntax CommonAncestor.swift
[22/65] Compiling SwiftSyntax Convenience.swift
[23/70] Compiling SwiftSyntax Syntax.swift
[24/70] Compiling SwiftSyntax SyntaxArena.swift
[25/70] Compiling SwiftSyntax SyntaxChildren.swift
[26/70] Compiling SwiftSyntax SyntaxCollection.swift
[27/70] Compiling SwiftSyntax SyntaxData.swift
[28/70] Compiling SwiftSyntax RawSyntaxTokenView.swift
[29/70] Compiling SwiftSyntax SourceLength.swift
[30/70] Compiling SwiftSyntax SourceLocation.swift
[31/70] Compiling SwiftSyntax SourcePresence.swift
[32/70] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[33/70] Compiling SwiftSyntax MemoryLayout.swift
[34/70] Compiling SwiftSyntax MissingNodeInitializers.swift
[35/70] Compiling SwiftSyntax RawSyntax.swift
[36/70] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[37/70] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[38/70] Compiling SwiftSyntax SyntaxText.swift
[39/70] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[40/70] Compiling SwiftSyntax TokenDiagnostic.swift
[41/70] Compiling SwiftSyntax TokenSyntax.swift
[42/70] Compiling SwiftSyntax Trivia.swift
[43/70] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[44/70] Compiling SwiftSyntax SyntaxBaseNodes.swift
[45/70] Compiling SwiftSyntax SyntaxCollections.swift
[46/70] Compiling SwiftSyntax SyntaxEnum.swift
[47/70] Compiling SwiftSyntax SyntaxKind.swift
[48/70] Emitting module SwiftSyntax
[49/70] Compiling SwiftSyntax Tokens.swift
[50/70] Compiling SwiftSyntax TriviaPieces.swift
[51/70] Compiling SwiftSyntax RawSyntaxNodes.swift
[52/70] Compiling SwiftSyntax RawSyntaxValidation.swift
[53/70] Compiling SwiftSyntax SyntaxDeclNodes.swift
[54/70] Compiling SwiftSyntax SyntaxExprNodes.swift
[55/70] Compiling SwiftSyntax SyntaxNodes.swift
[56/70] Compiling SwiftSyntax SyntaxPatternNodes.swift
[57/70] Compiling SwiftSyntax SyntaxStmtNodes.swift
[58/70] Compiling SwiftSyntax SyntaxTypeNodes.swift
[59/70] Compiling SwiftSyntax Utils.swift
[60/70] Compiling SwiftSyntax ChildNameForKeyPath.swift
[61/70] Compiling SwiftSyntax Keyword.swift
[62/70] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[63/70] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[64/70] Compiling SwiftSyntax SyntaxRewriter.swift
[65/70] Compiling SwiftSyntax SyntaxTraits.swift
[66/70] Compiling SwiftSyntax SyntaxTransform.swift
[67/70] Compiling SwiftSyntax SyntaxVisitor.swift
[68/70] Compiling SwiftSyntax TokenKind.swift
[69/122] Compiling SwiftDiagnostics Message.swift
[70/122] Compiling SwiftDiagnostics Note.swift
[71/122] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[72/122] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[73/122] Compiling SwiftBasicFormat Syntax+Extensions.swift
[74/122] Compiling SwiftDiagnostics FixIt.swift
[75/122] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[76/122] Emitting module SwiftDiagnostics
[77/122] Compiling SwiftDiagnostics Convenience.swift
[78/122] Compiling SwiftDiagnostics Diagnostic.swift
[79/122] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[80/122] Emitting module SwiftBasicFormat
[81/122] Compiling SwiftBasicFormat BasicFormat.swift
[82/122] Compiling SwiftParser Statements.swift
[83/122] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[84/122] Compiling SwiftParser StringLiterals.swift
[85/122] Compiling SwiftParser SwiftParserCompatibility.swift
[86/122] Compiling SwiftParser Names.swift
[87/122] Compiling SwiftParser Nominals.swift
[88/122] Compiling SwiftParser Parameters.swift
[89/122] Compiling SwiftParser ParseSourceFile.swift
[90/126] Compiling SwiftParser Parser.swift
[91/126] Compiling SwiftParser Patterns.swift
[92/126] Compiling SwiftParser Recovery.swift
[93/126] Compiling SwiftParser Specifiers.swift
[94/126] Compiling SwiftParser UnicodeScalarExtensions.swift
[95/126] Compiling SwiftParser Lookahead.swift
[96/126] Compiling SwiftParser LoopProgressCondition.swift
[97/126] Compiling SwiftParser Modifiers.swift
[98/126] Compiling SwiftParser SyntaxUtils.swift
[99/126] Compiling SwiftParser TokenConsumer.swift
[100/126] Compiling SwiftParser TokenPrecedence.swift
[101/126] Compiling SwiftParser TokenSpec.swift
[102/126] Compiling SwiftParser TokenSpecSet.swift
[103/126] Compiling SwiftParser TopLevel.swift
[104/126] Compiling SwiftParser TriviaParser.swift
[105/126] Compiling SwiftParser Types.swift
[106/126] Emitting module SwiftParser
[107/126] Compiling SwiftParser Lexeme.swift
[108/126] Compiling SwiftParser LexemeSequence.swift
[109/126] Compiling SwiftParser Lexer.swift
[110/126] Compiling SwiftParser RegexLiteralLexer.swift
[111/126] Compiling SwiftParser Directives.swift
[112/126] Compiling SwiftParser ExperimentalFeatures.swift
[113/126] Compiling SwiftParser Expressions.swift
[114/126] Compiling SwiftParser IncrementalParseTransition.swift
[115/126] Compiling SwiftParser Cursor.swift
[116/126] Compiling SwiftParser Attributes.swift
[117/126] Compiling SwiftParser Availability.swift
[118/126] Compiling SwiftParser CharacterInfo.swift
[119/126] Compiling SwiftParser CollectionNodes+Parsable.swift
[120/126] Compiling SwiftParser Declarations.swift
[121/126] Compiling SwiftParser IsLexerClassified.swift
[122/126] Compiling SwiftParser LayoutNodes+Parsable.swift
[123/126] Compiling SwiftParser Parser+TokenSpecSet.swift
[124/126] Compiling SwiftParser TokenSpecStaticMembers.swift
[125/149] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[126/150] Compiling SwiftOperators PrecedenceGroup.swift
[127/151] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[128/151] Compiling SwiftOperators PrecedenceGraph.swift
[129/151] Compiling SwiftOperators OperatorTable.swift
[130/151] Compiling SwiftOperators SyntaxSynthesis.swift
[131/151] Compiling SwiftOperators OperatorTable+Defaults.swift
[132/151] Compiling SwiftOperators OperatorTable+Folding.swift
[133/151] Compiling SwiftOperators OperatorError.swift
[134/151] Compiling SwiftOperators Operator.swift
[135/151] Compiling SwiftOperators OperatorTable+Semantics.swift
[136/151] Emitting module SwiftOperators
[137/151] Compiling SwiftOperators OperatorError+Diagnostics.swift
[138/151] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[139/151] Compiling SwiftParserDiagnostics Utils.swift
[140/151] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[141/151] Compiling SwiftParserDiagnostics PresenceUtils.swift
[142/151] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[143/151] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[144/151] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[145/151] Emitting module SwiftParserDiagnostics
[146/151] Compiling SwiftParserDiagnostics MissingNodesError.swift
[147/151] Compiling SwiftParserDiagnostics MissingTokenError.swift
[148/151] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[149/151] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[150/165] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[151/165] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[152/165] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[153/165] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[154/165] Emitting module SwiftSyntaxBuilder
[155/165] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[156/165] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[157/165] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[158/165] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[159/165] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[160/165] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[161/165] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[162/165] Compiling SwiftSyntaxBuilder Indenter.swift
[163/165] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[164/166] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[165/180] Compiling SwiftSyntaxMacros Macro.swift
[166/180] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[167/180] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[168/180] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[169/180] Compiling SwiftSyntaxMacros MemberMacro.swift
[170/180] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[171/180] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[172/180] Compiling SwiftSyntaxMacros Macro+Format.swift
[173/180] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[174/181] Compiling SwiftSyntaxMacros AccessorMacro.swift
[175/181] Compiling SwiftSyntaxMacros AttachedMacro.swift
[176/181] Emitting module SwiftSyntaxMacros
[177/181] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[178/181] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[179/181] Compiling SwiftSyntaxMacros PeerMacro.swift
[180/189] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[181/189] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[182/189] Emitting module SwiftSyntaxMacroExpansion
[183/189] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[184/189] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[185/189] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[186/189] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[187/189] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[188/196] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[189/196] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[190/196] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[191/196] Emitting module SwiftCompilerPluginMessageHandling
[192/196] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[193/196] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[194/196] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[195/198] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[196/198] Emitting module SwiftCompilerPlugin
[197/200] Compiling EnumIdentableMacros EnumIdentableMacro.swift
[198/200] Emitting module EnumIdentableMacros
[198/200] Write Objects.LinkFileList
[199/200] Linking EnumIdentableMacros-tool
[201/202] Emitting module EnumIdentable
[202/202] Compiling EnumIdentable EnumIdentable.swift
Build complete! (47.66s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "509.0.0",
            "upper_bound" : "510.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-syntax.git"
    }
  ],
  "manifest_display_name" : "FuturedMacros",
  "name" : "FuturedMacros",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "FuturedMacros",
      "targets" : [
        "EnumIdentable"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "EnumIdentableMacros",
      "targets" : [
        "EnumIdentableMacros"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "EnumIdentableTests",
      "module_type" : "SwiftTarget",
      "name" : "EnumIdentableTests",
      "path" : "Tests/EnumIdentableTests",
      "product_dependencies" : [
        "SwiftSyntaxMacrosTestSupport"
      ],
      "sources" : [
        "EnumIdentableTests.swift"
      ],
      "target_dependencies" : [
        "EnumIdentableMacros"
      ],
      "type" : "test"
    },
    {
      "c99name" : "EnumIdentableMacros",
      "module_type" : "SwiftTarget",
      "name" : "EnumIdentableMacros",
      "path" : "Sources/EnumIdentableMacros",
      "product_dependencies" : [
        "SwiftSyntaxMacros",
        "SwiftCompilerPlugin"
      ],
      "product_memberships" : [
        "FuturedMacros",
        "EnumIdentableMacros"
      ],
      "sources" : [
        "EnumIdentableMacro.swift"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "EnumIdentable",
      "module_type" : "SwiftTarget",
      "name" : "EnumIdentable",
      "path" : "Sources/EnumIdentable",
      "product_memberships" : [
        "FuturedMacros"
      ],
      "sources" : [
        "EnumIdentable.swift"
      ],
      "target_dependencies" : [
        "EnumIdentableMacros"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.