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: 1.0.5
Initialized empty Git repository in /Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/grype/SwiftAnnouncements
* tag 1.0.5 -> FETCH_HEAD
HEAD is now at 43cdc1a Update dependencies
Cloned https://github.com/grype/SwiftAnnouncements.git
Revision (git rev-parse @):
43cdc1a88739a49ed662b4758b7000ad20c9f793
SUCCESS checkout https://github.com/grype/SwiftAnnouncements.git at 1.0.5
========================================
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 RWLock.swift
[5/6] Emitting module RWLock
[6/6] Compiling RWLock RWLockedPropertyWrapper.swift
[7/12] Compiling SwiftAnnouncements Announceable.swift
[8/12] Compiling SwiftAnnouncements Subscription.swift
/Users/builder/builds/UKfvDsi8u/1/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/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftAnnouncements/Subscription.swift:16:27: note: 'T' previously declared here
public class Subscription<T: Announceable> {
^
[9/12] Compiling SwiftAnnouncements AnySubscription.swift
[10/12] Compiling SwiftAnnouncements Announcer.swift
[11/12] Compiling SwiftAnnouncements Registry.swift
[12/12] Emitting module SwiftAnnouncements
/Users/builder/builds/UKfvDsi8u/1/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/1/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.84s)
Fetching https://github.com/grype/RWLock-Swift from cache
Fetching https://github.com/mattgallagher/CwlCatchException.git from cache
Fetching https://github.com/Quick/Nimble from cache
Fetching https://github.com/mattgallagher/CwlPreconditionTesting.git from cache
Fetched https://github.com/mattgallagher/CwlCatchException.git from cache (0.22s)
Fetched https://github.com/grype/RWLock-Swift from cache (0.22s)
Fetched https://github.com/mattgallagher/CwlPreconditionTesting.git from cache (0.22s)
Fetched https://github.com/Quick/Nimble from cache (0.22s)
Computing version for https://github.com/grype/RWLock-Swift
Computed https://github.com/grype/RWLock-Swift at 1.0.0 (0.33s)
Computing version for https://github.com/Quick/Nimble
Computed https://github.com/Quick/Nimble at 9.2.1 (0.35s)
Computing version for https://github.com/mattgallagher/CwlPreconditionTesting.git
Computed https://github.com/mattgallagher/CwlPreconditionTesting.git at 2.1.2 (0.31s)
Computing version for https://github.com/mattgallagher/CwlCatchException.git
Computed https://github.com/mattgallagher/CwlCatchException.git at 2.1.2 (0.30s)
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
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/CwlCatchException.git
Working copy of https://github.com/mattgallagher/CwlCatchException.git resolved at 2.1.2
Build complete.
Done.