The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Common 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/gmosx/swift-common.git
Reference: master
Initialized empty Git repository in /Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/gmosx/swift-common
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at cea5e7b Merge branch 'master' of https://github.com/reizu/swift-common
Cloned https://github.com/gmosx/swift-common.git
Revision (git rev-parse @):
cea5e7bd3558bee8eb8309b1d835c7cd43728dff
SUCCESS checkout https://github.com/gmosx/swift-common.git at master
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "swift-common",
      "name": "Common",
      "url": "https://github.com/gmosx/swift-common.git",
      "version": "unspecified",
      "path": "/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-common",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/gmosx/swift-common.git
[1/59] Fetching swift-common
Fetched https://github.com/gmosx/swift-common.git (0.24s)
Creating working copy for https://github.com/gmosx/swift-common.git
Working copy of https://github.com/gmosx/swift-common.git resolved at master
warning: '.resolve-product-dependencies': dependency 'swift-common' 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/6] Emitting module Common
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Common/MonthDay.swift:51:16: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'MonthDay' to 'Hashable' by implementing 'hash(into:)' instead
    public var hashValue: Int {
               ^
[2/6] Compiling Common ParsingError.swift
[3/6] Compiling Common DatePattern.swift
[4/6] Compiling Common HTMLString.swift
[5/6] Compiling Common MonthDay.swift
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Common/MonthDay.swift:51:16: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'MonthDay' to 'Hashable' by implementing 'hash(into:)' instead
    public var hashValue: Int {
               ^
[6/6] Compiling Common Job.swift
Build complete! (7.78s)
Build complete.
Done.