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: 1.0.3
Initialized empty Git repository in /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/bannzai/teapot
 * tag               1.0.3      -> FETCH_HEAD
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 1.0.3
========================================
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
[0/12] Write Teapot-entitlement.plist
[7/12] Write sources
[8/12] Write swift-version--423B1241ED78D482.txt
[10/45] Compiling Commander CommandType.swift
[11/45] Compiling Commander ArgumentConvertible.swift
[12/45] Compiling Commander ArgumentDescription.swift
[13/46] Compiling Commander Group.swift
[14/46] Compiling Commander Command.swift
[15/46] Compiling Commander CommandRunner.swift
[16/46] Compiling Commander Commands.swift
[17/46] Emitting module Commander
[18/46] Compiling Commander Error.swift
[19/46] Compiling Commander ArgumentParser.swift
[20/46] Emitting module SwiftShell
[21/46] Compiling Ocha WatchingPathable.swift
[22/47] Compiling Ocha Watcher.swift
[23/47] Compiling Ocha EventSet.swift
[24/47] Compiling SwiftShell Array.swift
[25/47] Compiling SwiftShell Lazy-split.swift
[26/47] Compiling SwiftShell Process.swift
[27/47] Compiling SwiftShell Stream.swift
[28/47] Compiling SwiftShell Context.swift
[29/47] Compiling SwiftShell FileHandle.swift
[30/47] Compiling SwiftShell Files.swift
[33/47] Compiling Yaml YAMLRegex.swift
[34/47] Compiling Yaml Yaml.swift
[35/47] Emitting module Ocha
[36/47] Compiling Ocha Event.swift
[37/47] Compiling Yaml YAMLTokenizer.swift
[38/47] Compiling Yaml YAMLResult.swift
[39/47] Emitting module PathKit
[40/47] Compiling PathKit PathKit.swift
[41/47] Compiling Yaml YAMLParser.swift
[42/47] Emitting module Yaml
[43/47] Compiling Yaml YAMLOperators.swift
[44/47] Compiling SwiftShell String.swift
[45/62] Compiling TeapotCore Alias.swift
[46/62] Compiling TeapotCore ConfigurationTranslator.swift
[47/64] Compiling TeapotCore ConfigReader.swift
[48/64] Compiling TeapotCore Glob.swift
[49/64] Compiling TeapotCore Executor.swift
[50/64] Compiling TeapotCore TeapotCommandExecutor.swift
[51/64] Emitting module TeapotCore
[52/64] Compiling TeapotCore Extractor.swift
[53/64] Compiling TeapotCore FilePathExtractor.swift
[54/64] Compiling TeapotCore YamlReadError.swift
[55/64] Compiling TeapotCore YamlReader.swift
[56/64] Compiling TeapotCore Collector.swift
[57/64] Compiling TeapotCore FilePathCollector.swift
[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/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/Teapot: replacing existing signature
[65/66] Applying Teapot
Build complete! (14.35s)
Fetching https://github.com/kylef/PathKit.git from cache
Fetching https://github.com/apple/swift-syntax.git from cache
Fetching https://github.com/behrang/YamlSwift.git from cache
Fetching https://github.com/bannzai/Ocha.git from cache
Fetching https://github.com/kareman/SwiftShell.git from cache
Fetching https://github.com/kylef/Spectre.git from cache
Fetched https://github.com/behrang/YamlSwift.git from cache (0.36s)
Fetching https://github.com/kylef/Commander.git from cache
Fetched https://github.com/kylef/PathKit.git from cache (0.36s)
Fetching https://github.com/bannzai/Ragnarok.git from cache
Fetched https://github.com/kareman/SwiftShell.git from cache (0.36s)
Fetched https://github.com/bannzai/Ocha.git from cache (0.36s)
Fetched https://github.com/kylef/Spectre.git from cache (0.36s)
Fetched https://github.com/apple/swift-syntax.git from cache (0.38s)
Fetched https://github.com/kylef/Commander.git from cache (0.18s)
Computing version for https://github.com/kylef/Commander.git
Fetched https://github.com/bannzai/Ragnarok.git from cache (0.18s)
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.51s)
Computing version for https://github.com/behrang/YamlSwift.git
Computed https://github.com/behrang/YamlSwift.git at 3.4.4 (0.43s)
Computing version for https://github.com/kylef/PathKit.git
Computed https://github.com/kylef/PathKit.git at 0.9.2 (0.41s)
Computing version for https://github.com/kareman/SwiftShell.git
Computed https://github.com/kareman/SwiftShell.git at 4.1.2 (0.38s)
Computing version for https://github.com/kylef/Spectre.git
Computed https://github.com/kylef/Spectre.git at 0.9.0 (0.04s)
Computing version for https://github.com/bannzai/Ragnarok.git
Computed https://github.com/bannzai/Ragnarok.git at 1.0.2 (0.39s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 0.50000.0 (0.06s)
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/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
warning: /Users/admin/builds/J1XnyXFH/0/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/0/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)
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.50000.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/behrang/YamlSwift.git
Working copy of https://github.com/behrang/YamlSwift.git resolved at 3.4.4
warning: 'ocha': /Users/admin/builds/J1XnyXFH/0/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/0/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.