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 Ragnarok, reference 1.0.2 (b18e0c), with Swift 6.1 for macOS (SPM) on 24 Apr 2025 16:47:03 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/bannzai/ragnarok.git
Reference: 1.0.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/bannzai/ragnarok
 * tag               1.0.2      -> FETCH_HEAD
HEAD is now at b18e0c8 Merge pull request #3 from bannzai/fix/function_decl/syntax_writer
Cloned https://github.com/bannzai/ragnarok.git
Revision (git rev-parse @):
b18e0c86521fa84b5bc60eba67bac1b92596f53b
SUCCESS checkout https://github.com/bannzai/ragnarok.git at 1.0.2
Fetching https://github.com/apple/swift-syntax.git
[1/70185] Fetching swift-syntax
Fetched https://github.com/apple/swift-syntax.git from cache (3.38s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 0.40200.0 (4.03s)
Creating working copy for https://github.com/apple/swift-syntax.git
Working copy of https://github.com/apple/swift-syntax.git resolved at 0.40200.0
========================================
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": "ragnarok",
      "name": "Ragnarok",
      "url": "https://github.com/bannzai/ragnarok.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/ragnarok",
      "dependencies": [
        {
          "identity": "swift-syntax",
          "name": "SwiftSyntax",
          "url": "https://github.com/apple/swift-syntax.git",
          "version": "0.50700.1",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-syntax",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/bannzai/ragnarok.git
[1/854] Fetching ragnarok
Fetched https://github.com/bannzai/ragnarok.git from cache (0.70s)
Fetching https://github.com/apple/swift-syntax.git from cache
Fetched https://github.com/apple/swift-syntax.git from cache (0.82s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 0.50700.1 (1.66s)
Creating working copy for https://github.com/apple/swift-syntax.git
Working copy of https://github.com/apple/swift-syntax.git resolved at 0.50700.1
Creating working copy for https://github.com/bannzai/ragnarok.git
Working copy of https://github.com/bannzai/ragnarok.git resolved at 1.0.2 (b18e0c8)
Downloading binary artifact https://github.com/apple/swift-syntax/releases/download/0.50700.1/_InternalSwiftSyntaxParser.xcframework.zip
[32750/20720765] Downloading https://github.com/apple/swift-syntax/releases/download/0.50700.1/_InternalSwiftSyntaxParser.xcframework.zip
Downloaded https://github.com/apple/swift-syntax/releases/download/0.50700.1/_InternalSwiftSyntaxParser.xcframework.zip (2.13s)
warning: 'ragnarok': the target name ragnarok has different case on the filesystem and the Package.swift manifest file
Found 1 product dependencies
  - SwiftSyntax
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/bannzai/ragnarok.git
https://github.com/bannzai/ragnarok.git
{
  "dependencies" : [
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.40200.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-syntax.git"
    }
  ],
  "manifest_display_name" : "Ragnarok",
  "name" : "Ragnarok",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "ragnarok",
      "targets" : [
        "ragnarok"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "RagnarokCore",
      "targets" : [
        "RagnarokCore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ragnarok",
      "module_type" : "SwiftTarget",
      "name" : "ragnarok",
      "path" : "Sources/ragnarok",
      "product_memberships" : [
        "ragnarok"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "RagnarokCore"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "RagnarokCoreTests",
      "module_type" : "SwiftTarget",
      "name" : "RagnarokCoreTests",
      "path" : "Tests/RagnarokCoreTests",
      "sources" : [
        "RagnarokRewriterTests.swift",
        "TestData/FunctionCallExpr/TestFunctionCallExprInGuard.swift",
        "TestData/FunctionCallExpr/TestFunctionCallExprInIf.swift",
        "TestData/FunctionCallExpr/TestFunctionCallExprMultipleline.swift",
        "TestData/FunctionCallExpr/TestFunctionCallExprNoReturn.swift",
        "TestData/FunctionCallExpr/TestFunctionCallExprSubstituteVariable.swift",
        "TestData/FunctionCallExpr/TestFunctionCallExprUsingTryKeyword.swift",
        "TestData/FunctionCallExpr/TestFunctionCallExprforDiscardAssignment.swift",
        "TestData/FunctionDecl/TestFunctionDeclDefaultArgument.swift",
        "TestData/FunctionDecl/TestFunctionDeclDiscardLabel.swift",
        "TestData/FunctionDecl/TestFunctionDeclForAlreadyMultipleLineNoReturn.swift",
        "TestData/FunctionDecl/TestFunctionDeclForAlreadyMultipleLineUseClosure.swift",
        "TestData/FunctionDecl/TestFunctionDeclHasClosureArgument.swift",
        "TestData/FunctionDecl/TestFunctionDeclHasEllipsis.swift",
        "TestData/FunctionDecl/TestFunctionDeclHasReturnKeyword.swift",
        "TestData/FunctionDecl/TestFunctionDeclMultipleLabel.swift",
        "TestData/FunctionDecl/TestFunctionDeclNoReturn.swift",
        "TestData/FunctionDecl/TestFunctionDeclUsingThrows.swift",
        "TestData/TestData.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "RagnarokCore"
      ],
      "type" : "test"
    },
    {
      "c99name" : "RagnarokCore",
      "module_type" : "SwiftTarget",
      "name" : "RagnarokCore",
      "path" : "Sources/RagnarokCore",
      "product_dependencies" : [
        "SwiftSyntax"
      ],
      "product_memberships" : [
        "ragnarok",
        "RagnarokCore"
      ],
      "sources" : [
        "RagnarokRewriter.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.2"
}
warning: 'spi-builder-workspace': the target name ragnarok has different case on the filesystem and the Package.swift manifest file
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/10] Write sources
[1/10] Write ragnarok-entitlement.plist
[1/10] Write sources
[4/10] Write swift-version-2F0A5646E1D333AE.txt
[6/32] Emitting module SwiftSyntax
[7/34] Compiling SwiftSyntax TokenKind.swift
[8/34] Compiling SwiftSyntax Trivia.swift
[9/34] Compiling SwiftSyntax AbsolutePosition.swift
[10/34] Compiling SwiftSyntax AtomicCache.swift
[11/34] Compiling SwiftSyntax Diagnostic.swift
[12/34] Compiling SwiftSyntax DiagnosticConsumer.swift
[13/34] Compiling SwiftSyntax DiagnosticEngine.swift
[14/34] Compiling SwiftSyntax JSONDiagnosticConsumer.swift
[15/34] Compiling SwiftSyntax SyntaxChildren.swift
[16/34] Compiling SwiftSyntax SyntaxData.swift
[17/34] Compiling SwiftSyntax SwiftcInvocation.swift
[18/34] Compiling SwiftSyntax Syntax.swift
[19/34] Compiling SwiftSyntax SyntaxBuilders.swift
[20/34] Compiling SwiftSyntax SyntaxCollections.swift
[21/34] Compiling SwiftSyntax PrintingDiagnosticConsumer.swift
[22/34] Compiling SwiftSyntax RawSyntax.swift
[23/34] Compiling SwiftSyntax SourceLength.swift
[24/34] Compiling SwiftSyntax SyntaxFactory.swift
[25/34] Compiling SwiftSyntax SyntaxKind.swift
[26/34] Compiling SwiftSyntax SyntaxNodes.swift
[27/34] Compiling SwiftSyntax SyntaxRewriter.swift
[28/34] Compiling SwiftSyntax SourcePresence.swift
[29/34] Compiling SwiftSyntax SwiftSyntax.swift
[29/34] Write Objects.LinkFileList
[30/34] Linking libSwiftSyntax.dylib
[32/36] Compiling RagnarokCore RagnarokRewriter.swift
[33/36] Emitting module RagnarokCore
[34/38] Compiling ragnarok main.swift
[35/38] Emitting module ragnarok
[35/38] Write Objects.LinkFileList
[36/38] Linking ragnarok
[37/38] Applying ragnarok
Build complete! (10.10s)
warning: 'spi-builder-workspace': the target name ragnarok has different case on the filesystem and the Package.swift manifest file
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.40200.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-syntax.git"
    }
  ],
  "manifest_display_name" : "Ragnarok",
  "name" : "Ragnarok",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "ragnarok",
      "targets" : [
        "ragnarok"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "RagnarokCore",
      "targets" : [
        "RagnarokCore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ragnarok",
      "module_type" : "SwiftTarget",
      "name" : "ragnarok",
      "path" : "Sources/ragnarok",
      "product_memberships" : [
        "ragnarok"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "RagnarokCore"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "RagnarokCoreTests",
      "module_type" : "SwiftTarget",
      "name" : "RagnarokCoreTests",
      "path" : "Tests/RagnarokCoreTests",
      "sources" : [
        "RagnarokRewriterTests.swift",
        "TestData/FunctionCallExpr/TestFunctionCallExprInGuard.swift",
        "TestData/FunctionCallExpr/TestFunctionCallExprInIf.swift",
        "TestData/FunctionCallExpr/TestFunctionCallExprMultipleline.swift",
        "TestData/FunctionCallExpr/TestFunctionCallExprNoReturn.swift",
        "TestData/FunctionCallExpr/TestFunctionCallExprSubstituteVariable.swift",
        "TestData/FunctionCallExpr/TestFunctionCallExprUsingTryKeyword.swift",
        "TestData/FunctionCallExpr/TestFunctionCallExprforDiscardAssignment.swift",
        "TestData/FunctionDecl/TestFunctionDeclDefaultArgument.swift",
        "TestData/FunctionDecl/TestFunctionDeclDiscardLabel.swift",
        "TestData/FunctionDecl/TestFunctionDeclForAlreadyMultipleLineNoReturn.swift",
        "TestData/FunctionDecl/TestFunctionDeclForAlreadyMultipleLineUseClosure.swift",
        "TestData/FunctionDecl/TestFunctionDeclHasClosureArgument.swift",
        "TestData/FunctionDecl/TestFunctionDeclHasEllipsis.swift",
        "TestData/FunctionDecl/TestFunctionDeclHasReturnKeyword.swift",
        "TestData/FunctionDecl/TestFunctionDeclMultipleLabel.swift",
        "TestData/FunctionDecl/TestFunctionDeclNoReturn.swift",
        "TestData/FunctionDecl/TestFunctionDeclUsingThrows.swift",
        "TestData/TestData.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "RagnarokCore"
      ],
      "type" : "test"
    },
    {
      "c99name" : "RagnarokCore",
      "module_type" : "SwiftTarget",
      "name" : "RagnarokCore",
      "path" : "Sources/RagnarokCore",
      "product_dependencies" : [
        "SwiftSyntax"
      ],
      "product_memberships" : [
        "ragnarok",
        "RagnarokCore"
      ],
      "sources" : [
        "RagnarokRewriter.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.2"
}
warning: 'spi-builder-workspace': the target name ragnarok has different case on the filesystem and the Package.swift manifest file
Done.