The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Sauce with Swift 5.8 for macOS (SPM).

Build Command

env DEVELOPER_DIR=/Applications/Xcode-14.3.1.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.34.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Clipy/Sauce.git
Reference: v2.4.1
Initialized empty Git repository in /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/Clipy/Sauce
 * tag               v2.4.1     -> FETCH_HEAD
HEAD is now at df657bc Bump version to v2.4.1
Cloned https://github.com/Clipy/Sauce.git
Revision (git rev-parse @):
df657bc1beba23ffd580953f183cd756b5bcd514
SUCCESS checkout https://github.com/Clipy/Sauce.git at v2.4.1
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.8
Building package at path:  $workDir
https://github.com/Clipy/Sauce.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-14.3.1.app xcrun swift build --arch arm64
Building for debugging...
[1/7] Compiling Sauce InputSource.swift
[2/7] Compiling Sauce Key.swift
[3/7] Emitting module Sauce
[4/7] Compiling Sauce KeyboardLayout.swift
/Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Lib/Sauce/KeyboardLayout.swift:140:54: warning: empty collection literal requires an explicit type
        guard let sources = TISCreateInputSourceList([:] as CFDictionary, false).takeUnretainedValue() as? [TISInputSource] else { return }
                                                     ^~~
[5/7] Compiling Sauce ModifierTransformer.swift
/Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Lib/Sauce/KeyboardLayout.swift:140:54: warning: empty collection literal requires an explicit type
        guard let sources = TISCreateInputSourceList([:] as CFDictionary, false).takeUnretainedValue() as? [TISInputSource] else { return }
                                                     ^~~
[6/9] Compiling Sauce NSMenuItem+Key.swift
[7/9] Compiling Sauce Sauce.swift
[8/9] Compiling Sauce SpecialKeyCode.swift
[9/9] Compiling Sauce TISInputSource+Property.swift
Build complete! (10.12s)
Build complete.
Done.