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 NetworkInterfaceInfo with Swift 5.9 for macOS (SPM).

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.42.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/wadetregaskis/NetworkInterfaceInfo.git
Reference: main
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/wadetregaskis/NetworkInterfaceInfo
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at cd5a774 Upgraded to swift-actions/setup-swift/v2.
Cloned https://github.com/wadetregaskis/NetworkInterfaceInfo.git
Revision (git rev-parse @):
cd5a7740f84eb707496431cd49e1f5ff23024a32
SPI manifest file found: $workDir/.spi.yml
SUCCESS checkout https://github.com/wadetregaskis/NetworkInterfaceInfo.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $workDir
https://github.com/wadetregaskis/NetworkInterfaceInfo.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Building for debugging...
[1/13] Compiling FoundationExtensions Float.swift
[2/13] Compiling FoundationExtensions IteratorProtocol.swift
[3/13] Compiling FoundationExtensions Optional.swift
[4/14] Compiling FoundationExtensions StringProtocol.swift
[5/14] Emitting module FoundationExtensions
[6/14] Compiling FoundationExtensions Locale.swift
[7/14] Compiling FoundationExtensions Comparable.swift
[8/14] Compiling FoundationExtensions Data.swift
[9/14] Compiling FoundationExtensions AsyncSequence.swift
[10/14] Compiling FoundationExtensions BidirectionalCollection.swift
[11/14] Compiling FoundationExtensions BinaryInteger.swift
[12/14] Compiling FoundationExtensions CollectionOfUInt8.swift
[13/14] Compiling FoundationExtensions Date.swift
[14/14] Compiling FoundationExtensions Double.swift
[15/19] Compiling NetworkInterfaceInfo NetworkAddress.swift
[16/19] Compiling NetworkInterfaceInfo IPv4Address.swift
[17/19] Compiling NetworkInterfaceInfo NetworkInterface.swift
[18/19] Compiling NetworkInterfaceInfo Metrics.swift
[19/19] Emitting module NetworkInterfaceInfo
[20/21] Compiling NetworkInterfaceChangeMonitoring NetworkInterfaceChangeMonitoring.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NetworkInterfaceChangeMonitoring/NetworkInterfaceChangeMonitoring.swift:7:17: remark: '@preconcurrency' attribute on module 'Network' is unused
@preconcurrency import Network
~~~~~~~~~~~~~~~~^
[21/21] Emitting module NetworkInterfaceChangeMonitoring
Build complete! (9.87s)
Fetching https://github.com/wadetregaskis/FoundationExtensions.git from cache
Fetched https://github.com/wadetregaskis/FoundationExtensions.git (0.30s)
Computing version for https://github.com/wadetregaskis/FoundationExtensions.git
Computed https://github.com/wadetregaskis/FoundationExtensions.git at 3.5.2 (0.31s)
Creating working copy for https://github.com/wadetregaskis/FoundationExtensions.git
Working copy of https://github.com/wadetregaskis/FoundationExtensions.git resolved at 3.5.2
Build complete.
Done.