The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Tips 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/unnamedd/swifttips-framework.git
Reference: 0.1.0
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/unnamedd/swifttips-framework
 * tag               0.1.0      -> FETCH_HEAD
HEAD is now at aaa4278 moved files to modules
Cloned https://github.com/unnamedd/swifttips-framework.git into spi-builder-workspace
aaa4278582c191ea4c426061827c71ac47f55b02
SUCCESS checkout https://github.com/unnamedd/swifttips-framework.git at 0.1.0
========================================
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)
warning: 'spi-builder-workspace': the target name Tips has different case on the filesystem and the Package.swift manifest file
Building for debugging...
[1/7] Compiling TipsCore GithubService.swift
[2/7] Emitting module TipsCore
[3/7] Compiling TipsCore Tip.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/TipsCore/Models/Tip.swift:67:35: warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value
                comments = values.flatMap({ Comment($0.trimming()) })
                                  ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/TipsCore/Models/Tip.swift:67:35: note: use 'compactMap(_:)' instead
                comments = values.flatMap({ Comment($0.trimming()) })
                                  ^~~~~~~
                                  compactMap
[4/7] Compiling TipsCore Service.swift
[5/7] Compiling TipsCore Comment.swift
[6/7] Compiling TipsCore Tricks.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/TipsCore/Tricks.swift:46:28: warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value
        let tips = results.flatMap { Tip(content, match: $0) }
                           ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/TipsCore/Tricks.swift:46:28: note: use 'compactMap(_:)' instead
        let tips = results.flatMap { Tip(content, match: $0) }
                           ^~~~~~~
                           compactMap
[7/9] Compiling Tips main.swift
[8/9] Emitting module Tips
[8/9] Linking tips
Build complete! (3.75s)
Build complete.
Done.