The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of DNS with Swift 5.10 for macOS (SPM).

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.29.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/bouke/dns.git
Reference: master
Initialized empty Git repository in /Users/builder/builds/UKfvDsi8u/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
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $workDir
https://github.com/bouke/dns.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--423B1241ED78D482.txt
[3/9] Compiling DNS Message.swift
[4/9] Compiling DNS Integer+Data.swift
[5/9] Compiling DNS Data+Extensions.swift
[6/9] Compiling DNS IP.swift
[7/9] Compiling DNS Types.swift
/Users/builder/builds/UKfvDsi8u/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/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DNS/Types.swift:160:26: note: 'IPType' previously declared here
public struct HostRecord<IPType: IP> {
                         ^
[8/9] Emitting module DNS
/Users/builder/builds/UKfvDsi8u/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/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DNS/Types.swift:160:26: note: 'IPType' previously declared here
public struct HostRecord<IPType: IP> {
                         ^
[9/9] Compiling DNS Bytes.swift
Build complete! (3.27s)
Build complete.
Done.