This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.

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 Ocha with Swift 5.8 for macOS (SPM).

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.38.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/bannzai/ocha.git
Reference: 1.1.0
Initialized empty Git repository in /Users/builder/builds/o86TiJKT/1/finestructure/swiftpackageindex-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
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.8
Building package at path:  $workDir
https://github.com/bannzai/ocha.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-14.3.1.app xcrun swift build --arch arm64
Building for debugging...
[1/43] Compiling SwiftSyntax DiagnosticConsumer.swift
[2/43] Compiling SwiftSyntax DiagnosticEngine.swift
[3/44] Compiling SwiftSyntax SourcePresence.swift
[4/44] Compiling SwiftSyntax SwiftSyntax.swift
[5/44] Compiling SwiftSyntax SwiftcInvocation.swift
[6/46] Emitting module SwiftShell
[7/46] Compiling SwiftSyntax JSONDiagnosticConsumer.swift
[8/46] Compiling SwiftSyntax AbsolutePosition.swift
[9/46] Compiling SwiftSyntax Syntax.swift
[10/46] Compiling SwiftSyntax SyntaxChildren.swift
[11/46] Compiling SwiftSyntax SyntaxData.swift
[12/46] Compiling SwiftShell Process.swift
[13/46] Compiling Ocha Event.swift
[14/46] Compiling Ocha WatchingPathable.swift
[15/46] Compiling SwiftShell Array.swift
[16/46] Compiling SwiftShell Files.swift
[21/46] Compiling SwiftSyntax AtomicCache.swift
[22/46] Compiling SwiftSyntax Diagnostic.swift
[23/46] Compiling SwiftSyntax PrintingDiagnosticConsumer.swift
[24/46] Compiling SwiftSyntax RawSyntax.swift
[25/46] Compiling SwiftSyntax SourceLength.swift
[26/46] Compiling SwiftShell String.swift
[27/46] Compiling SwiftShell Stream.swift
[28/46] Compiling SwiftShell Lazy-split.swift
[29/46] Compiling Ocha EventSet.swift
[30/46] Emitting module Ocha
[31/46] Compiling Ocha Watcher.swift
[32/46] Emitting module PathKit
[33/46] Compiling PathKit PathKit.swift
[34/50] Compiling Playground main.swift
[35/50] Emitting module Playground
[36/50] Emitting module GitCommitExample
[37/50] Compiling GitCommitExample main.swift
[38/50] Compiling SwiftSyntax TokenKind.swift
[39/50] Compiling SwiftSyntax Trivia.swift
[40/50] Emitting module SwiftSyntax
[40/50] Linking Playground
[41/50] Linking GitCommitExample
[43/50] Compiling SwiftSyntax SyntaxBuilders.swift
[44/50] Compiling SwiftSyntax SyntaxCollections.swift
[45/50] Compiling SwiftSyntax SyntaxFactory.swift
[46/50] Compiling SwiftSyntax SyntaxKind.swift
[47/50] Compiling SwiftSyntax SyntaxNodes.swift
[48/50] Compiling SwiftSyntax SyntaxRewriter.swift
[48/50] Linking libSwiftSyntax.dylib
[50/52] Compiling RagnarokCore RagnarokRewriter.swift
[51/52] Emitting module RagnarokCore
[52/54] Emitting module RagnarokExample
[53/54] Compiling RagnarokExample main.swift
[53/54] Linking RagnarokExample
Build complete! (21.06s)
warning: 'spi-builder-workspace': /Users/builder/builds/o86TiJKT/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Package.swift:37:53: warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value
    return exampleDependencies + [targetDependency].flatMap{ $0 }
                                                    ^
/Users/builder/builds/o86TiJKT/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Package.swift:37:53: note: use 'compactMap(_:)' instead
    return exampleDependencies + [targetDependency].flatMap{ $0 }
                                                    ^~~~~~~
                                                    compactMap
warning: 'spi-builder-workspace': /Users/builder/builds/o86TiJKT/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Package.swift:37:53: warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value
    return exampleDependencies + [targetDependency].flatMap{ $0 }
                                                    ^
/Users/builder/builds/o86TiJKT/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Package.swift:37:53: note: use 'compactMap(_:)' instead
    return exampleDependencies + [targetDependency].flatMap{ $0 }
                                                    ^~~~~~~
                                                    compactMap
Fetching https://github.com/kylef/PathKit.git from cache
Fetching https://github.com/kareman/SwiftShell.git from cache
Fetching https://github.com/apple/swift-syntax.git from cache
Fetched https://github.com/kylef/PathKit.git (0.15s)
Fetching https://github.com/bannzai/Ragnarok.git from cache
Fetched https://github.com/kareman/SwiftShell.git (0.27s)
Fetching https://github.com/kylef/Spectre.git from cache
Fetched https://github.com/bannzai/Ragnarok.git (0.16s)
Computing version for https://github.com/bannzai/Ragnarok.git
Fetched https://github.com/kylef/Spectre.git (0.18s)
Computed https://github.com/bannzai/Ragnarok.git at 1.0.2 (0.52s)
Fetched https://github.com/apple/swift-syntax.git (1.82s)
Computing version for https://github.com/kylef/PathKit.git
Computed https://github.com/kylef/PathKit.git at 0.9.2 (0.49s)
Computing version for https://github.com/kareman/SwiftShell.git
Computed https://github.com/kareman/SwiftShell.git at 4.1.2 (0.48s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 0.40200.0 (0.47s)
Computing version for https://github.com/kylef/Spectre.git
Computed https://github.com/kylef/Spectre.git at 0.9.0 (0.60s)
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
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/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.40200.0
warning: 'ragnarok': the target name ragnarok has different case on the filesystem and the Package.swift manifest file
Build complete.
Done.
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.