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 Teapot 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/teapot.git
Reference: master
Initialized empty Git repository in /Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/bannzai/teapot
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 7b259e5 Merge pull request #12 from bannzai/fix/command/mark_of_file
Cloned https://github.com/bannzai/teapot.git
Revision (git rev-parse @):
7b259e520136febf157165dd1f5fb862d27710c9
SUCCESS checkout https://github.com/bannzai/teapot.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $workDir
https://github.com/bannzai/teapot.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64
Building for debugging...
[0/12] Write sources
[6/12] Write Teapot-entitlement.plist
[6/12] Write sources
[8/12] Write swift-version--423B1241ED78D482.txt
[10/45] Compiling SwiftShell Bash.swift
[11/45] Compiling SwiftShell Command.swift
[12/45] Emitting module Commander
[13/46] Compiling Commander Error.swift
[14/46] Compiling Commander Group.swift
[15/46] Compiling Commander ArgumentParser.swift
[16/46] Compiling Commander Command.swift
[17/46] Compiling Commander CommandRunner.swift
[18/46] Compiling Commander CommandType.swift
[19/46] Compiling Commander Commands.swift
[20/46] Compiling Yaml YAMLOperators.swift
[21/46] Emitting module Yaml
[22/46] Compiling Ocha WatchingPathable.swift
[23/46] Emitting module SwiftShell
[24/47] Compiling SwiftShell Array.swift
[25/47] Compiling SwiftShell Process.swift
[26/47] Compiling Ocha Watcher.swift
[27/47] Compiling SwiftShell Context.swift
[28/47] Compiling SwiftShell FileHandle.swift
[31/47] Compiling SwiftShell Files.swift
[32/47] Compiling Ocha Event.swift
[33/47] Emitting module Ocha
[34/47] Compiling Ocha EventSet.swift
[35/47] Compiling Yaml Yaml.swift
[36/47] Compiling SwiftShell Lazy-split.swift
[37/47] Compiling SwiftShell Stream.swift
[38/47] Compiling Yaml YAMLRegex.swift
[39/47] Compiling Yaml YAMLResult.swift
[40/47] Compiling Yaml YAMLTokenizer.swift
[41/47] Compiling Yaml YAMLParser.swift
[42/47] Compiling SwiftShell String.swift
[43/47] Emitting module PathKit
[44/47] Compiling PathKit PathKit.swift
[45/62] Compiling TeapotCore Alias.swift
[46/62] Compiling TeapotCore ConfigurationTranslator.swift
[47/64] Compiling TeapotCore YamlReadError.swift
[48/64] Compiling TeapotCore YamlReader.swift
[49/64] Compiling TeapotCore ConfigReader.swift
[50/64] Compiling TeapotCore Glob.swift
[51/64] Compiling TeapotCore Executor.swift
[52/64] Compiling TeapotCore TeapotCommandExecutor.swift
[53/64] Compiling TeapotCore Collector.swift
[54/64] Compiling TeapotCore FilePathCollector.swift
[55/64] Compiling TeapotCore Extractor.swift
[56/64] Compiling TeapotCore FilePathExtractor.swift
[57/64] Emitting module TeapotCore
[58/64] Compiling TeapotCore Runner.swift
[59/64] Compiling TeapotCore Setup.swift
[60/64] Compiling TeapotCore Translator.swift
[61/64] Compiling TeapotCore Watcher.swift
[62/66] Compiling Teapot main.swift
[63/66] Emitting module Teapot
[63/66] Write Objects.LinkFileList
[64/66] Linking Teapot
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/Teapot: replacing existing signature
[65/66] Applying Teapot
Build complete! (18.17s)
Fetching https://github.com/kareman/SwiftShell.git from cache
Fetching https://github.com/kylef/Commander.git from cache
Fetching https://github.com/apple/swift-syntax.git from cache
Fetching https://github.com/kylef/Spectre.git from cache
Fetching https://github.com/behrang/YamlSwift.git
Fetching https://github.com/bannzai/Ragnarok.git from cache
Fetched https://github.com/kylef/Spectre.git from cache (0.35s)
Fetching https://github.com/kylef/PathKit.git from cache
Fetched https://github.com/kylef/Commander.git from cache (0.36s)
Fetching https://github.com/bannzai/Ocha.git
[1/1384] Fetching yamlswift
Fetched https://github.com/bannzai/Ragnarok.git from cache (0.50s)
Fetched https://github.com/kareman/SwiftShell.git from cache (0.56s)
Fetched https://github.com/kylef/PathKit.git from cache (0.36s)
Fetched https://github.com/behrang/YamlSwift.git from cache (0.73s)
Fetched https://github.com/apple/swift-syntax.git from cache (0.83s)
[1/775] Fetching ocha
Fetched https://github.com/bannzai/Ocha.git from cache (1.63s)
Computing version for https://github.com/kylef/Commander.git
Computed https://github.com/kylef/Commander.git at 0.8.0 (0.04s)
Computing version for https://github.com/bannzai/Ocha.git
warning: 'ocha': /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 }
                                                    ^
/Package.swift:37:53: note: use 'compactMap(_:)' instead
    return exampleDependencies + [targetDependency].flatMap{ $0 }
                                                    ^~~~~~~
                                                    compactMap
Computed https://github.com/bannzai/Ocha.git at 1.1.0 (0.58s)
Computing version for https://github.com/behrang/YamlSwift.git
Computed https://github.com/behrang/YamlSwift.git at 3.4.4 (0.53s)
Computing version for https://github.com/kylef/PathKit.git
Computed https://github.com/kylef/PathKit.git at 0.9.2 (0.05s)
Computing version for https://github.com/kareman/SwiftShell.git
Computed https://github.com/kareman/SwiftShell.git at 4.1.2 (0.46s)
Computing version for https://github.com/kylef/Spectre.git
Computed https://github.com/kylef/Spectre.git at 0.9.0 (0.06s)
Computing version for https://github.com/bannzai/Ragnarok.git
Computed https://github.com/bannzai/Ragnarok.git at 1.0.2 (0.53s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 0.50000.0 (0.43s)
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/Ocha.git
Working copy of https://github.com/bannzai/Ocha.git resolved at 1.1.0
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/Commander.git
Working copy of https://github.com/kylef/Commander.git resolved at 0.8.0
Creating working copy for https://github.com/behrang/YamlSwift.git
Working copy of https://github.com/behrang/YamlSwift.git resolved at 3.4.4
Creating working copy for https://github.com/apple/swift-syntax.git
Working copy of https://github.com/apple/swift-syntax.git resolved at 0.50000.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
warning: /Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/repositories/SwiftShell-bdb5da28 is not valid git repository for 'https://github.com/kareman/SwiftShell.git', will fetch again.
Fetching https://github.com/kareman/SwiftShell.git from cache
Fetched https://github.com/kareman/SwiftShell.git from cache (0.01s)
warning: /Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/repositories/SwiftShell-bdb5da28 is not valid git repository for 'https://github.com/kareman/SwiftShell.git', will fetch again.
Fetching https://github.com/kareman/SwiftShell.git from cache
Fetched https://github.com/kareman/SwiftShell.git from cache (0.00s)
Creating working copy for https://github.com/kareman/SwiftShell.git
Working copy of https://github.com/kareman/SwiftShell.git resolved at 4.1.2
warning: 'ocha': /Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Ocha/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/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Ocha/Package.swift:37:53: note: use 'compactMap(_:)' instead
    return exampleDependencies + [targetDependency].flatMap{ $0 }
                                                    ^~~~~~~
                                                    compactMap
warning: 'ragnarok': the target name ragnarok has different case on the filesystem and the Package.swift manifest file
Build complete.
Done.