The Swift Package Index logo.Swift Package Index

Build Information

Successful build of VocativeNames 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/Desquared/Greek-vocative-name-iOS.git
Reference: master
Initialized empty Git repository in /Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/Desquared/Greek-vocative-name-iOS
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 18eb49f Update README.md
Cloned https://github.com/Desquared/Greek-vocative-name-iOS.git
Revision (git rev-parse @):
18eb49ff94b18caeaff78077c8679c5f0b564c6f
SUCCESS checkout https://github.com/Desquared/Greek-vocative-name-iOS.git at master
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "greek-vocative-name-ios",
      "name": "VocativeNames",
      "url": "https://github.com/Desquared/Greek-vocative-name-iOS.git",
      "version": "unspecified",
      "path": "/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Greek-vocative-name-iOS",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/Desquared/Greek-vocative-name-iOS.git
[1/82] Fetching greek-vocative-name-ios
Fetched https://github.com/Desquared/Greek-vocative-name-iOS.git (0.44s)
Creating working copy for https://github.com/Desquared/Greek-vocative-name-iOS.git
Working copy of https://github.com/Desquared/Greek-vocative-name-iOS.git resolved at master
warning: '.resolve-product-dependencies': dependency 'greek-vocative-name-ios' 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/2] Compiling VocativeNames StringUtilities.swift
/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/VocativeNames/StringUtilities.swift:38:28: warning: 'substring(with:)' is deprecated: Please use String slicing subscript.
                        let lastTowChars = name.substring(with: (name.index(name.endIndex, offsetBy: -2) ..< name.endIndex))
                                                ^
/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/VocativeNames/StringUtilities.swift:46:29: warning: 'substring(with:)' is deprecated: Please use String slicing subscript.
                                let thirdFromEnd = name.substring(with: (name.index(name.endIndex, offsetBy: -3) ..< name.index(name.endIndex, offsetBy: -2)))
                                                        ^
/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/VocativeNames/StringUtilities.swift:64:22: warning: 'substring(with:)' is deprecated: Please use String slicing subscript.
                                                        result = name.substring(with: (name.startIndex ..< name.index(name.endIndex, offsetBy: -1)))
                                                                      ^
/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/VocativeNames/StringUtilities.swift:76:43: warning: 'substring(with:)' is deprecated: Please use String slicing subscript.
                            result = name.substring(with: (name.startIndex ..< name.index(name.endIndex, offsetBy: -2))) + "έ"
/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/VocativeNames/StringUtilities.swift:78:43: warning: 'substring(with:)' is deprecated: Please use String slicing subscript.
                            result = name.substring(with: (name.startIndex ..< name.index(name.endIndex, offsetBy: -2))) + "ε"
/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/VocativeNames/StringUtilities.swift:84:21: warning: 'substring(with:)' is deprecated: Please use String slicing subscript.
                                                result = name.substring(with: (name.startIndex ..< name.index(name.endIndex, offsetBy: -2))) + "ο"
[2/2] Emitting module VocativeNames
Build complete! (11.22s)
Build complete.
Done.