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.10 for macOS (SPM).

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.29.0
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/UKfvDsi8u/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.10
Building package at path:  $workDir
https://github.com/bannzai/ocha.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64
Building for debugging...
[0/23] Write sources
[0/23] Write RagnarokExample-entitlement.plist
[0/23] Write sources
[9/23] Write GitCommitExample-entitlement.plist
[10/23] Write Playground-entitlement.plist
[11/23] Write swift-version--423B1241ED78D482.txt
[13/62] Compiling Ocha WatchingPathable.swift
[14/62] Compiling SwiftSyntax DiagnosticConsumer.swift
[15/62] Compiling SwiftSyntax DiagnosticEngine.swift
[16/62] Compiling SwiftSyntax JSONDiagnosticConsumer.swift
[17/64] Compiling SwiftShell Array.swift
[18/64] Compiling SwiftShell Process.swift
[21/65] Compiling SwiftShell Files.swift
[23/65] Compiling SwiftSyntax SourcePresence.swift
[24/65] Emitting module SwiftShell
[25/65] Compiling SwiftSyntax PrintingDiagnosticConsumer.swift
[26/65] Compiling SwiftSyntax RawSyntax.swift
[27/65] Compiling SwiftSyntax SourceLength.swift
[29/65] Compiling SwiftSyntax SwiftSyntax.swift
[30/65] Compiling SwiftSyntax SwiftcInvocation.swift
[31/65] Compiling Ocha Event.swift
[32/65] Compiling Ocha Watcher.swift
[33/65] Compiling Ocha EventSet.swift
[34/65] Emitting module Ocha
[35/65] Compiling SwiftShell Lazy-split.swift
[36/65] Compiling SwiftShell Stream.swift
[37/65] Compiling SwiftShell String.swift
[38/65] Emitting module PathKit
[39/65] Compiling PathKit PathKit.swift
[40/69] Compiling Playground main.swift
[41/69] Emitting module Playground
[41/69] Write Objects.LinkFileList
[43/69] Compiling GitCommitExample main.swift
[44/69] Emitting module GitCommitExample
[44/69] Write Objects.LinkFileList
[46/69] Compiling SwiftSyntax TokenKind.swift
[47/69] Compiling SwiftSyntax Trivia.swift
[48/69] Emitting module SwiftSyntax
[48/69] Linking Playground
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/Playground: replacing existing signature
[49/69] Applying Playground
[50/69] Linking GitCommitExample
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/GitCommitExample: replacing existing signature
[51/69] Applying GitCommitExample
[53/69] Compiling SwiftSyntax AbsolutePosition.swift
[54/69] Compiling SwiftSyntax AtomicCache.swift
[55/69] Compiling SwiftSyntax Diagnostic.swift
[56/69] Compiling SwiftSyntax SyntaxBuilders.swift
[57/69] Compiling SwiftSyntax SyntaxCollections.swift
[58/69] Compiling SwiftSyntax SyntaxFactory.swift
[59/69] Compiling SwiftSyntax Syntax.swift
[60/69] Compiling SwiftSyntax SyntaxChildren.swift
[61/69] Compiling SwiftSyntax SyntaxData.swift
[62/69] Compiling SwiftSyntax SyntaxKind.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] Emitting module RagnarokExample
[70/73] Compiling RagnarokExample main.swift
[70/73] Write Objects.LinkFileList
[71/73] Linking RagnarokExample
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/RagnarokExample: replacing existing signature
[72/73] Applying RagnarokExample
Build complete! (15.56s)
warning: 'spi-builder-workspace': /Users/builder/builds/UKfvDsi8u/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/UKfvDsi8u/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/apple/swift-syntax.git from cache
Fetching https://github.com/kylef/PathKit.git from cache
Fetching https://github.com/kylef/Spectre.git from cache
Fetching https://github.com/bannzai/Ragnarok.git from cache
Fetching https://github.com/kareman/SwiftShell.git from cache
Fetched https://github.com/bannzai/Ragnarok.git from cache (0.44s)
Fetched https://github.com/kylef/PathKit.git from cache (0.44s)
Fetched https://github.com/kylef/Spectre.git from cache (0.44s)
Fetched https://github.com/kareman/SwiftShell.git from cache (0.45s)
Computing version for https://github.com/bannzai/Ragnarok.git
Fetched https://github.com/apple/swift-syntax.git from cache (0.45s)
Computed https://github.com/bannzai/Ragnarok.git at 1.0.2 (0.52s)
Computing version for https://github.com/kylef/PathKit.git
Computed https://github.com/kylef/PathKit.git at 0.9.2 (0.44s)
Computing version for https://github.com/kareman/SwiftShell.git
Computed https://github.com/kareman/SwiftShell.git at 4.1.2 (0.55s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 0.40200.0 (0.55s)
Computing version for https://github.com/kylef/Spectre.git
Computed https://github.com/kylef/Spectre.git at 0.9.0 (0.35s)
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/kylef/Spectre.git
Working copy of https://github.com/kylef/Spectre.git resolved at 0.9.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/bannzai/Ragnarok.git
Working copy of https://github.com/bannzai/Ragnarok.git resolved at 1.0.2
warning: /Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/repositories/PathKit-61dbf7cf is not valid git repository for 'https://github.com/kylef/PathKit.git', will fetch again.
Fetching https://github.com/kylef/PathKit.git from cache
Fetched https://github.com/kylef/PathKit.git from cache (0.01s)
warning: /Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/repositories/PathKit-61dbf7cf is not valid git repository for 'https://github.com/kylef/PathKit.git', will fetch again.
Fetching https://github.com/kylef/PathKit.git from cache
Fetched https://github.com/kylef/PathKit.git from cache (0.01s)
Creating working copy for https://github.com/kylef/PathKit.git
Working copy of https://github.com/kylef/PathKit.git resolved at 0.9.2
warning: 'ragnarok': the target name ragnarok has different case on the filesystem and the Package.swift manifest file
Build complete.
Done.