The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Ocha, reference 1.1.0 (50ef2f), with Swift 6.3 for macOS (SPM) on 10 Apr 2026 12:19:22 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/bannzai/ocha.git
Reference: 1.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/bannzai/ocha
 * tag               1.1.0      -> FETCH_HEAD
HEAD is now at 50ef2f5 Merge pull request #14 from bannzai/migrate/swift5
Cloned https://github.com/bannzai/ocha.git
Revision (git rev-parse @):
50ef2f5e3db5b1543d8d826daccb91cab02573c5
SUCCESS checkout https://github.com/bannzai/ocha.git at 1.1.0
warning: 'spi-builder-workspace': /Users/admin/builder/spi-builder-workspace/Package.swift:36:53: warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value [#DeprecatedDeclaration]
34 |
35 |   var targetDependencies: [PackageDescription.Target.Dependency] {
36 |     return exampleDependencies + [targetDependency].flatMap{ $0 }
   |                                                     |- warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value [#DeprecatedDeclaration]
   |                                                     `- note: use 'compactMap(_:)' instead
37 |   }
38 |
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
Fetching https://github.com/bannzai/Ragnarok.git
Fetching https://github.com/apple/swift-syntax.git
Fetching https://github.com/kylef/Spectre.git
Fetching https://github.com/kareman/SwiftShell.git
Fetching https://github.com/kylef/PathKit.git
[1/1021] Fetching spectre
[22/1875] Fetching spectre, ragnarok
[57/6766] Fetching spectre, ragnarok, swiftshell
[363/8218] Fetching spectre, ragnarok, swiftshell, pathkit
[8219/83155] Fetching spectre, ragnarok, swiftshell, pathkit, swift-syntax
Fetched https://github.com/bannzai/Ragnarok.git from cache (3.90s)
Fetched https://github.com/kylef/Spectre.git from cache (3.90s)
Fetched https://github.com/kylef/PathKit.git from cache (3.90s)
Fetched https://github.com/apple/swift-syntax.git from cache (3.90s)
Fetched https://github.com/kareman/SwiftShell.git from cache (3.90s)
Computing version for https://github.com/bannzai/Ragnarok.git
Computed https://github.com/bannzai/Ragnarok.git at 1.0.2 (6.61s)
Computing version for https://github.com/kylef/PathKit.git
Computed https://github.com/kylef/PathKit.git at 0.9.2 (0.75s)
Computing version for https://github.com/kareman/SwiftShell.git
Computed https://github.com/kareman/SwiftShell.git at 4.1.2 (2.27s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 0.40200.0 (0.69s)
Computing version for https://github.com/kylef/Spectre.git
Computed https://github.com/kylef/Spectre.git at 0.9.0 (0.68s)
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
Creating working copy for https://github.com/kareman/SwiftShell.git
Working copy of https://github.com/kareman/SwiftShell.git resolved at 4.1.2
Creating working copy for https://github.com/kylef/PathKit.git
Working copy of https://github.com/kylef/PathKit.git resolved at 0.9.2
Creating working copy for https://github.com/kylef/Spectre.git
Working copy of https://github.com/kylef/Spectre.git resolved at 0.9.0
Creating working copy for https://github.com/bannzai/Ragnarok.git
Working copy of https://github.com/bannzai/Ragnarok.git resolved at 1.0.2
========================================
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",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "ocha",
      "name": "Ocha",
      "url": "https://github.com/bannzai/ocha.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/ocha",
      "traits": [
        "default"
      ],
      "dependencies": [
        {
          "identity": "swiftshell",
          "name": "SwiftShell",
          "url": "https://github.com/kareman/SwiftShell.git",
          "version": "4.1.2",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftShell",
          "traits": [
            "default"
          ],
          "dependencies": [
          ]
        },
        {
          "identity": "pathkit",
          "name": "PathKit",
          "url": "https://github.com/kylef/PathKit.git",
          "version": "0.9.2",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/PathKit",
          "traits": [
            "default"
          ],
          "dependencies": [
            {
              "identity": "spectre",
              "name": "Spectre",
              "url": "https://github.com/kylef/Spectre.git",
              "version": "0.9.2",
              "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Spectre",
              "traits": [
                "default"
              ],
              "dependencies": [
              ]
            }
          ]
        },
        {
          "identity": "ragnarok",
          "name": "Ragnarok",
          "url": "https://github.com/bannzai/Ragnarok.git",
          "version": "1.0.2",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Ragnarok",
          "traits": [
            "default"
          ],
          "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",
              "traits": [
                "default"
              ],
              "dependencies": [
              ]
            }
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/bannzai/ocha.git
[1/775] Fetching ocha
Fetched https://github.com/bannzai/ocha.git from cache (6.91s)
warning: 'ocha': /Package.swift:36:53: warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value [#DeprecatedDeclaration]
34 |
35 |   var targetDependencies: [PackageDescription.Target.Dependency] {
36 |     return exampleDependencies + [targetDependency].flatMap{ $0 }
   |                                                     |- warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value [#DeprecatedDeclaration]
   |                                                     `- note: use 'compactMap(_:)' instead
37 |   }
38 |
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
Fetching https://github.com/kareman/SwiftShell.git from cache
Fetching https://github.com/bannzai/Ragnarok.git from cache
Fetching https://github.com/kylef/PathKit.git from cache
Fetched https://github.com/kylef/PathKit.git from cache (0.48s)
Fetched https://github.com/kareman/SwiftShell.git from cache (0.48s)
Fetched https://github.com/bannzai/Ragnarok.git from cache (0.48s)
Computing version for https://github.com/bannzai/Ragnarok.git
Computed https://github.com/bannzai/Ragnarok.git at 1.0.2 (0.55s)
Fetching https://github.com/apple/swift-syntax.git from cache
Fetched https://github.com/apple/swift-syntax.git from cache (0.96s)
Computing version for https://github.com/kylef/PathKit.git
Computed https://github.com/kylef/PathKit.git at 0.9.2 (1.10s)
Fetching https://github.com/kylef/Spectre.git from cache
Fetched https://github.com/kylef/Spectre.git from cache (0.48s)
Computing version for https://github.com/kareman/SwiftShell.git
Computed https://github.com/kareman/SwiftShell.git at 4.1.2 (0.58s)
Computing version for https://github.com/kylef/Spectre.git
Computed https://github.com/kylef/Spectre.git at 0.9.2 (0.88s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 0.50700.1 (0.99s)
Creating working copy for https://github.com/kareman/SwiftShell.git
Working copy of https://github.com/kareman/SwiftShell.git resolved at 4.1.2
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/kylef/Spectre.git
Working copy of https://github.com/kylef/Spectre.git resolved at 0.9.2
Creating working copy for https://github.com/bannzai/ocha.git
Working copy of https://github.com/bannzai/ocha.git resolved at 1.1.0 (50ef2f5)
Creating working copy for https://github.com/kylef/PathKit.git
Working copy of https://github.com/kylef/PathKit.git resolved at 0.9.2
Creating working copy for https://github.com/bannzai/Ragnarok.git
Working copy of https://github.com/bannzai/Ragnarok.git resolved at 1.0.2
warning: 'ocha': /Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/ocha/Package.swift:36:53: warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value [#DeprecatedDeclaration]
34 |
35 |   var targetDependencies: [PackageDescription.Target.Dependency] {
36 |     return exampleDependencies + [targetDependency].flatMap{ $0 }
   |                                                     |- warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value [#DeprecatedDeclaration]
   |                                                     `- note: use 'compactMap(_:)' instead
37 |   }
38 |
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
Downloading binary artifact https://github.com/apple/swift-syntax/releases/download/0.50700.1/_InternalSwiftSyntaxParser.xcframework.zip
[16375/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 (1.57s)
warning: 'ragnarok': the target name ragnarok has different case on the filesystem and the Package.swift manifest file
Found 3 product dependencies
  - SwiftShell
  - PathKit
  - Ragnarok
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/bannzai/ocha.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/23] Write sources
[2/23] Write Playground-entitlement.plist
[3/23] Write sources
[6/23] Write RagnarokExample-entitlement.plist
[7/23] Write sources
[9/23] Write GitCommitExample-entitlement.plist
[11/23] Write swift-version--6988338F2F200930.txt
[13/62] Compiling Ocha WatchingPathable.swift
[14/62] Emitting module SwiftSyntax
[15/62] Compiling SwiftSyntax PrintingDiagnosticConsumer.swift
[16/62] Compiling SwiftSyntax RawSyntax.swift
[17/62] Compiling SwiftSyntax SourceLength.swift
[18/62] Compiling SwiftSyntax SourcePresence.swift
[19/62] Compiling SwiftSyntax SwiftSyntax.swift
[20/64] Compiling SwiftSyntax DiagnosticConsumer.swift
[21/64] Compiling SwiftSyntax DiagnosticEngine.swift
[22/64] Compiling SwiftSyntax JSONDiagnosticConsumer.swift
[23/64] Compiling SwiftSyntax AbsolutePosition.swift
[24/64] Compiling SwiftSyntax AtomicCache.swift
[25/64] Compiling SwiftSyntax Diagnostic.swift
[26/64] Compiling Ocha Event.swift
[27/64] Emitting module Ocha
[28/64] Compiling Ocha Watcher.swift
[29/64] Compiling Ocha EventSet.swift
[30/64] Compiling SwiftShell Stream.swift
[31/64] Compiling SwiftShell Array.swift
[32/64] Compiling SwiftShell Process.swift
[33/64] Compiling SwiftShell Files.swift
[34/64] Compiling SwiftShell Lazy-split.swift
[35/64] Compiling SwiftShell FileHandle.swift
[36/65] Compiling SwiftShell Context.swift
[37/65] Compiling SwiftShell Bash.swift
[38/65] Emitting module SwiftShell
[39/65] Compiling SwiftShell Command.swift
[40/65] Compiling PathKit PathKit.swift
[41/65] Emitting module PathKit
[42/65] Compiling SwiftShell String.swift
[43/69] Compiling Playground main.swift
[44/69] Emitting module Playground
[44/69] Write Objects.LinkFileList
[46/69] Compiling SwiftSyntax TokenKind.swift
[47/69] Compiling SwiftSyntax Trivia.swift
[48/69] Emitting module GitCommitExample
[49/69] Compiling GitCommitExample main.swift
[49/69] Write Objects.LinkFileList
[50/69] Linking Playground
[51/69] Applying Playground
[52/69] Linking GitCommitExample
[53/69] Applying GitCommitExample
[55/69] Compiling SwiftSyntax SyntaxChildren.swift
[56/69] Compiling SwiftSyntax SyntaxData.swift
[57/69] Compiling SwiftSyntax SyntaxBuilders.swift
[58/69] Compiling SwiftSyntax SyntaxCollections.swift
[59/69] Compiling SwiftSyntax SyntaxFactory.swift
[60/69] Compiling SwiftSyntax SyntaxKind.swift
[61/69] Compiling SwiftSyntax SwiftcInvocation.swift
[62/69] Compiling SwiftSyntax Syntax.swift
[63/69] Compiling SwiftSyntax SyntaxNodes.swift
[64/69] Compiling SwiftSyntax SyntaxRewriter.swift
[64/69] Write Objects.LinkFileList
[65/69] Linking libSwiftSyntax.dylib
[67/71] Emitting module RagnarokCore
[68/71] Compiling RagnarokCore RagnarokRewriter.swift
[69/73] Compiling RagnarokExample main.swift
[70/73] Emitting module RagnarokExample
[70/73] Write Objects.LinkFileList
[71/73] Linking RagnarokExample
[72/73] Applying RagnarokExample
Build complete! (14.45s)
warning: 'spi-builder-workspace': /Users/admin/builder/spi-builder-workspace/Package.swift:36:53: warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value [#DeprecatedDeclaration]
34 |
35 |   var targetDependencies: [PackageDescription.Target.Dependency] {
36 |     return exampleDependencies + [targetDependency].flatMap{ $0 }
   |                                                     |- warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value [#DeprecatedDeclaration]
   |                                                     `- note: use 'compactMap(_:)' instead
37 |   }
38 |
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
warning: 'ragnarok': the target name ragnarok has different case on the filesystem and the Package.swift manifest file
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swiftshell",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.1.2",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/kareman/SwiftShell.git"
    },
    {
      "identity" : "pathkit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.9.2",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/kylef/PathKit.git"
    },
    {
      "identity" : "ragnarok",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/bannzai/Ragnarok.git"
    }
  ],
  "manifest_display_name" : "Ocha",
  "name" : "Ocha",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Ocha",
      "targets" : [
        "Ocha"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "RagnarokExample",
      "targets" : [
        "RagnarokExample"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "GitCommitExample",
      "targets" : [
        "GitCommitExample"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "Playground",
      "targets" : [
        "Playground"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "RagnarokExample",
      "module_type" : "SwiftTarget",
      "name" : "RagnarokExample",
      "path" : "Sources/RagnarokExample",
      "product_dependencies" : [
        "SwiftShell",
        "PathKit",
        "RagnarokCore"
      ],
      "product_memberships" : [
        "RagnarokExample"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "Ocha"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "Playground",
      "module_type" : "SwiftTarget",
      "name" : "Playground",
      "path" : "Sources/Playground",
      "product_dependencies" : [
        "SwiftShell",
        "PathKit"
      ],
      "product_memberships" : [
        "Playground"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "Ocha"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "OchaTests",
      "module_type" : "SwiftTarget",
      "name" : "OchaTests",
      "path" : "Tests/OchaTests",
      "sources" : [
        "EventTests.swift",
        "TestData/TestFile.swift",
        "Utility.swift",
        "WatcherTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "Ocha"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Ocha",
      "module_type" : "SwiftTarget",
      "name" : "Ocha",
      "path" : "Sources/Ocha",
      "product_memberships" : [
        "Ocha",
        "RagnarokExample",
        "GitCommitExample",
        "Playground"
      ],
      "sources" : [
        "Event.swift",
        "EventSet.swift",
        "Watcher.swift",
        "WatchingPathable.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "GitCommitExample",
      "module_type" : "SwiftTarget",
      "name" : "GitCommitExample",
      "path" : "Sources/GitCommitExample",
      "product_dependencies" : [
        "SwiftShell",
        "PathKit"
      ],
      "product_memberships" : [
        "GitCommitExample"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "Ocha"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.0"
}
warning: 'spi-builder-workspace': /Users/admin/builder/spi-builder-workspace/Package.swift:36:53: warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value [#DeprecatedDeclaration]
34 |
35 |   var targetDependencies: [PackageDescription.Target.Dependency] {
36 |     return exampleDependencies + [targetDependency].flatMap{ $0 }
   |                                                     |- warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value [#DeprecatedDeclaration]
   |                                                     `- note: use 'compactMap(_:)' instead
37 |   }
38 |
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
Done.