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: master
Initialized empty Git repository in /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/bannzai/ocha
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
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 master
========================================
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
[3/23] Write GitCommitExample-entitlement.plist
[8/23] Write Playground-entitlement.plist
[8/23] Write sources
[9/23] Write RagnarokExample-entitlement.plist
[11/23] Write swift-version--423B1241ED78D482.txt
[13/62] Emitting module SwiftShell
[14/63] Compiling SwiftSyntax PrintingDiagnosticConsumer.swift
[15/63] Compiling SwiftSyntax RawSyntax.swift
[16/63] Compiling SwiftSyntax SourceLength.swift
[17/65] Compiling SwiftShell Context.swift
[18/65] Compiling SwiftShell FileHandle.swift
[19/65] Compiling SwiftShell Bash.swift
[20/65] Compiling SwiftShell Command.swift
[21/65] Compiling SwiftShell Array.swift
[22/65] Compiling SwiftShell Process.swift
[23/65] Compiling SwiftSyntax SourcePresence.swift
[24/65] Compiling SwiftSyntax SwiftSyntax.swift
[25/65] Compiling SwiftSyntax SwiftcInvocation.swift
[26/65] Compiling SwiftSyntax Syntax.swift
[27/65] Compiling SwiftSyntax SyntaxChildren.swift
[28/65] Compiling SwiftSyntax SyntaxData.swift
[33/65] Compiling SwiftSyntax DiagnosticEngine.swift
[34/65] Compiling SwiftSyntax JSONDiagnosticConsumer.swift
[35/65] Compiling Ocha EventSet.swift
[36/65] Compiling SwiftShell String.swift
[37/65] Compiling SwiftShell Files.swift
[38/65] Compiling Ocha WatchingPathable.swift
[39/65] Emitting module Ocha
[40/65] Compiling Ocha Watcher.swift
[41/65] Compiling Ocha Event.swift
[42/65] Compiling SwiftShell Lazy-split.swift
[43/65] Compiling SwiftShell Stream.swift
[44/65] Emitting module PathKit
[45/65] Compiling PathKit PathKit.swift
[46/69] Emitting module Playground
[47/69] Compiling Playground main.swift
[47/69] Write Objects.LinkFileList
[49/69] Emitting module GitCommitExample
[50/69] Compiling GitCommitExample main.swift
[50/69] Write Objects.LinkFileList
[52/69] Compiling SwiftSyntax TokenKind.swift
[53/69] Compiling SwiftSyntax Trivia.swift
[54/69] Emitting module SwiftSyntax
[54/69] Linking Playground
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/Playground: replacing existing signature
[55/69] Applying Playground
[56/69] Linking GitCommitExample
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/GitCommitExample: replacing existing signature
[57/69] Applying GitCommitExample
[59/69] Compiling SwiftSyntax SyntaxKind.swift
[60/69] Compiling SwiftSyntax SyntaxNodes.swift
[61/69] Compiling SwiftSyntax SyntaxRewriter.swift
[62/69] Compiling SwiftSyntax SyntaxBuilders.swift
[63/69] Compiling SwiftSyntax SyntaxCollections.swift
[64/69] Compiling SwiftSyntax SyntaxFactory.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
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/RagnarokExample: replacing existing signature
[72/73] Applying RagnarokExample
Build complete! (13.74s)
warning: 'spi-builder-workspace': /Users/builder/builds/UKfvDsi8u/2/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/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Package.swift:37:53: note: use 'compactMap(_:)' instead
    return exampleDependencies + [targetDependency].flatMap{ $0 }
                                                    ^~~~~~~
                                                    compactMap
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
Fetching https://github.com/apple/swift-syntax.git from cache
Fetching https://github.com/kylef/Spectre.git from cache
Fetched https://github.com/kareman/SwiftShell.git from cache (0.16s)
Fetched https://github.com/kylef/Spectre.git from cache (0.16s)
Fetched https://github.com/bannzai/Ragnarok.git from cache (0.30s)
Fetched https://github.com/kylef/PathKit.git from cache (0.30s)
Computing version for https://github.com/bannzai/Ragnarok.git
Fetched https://github.com/apple/swift-syntax.git from cache (0.30s)
Computed https://github.com/bannzai/Ragnarok.git at 1.0.2 (0.36s)
Computing version for https://github.com/kylef/PathKit.git
Computed https://github.com/kylef/PathKit.git at 0.9.2 (0.35s)
Computing version for https://github.com/kareman/SwiftShell.git
Computed https://github.com/kareman/SwiftShell.git at 4.1.2 (0.34s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 0.40200.0 (0.34s)
Computing version for https://github.com/kylef/Spectre.git
Computed https://github.com/kylef/Spectre.git at 0.9.0 (0.03s)
warning: /Users/builder/builds/UKfvDsi8u/2/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/2/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
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/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
Creating working copy for https://github.com/kylef/Spectre.git
Working copy of https://github.com/kylef/Spectre.git resolved at 0.9.0
warning: 'ragnarok': the target name ragnarok has different case on the filesystem and the Package.swift manifest file
Build complete.
Done.