The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Hyphenation 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/john-mueller/Hyphenation.git
Reference: v0.2.0
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/john-mueller/Hyphenation
 * tag               v0.2.0     -> FETCH_HEAD
HEAD is now at c8bfaaf Merge pull request #4 from john-mueller/updates
Cloned https://github.com/john-mueller/Hyphenation.git into spi-builder-workspace
c8bfaafc2122d0dc548d37a0566a1def17ab9eb4
SUCCESS checkout https://github.com/john-mueller/Hyphenation.git at v0.2.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)
Building for debugging...
[1/12] Compiling Hyphenation Token.swift
[2/13] Compiling Hyphenation TokenSequence.swift
[3/13] Compiling Hyphenation hyph-en-us.hyp.swift
[4/13] Compiling Hyphenation Copyable.swift
[5/13] Compiling Hyphenation Exception.swift
[6/13] Compiling Hyphenation Pattern.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Hyphenation/Internal/Pattern.swift:106:31: warning: 'IndexDistance' is deprecated: All index distances are now of type Int
    typealias Offset = String.IndexDistance
                              ^
[7/13] Compiling Hyphenation PatternDictionary.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Hyphenation/Internal/Pattern.swift:106:31: warning: 'IndexDistance' is deprecated: All index distances are now of type Int
    typealias Offset = String.IndexDistance
                              ^
[8/13] Emitting module Hyphenation
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Hyphenation/Internal/Pattern.swift:106:31: warning: 'IndexDistance' is deprecated: All index distances are now of type Int
    typealias Offset = String.IndexDistance
                              ^
[9/13] Compiling Hyphenation ExceptionDictionary.swift
[10/13] Compiling Hyphenation HyphenatorCache.swift
[11/13] Compiling Hyphenation Hyphenator.swift
[12/13] Compiling Hyphenation PatternParsingError.swift
[13/13] Compiling Hyphenation hyph-en-us.pat.swift
Build complete! (3.72s)
Build complete.
Done.