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/bouke/dns.git
Reference: master
Initialized empty Git repository in /Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/bouke/dns
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at d04ab56 Add support for MX records (#32)
Cloned https://github.com/bouke/dns.git
Revision (git rev-parse @):
d04ab56ce1e4d889c920b9dcc1f30b3fb4880837
SUCCESS checkout https://github.com/bouke/dns.git at master
========================================
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": "dns",
      "name": "DNS",
      "url": "https://github.com/bouke/dns.git",
      "version": "unspecified",
      "path": "/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/dns",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/bouke/dns.git
[1/898] Fetching dns
Fetched https://github.com/bouke/dns.git (0.28s)
Creating working copy for https://github.com/bouke/dns.git
Working copy of https://github.com/bouke/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 Data+Extensions.swift
[4/7] Compiling DNS Types.swift
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DNS/Types.swift:182: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/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DNS/Types.swift:160:26: note: 'IPType' previously declared here
public struct HostRecord<IPType: IP> {
                         ^
[5/7] Compiling DNS IP.swift
[6/7] Compiling DNS Bytes.swift
[7/7] Emitting module DNS
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DNS/Types.swift:182: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/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DNS/Types.swift:160:26: note: 'IPType' previously declared here
public struct HostRecord<IPType: IP> {
                         ^
Build complete! (7.66s)
Build complete.
Done.