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-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/mcfedr/DNS.git
Reference: 1.2.1
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/mcfedr/DNS
 * tag               1.2.1      -> FETCH_HEAD
HEAD is now at cf8e222 Bump the version
Cloned https://github.com/mcfedr/DNS.git into spi-builder-workspace
cf8e2226a593a1b015013188ace1b5fb9c37690b
SUCCESS checkout https://github.com/mcfedr/DNS.git at 1.2.1
========================================
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/7] Compiling DNS Types.swift
/Users/builder/builds/TDmZkXJm/3/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/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DNS/Types.swift:99:26: note: 'IPType' previously declared here
public struct HostRecord<IPType: IP> {
                         ^
[2/7] Compiling DNS Integer+Data.swift
[3/7] Compiling DNS Message.swift
[4/7] Compiling DNS Data+Extensions.swift
[5/7] Compiling DNS IP.swift
[6/7] Emitting module DNS
/Users/builder/builds/TDmZkXJm/3/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/builder/builds/TDmZkXJm/3/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! (6.85s)
Build complete.
Done.