Build Information
Successful build of SwiftAnnouncements 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/grype/SwiftAnnouncements.git
Reference: main
Initialized empty Git repository in /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/grype/SwiftAnnouncements
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 12184fc Update wording in README
Cloned https://github.com/grype/SwiftAnnouncements.git
Revision (git rev-parse @):
12184fc4566b29fa513913bc5cf0cf23f937bd98
SUCCESS checkout https://github.com/grype/SwiftAnnouncements.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.10
Building package at path: $workDir
https://github.com/grype/SwiftAnnouncements.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version--423B1241ED78D482.txt
[4/6] Compiling RWLock RWLockedPropertyWrapper.swift
[5/6] Compiling RWLock RWLock.swift
[6/6] Emitting module RWLock
[7/12] Emitting module SwiftAnnouncements
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftAnnouncements/Subscription.swift:55:25: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
public func handles<T:Announceable>(_ anAnnouncement: T) -> Bool {
^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftAnnouncements/Subscription.swift:16:27: note: 'T' previously declared here
public class Subscription<T: Announceable> {
^
[8/12] Compiling SwiftAnnouncements Announceable.swift
[9/12] Compiling SwiftAnnouncements Announcer.swift
[10/12] Compiling SwiftAnnouncements Registry.swift
[11/12] Compiling SwiftAnnouncements AnySubscription.swift
[12/12] Compiling SwiftAnnouncements Subscription.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftAnnouncements/Subscription.swift:55:25: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
public func handles<T:Announceable>(_ anAnnouncement: T) -> Bool {
^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftAnnouncements/Subscription.swift:16:27: note: 'T' previously declared here
public class Subscription<T: Announceable> {
^
Build complete! (5.55s)
Fetching https://github.com/mattgallagher/CwlPreconditionTesting.git from cache
Fetching https://github.com/Quick/Nimble from cache
Fetching https://github.com/mattgallagher/CwlCatchException.git from cache
Fetching https://github.com/grype/RWLock-Swift from cache
Fetched https://github.com/mattgallagher/CwlPreconditionTesting.git from cache (0.20s)
Fetched https://github.com/mattgallagher/CwlCatchException.git from cache (0.20s)
Fetched https://github.com/Quick/Nimble from cache (0.20s)
Fetched https://github.com/grype/RWLock-Swift from cache (0.20s)
Computing version for https://github.com/grype/RWLock-Swift
Computed https://github.com/grype/RWLock-Swift at 1.0.0 (0.02s)
Computing version for https://github.com/Quick/Nimble
Computed https://github.com/Quick/Nimble at 9.2.1 (0.33s)
Computing version for https://github.com/mattgallagher/CwlPreconditionTesting.git
Computed https://github.com/mattgallagher/CwlPreconditionTesting.git at 2.1.2 (0.32s)
Computing version for https://github.com/mattgallagher/CwlCatchException.git
Computed https://github.com/mattgallagher/CwlCatchException.git at 2.1.2 (0.35s)
Creating working copy for https://github.com/mattgallagher/CwlCatchException.git
Working copy of https://github.com/mattgallagher/CwlCatchException.git resolved at 2.1.2
Creating working copy for https://github.com/Quick/Nimble
Working copy of https://github.com/Quick/Nimble resolved at 9.2.1
Creating working copy for https://github.com/mattgallagher/CwlPreconditionTesting.git
Working copy of https://github.com/mattgallagher/CwlPreconditionTesting.git resolved at 2.1.2
Creating working copy for https://github.com/grype/RWLock-Swift
Working copy of https://github.com/grype/RWLock-Swift resolved at 1.0.0
Build complete.
Done.