The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Teapot with Swift 5.9 for macOS (SPM).

Build Command

env DEVELOPER_DIR="/Applications/Xcode-15.0.0-Beta.app" xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.19.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/bannzai/teapot.git
Reference: 1.0.3
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/2/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 into spi-builder-workspace
7b259e520136febf157165dd1f5fb862d27710c9
SUCCESS checkout https://github.com/bannzai/teapot.git at 1.0.3
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  spi-builder-workspace
Running build ...
env DEVELOPER_DIR="/Applications/Xcode-15.0.0-Beta.app" xcrun swift build --arch arm64
Building ... (attempt 1)
Fetching https://github.com/kareman/SwiftShell.git from cache
Fetching https://github.com/behrang/YamlSwift.git from cache
Fetching https://github.com/kylef/PathKit.git from cache
Fetched https://github.com/kylef/PathKit.git (0.19s)
Fetched https://github.com/kareman/SwiftShell.git (0.19s)
Fetching https://github.com/apple/swift-syntax.git from cache
Fetching https://github.com/kylef/Spectre.git from cache
Fetched https://github.com/behrang/YamlSwift.git (0.19s)
Fetching https://github.com/bannzai/Ocha.git from cache
Fetched https://github.com/bannzai/Ocha.git (0.16s)
Fetching https://github.com/bannzai/Ragnarok.git from cache
Fetched https://github.com/kylef/Spectre.git (0.18s)
Fetching https://github.com/kylef/Commander.git from cache
Fetched https://github.com/bannzai/Ragnarok.git (0.20s)
Fetched https://github.com/kylef/Commander.git (0.19s)
Computing version for https://github.com/kylef/Commander.git
Computed https://github.com/kylef/Commander.git at 0.8.0 (0.05s)
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.46s)
Computing version for https://github.com/behrang/YamlSwift.git
Fetched https://github.com/apple/swift-syntax.git (1.18s)
Computed https://github.com/behrang/YamlSwift.git at 3.4.4 (0.46s)
Computing version for https://github.com/kylef/PathKit.git
Computed https://github.com/kylef/PathKit.git at 0.9.2 (0.03s)
Computing version for https://github.com/kareman/SwiftShell.git
Computed https://github.com/kareman/SwiftShell.git at 4.1.2 (0.02s)
Computing version for https://github.com/kylef/Spectre.git
Computed https://github.com/kylef/Spectre.git at 0.9.0 (0.03s)
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.39s)
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
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/kylef/Commander.git
Working copy of https://github.com/kylef/Commander.git resolved at 0.8.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/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/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/Ocha.git
Working copy of https://github.com/bannzai/Ocha.git resolved at 1.1.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/builder/builds/TDmZkXJm/2/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/builder/builds/TDmZkXJm/2/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
Building for debugging...
[1/34] Compiling Commander ArgumentParser.swift
[2/35] Emitting module Commander
[3/35] Compiling Commander ArgumentConvertible.swift
[4/35] Compiling Commander ArgumentDescription.swift
[5/35] Compiling Commander Error.swift
[6/35] Compiling Commander Command.swift
[7/35] Compiling Commander CommandRunner.swift
[8/35] Compiling Commander Group.swift
[9/35] Compiling Commander CommandType.swift
[10/35] Compiling Commander Commands.swift
[11/35] Emitting module Ocha
[12/35] Emitting module PathKit
[13/35] Compiling Yaml YAMLOperators.swift
[14/35] Emitting module Yaml
[15/35] Compiling SwiftShell Process.swift
[16/35] Compiling SwiftShell Array.swift
[17/36] Compiling Ocha WatchingPathable.swift
[18/36] Compiling Ocha Watcher.swift
[19/36] Compiling Ocha Event.swift
[20/36] Compiling Ocha EventSet.swift
[21/36] Compiling Yaml YAMLRegex.swift
[22/36] Compiling SwiftShell Files.swift
[23/36] Compiling SwiftShell Context.swift
[24/36] Compiling SwiftShell FileHandle.swift
[25/36] Emitting module SwiftShell
[28/36] Compiling Yaml Yaml.swift
[29/36] Compiling SwiftShell Lazy-split.swift
[30/36] Compiling SwiftShell Stream.swift
[31/36] Compiling Yaml YAMLResult.swift
[32/36] Compiling Yaml YAMLTokenizer.swift
[33/36] Compiling SwiftShell String.swift
[34/36] Compiling Yaml YAMLParser.swift
[35/36] Compiling PathKit PathKit.swift
[36/51] Compiling TeapotCore YamlReadError.swift
[37/51] Compiling TeapotCore YamlReader.swift
[38/51] Compiling TeapotCore Alias.swift
[39/51] Compiling TeapotCore ConfigurationTranslator.swift
[40/51] Compiling TeapotCore Extractor.swift
[41/51] Compiling TeapotCore FilePathExtractor.swift
[42/51] Compiling TeapotCore Executor.swift
[43/51] Compiling TeapotCore TeapotCommandExecutor.swift
[44/51] Compiling TeapotCore Collector.swift
[45/51] Compiling TeapotCore FilePathCollector.swift
[46/51] Emitting module TeapotCore
[47/51] Compiling TeapotCore Runner.swift
[48/51] Compiling TeapotCore Setup.swift
[49/51] Compiling TeapotCore ConfigReader.swift
[50/51] Compiling TeapotCore Glob.swift
[51/53] Compiling TeapotCore Translator.swift
[52/53] Compiling TeapotCore Watcher.swift
[53/55] Compiling Teapot main.swift
[54/55] Emitting module Teapot
[54/55] Linking Teapot
Build complete! (11.27s)
Build complete.
Done.