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: 1.2.0
Initialized empty Git repository in /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/bouke/dns
 * tag               1.2.0      -> FETCH_HEAD
HEAD is now at 78bbd15 Version 1.2.0
Cloned https://github.com/bouke/dns.git
Revision (git rev-parse @):
78bbd1589890a90b202d11d5f9e1297050cf0eb2
SUCCESS checkout https://github.com/bouke/dns.git at 1.2.0
========================================
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] Emitting module DNS
/Users/admin/builds/J1XnyXFH/0/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/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DNS/Types.swift:99:26: note: 'IPType' previously declared here
public struct HostRecord<IPType: IP> {
                         ^
[4/9] Compiling DNS Types.swift
/Users/admin/builds/J1XnyXFH/0/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/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DNS/Types.swift:99:26: note: 'IPType' previously declared here
public struct HostRecord<IPType: IP> {
                         ^
[5/9] Compiling DNS Message.swift
[6/9] Compiling DNS Data+Extensions.swift
[7/9] Compiling DNS IP.swift
[8/9] Compiling DNS Bytes.swift
[9/9] Compiling DNS Integer+Data.swift
Build complete! (3.96s)
Build complete.
Done.