The Swift Package Index logo.Swift Package Index

Build Information

Successful build of DNS 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/mcfedr/DNS.git
Reference: master
Initialized empty Git repository in /Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/mcfedr/DNS
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at cf8e222 Bump the version
Cloned https://github.com/mcfedr/DNS.git
Revision (git rev-parse @):
cf8e2226a593a1b015013188ace1b5fb9c37690b
SUCCESS checkout https://github.com/mcfedr/DNS.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": "dns",
      "name": "DNS",
      "url": "https://github.com/mcfedr/DNS.git",
      "version": "unspecified",
      "path": "/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/DNS",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/mcfedr/DNS.git
[1/659] Fetching dns
Fetched https://github.com/mcfedr/DNS.git (0.34s)
Creating working copy for https://github.com/mcfedr/DNS.git
Working copy of https://github.com/mcfedr/DNS.git resolved at master
warning: '.resolve-product-dependencies': dependency 'dns' 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/7] Compiling DNS Integer+Data.swift
[2/7] Compiling DNS Message.swift
[3/7] Compiling DNS Types.swift
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DNS/Types.swift:121:27: warning: generic parameter 'IPType' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    public static func ==<IPType> (lhs: HostRecord<IPType>, rhs: HostRecord<IPType>) -> Bool {
                          ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DNS/Types.swift:99:26: note: 'IPType' previously declared here
public struct HostRecord<IPType: IP> {
                         ^
[4/7] Compiling DNS IP.swift
[5/7] Compiling DNS Data+Extensions.swift
[6/7] Emitting module DNS
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DNS/Types.swift:121:27: warning: generic parameter 'IPType' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    public static func ==<IPType> (lhs: HostRecord<IPType>, rhs: HostRecord<IPType>) -> Bool {
                          ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DNS/Types.swift:99:26: note: 'IPType' previously declared here
public struct HostRecord<IPType: IP> {
                         ^
[7/7] Compiling DNS Bytes.swift
Build complete! (11.40s)
Build complete.
Done.