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 Hyphenation with Swift 5.9 for macOS (SPM).

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.27.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/john-mueller/Hyphenation.git
Reference: main
Initialized empty Git repository in /Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/john-mueller/Hyphenation
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at c8bfaaf Merge pull request #4 from john-mueller/updates
Cloned https://github.com/john-mueller/Hyphenation.git
Revision (git rev-parse @):
c8bfaafc2122d0dc548d37a0566a1def17ab9eb4
SUCCESS checkout https://github.com/john-mueller/Hyphenation.git at main
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "hyphenation",
      "name": "Hyphenation",
      "url": "https://github.com/john-mueller/Hyphenation.git",
      "version": "unspecified",
      "path": "/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Hyphenation",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/john-mueller/Hyphenation.git
[1/156] Fetching hyphenation
Fetched https://github.com/john-mueller/Hyphenation.git (1.22s)
Creating working copy for https://github.com/john-mueller/Hyphenation.git
Working copy of https://github.com/john-mueller/Hyphenation.git resolved at main
warning: '.resolve-product-dependencies': dependency 'hyphenation' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD/checkout
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64
Building for debugging...
[1/12] Compiling Hyphenation hyph-en-us.hyp.swift
[2/13] Compiling Hyphenation TokenSequence.swift
[3/13] Compiling Hyphenation hyph-en-us.pat.swift
[4/13] Compiling Hyphenation Token.swift
[5/13] Compiling Hyphenation Pattern.swift
/Users/admin/builds/h8344Zi3/1/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
                              ^
[6/13] Compiling Hyphenation PatternDictionary.swift
/Users/admin/builds/h8344Zi3/1/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] Emitting module Hyphenation
/Users/admin/builds/h8344Zi3/1/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] Compiling Hyphenation Copyable.swift
[9/13] Compiling Hyphenation Exception.swift
[10/13] Compiling Hyphenation Hyphenator.swift
[11/13] Compiling Hyphenation PatternParsingError.swift
[12/13] Compiling Hyphenation ExceptionDictionary.swift
[13/13] Compiling Hyphenation HyphenatorCache.swift
Build complete! (8.29s)
Build complete.
Done.