The Swift Package Index logo.Swift Package Index

Build Information

Successful build of FoundationCombine with Swift 5.9 for macOS (SPM).

Build Command

env DEVELOPER_DIR="/Applications/Xcode-15.0.0-Beta.app" xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.19.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/CombineHarvesters/FoundationCombine.git
Reference: 0.1.0
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/CombineHarvesters/FoundationCombine
 * tag               0.1.0      -> FETCH_HEAD
HEAD is now at 4b6c5d1 Separate the Publisher conformance to an extension
Cloned https://github.com/CombineHarvesters/FoundationCombine.git into spi-builder-workspace
4b6c5d1013c2bf2ccebdf762cad70564ceb213a7
SUCCESS checkout https://github.com/CombineHarvesters/FoundationCombine.git at 0.1.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  spi-builder-workspace
Running build ...
env DEVELOPER_DIR="/Applications/Xcode-15.0.0-Beta.app" xcrun swift build --arch arm64
Building ... (attempt 1)
Fetching https://github.com/CombineHarvesters/CombineTesting from cache
Fetched https://github.com/CombineHarvesters/CombineTesting (0.20s)
Creating working copy for https://github.com/CombineHarvesters/CombineTesting
Working copy of https://github.com/CombineHarvesters/CombineTesting resolved at master
Building for debugging...
[1/5] Emitting module FoundationCombine
[2/5] Compiling FoundationCombine ScanInto.swift
[3/5] Compiling FoundationCombine CombineLatestCollection.swift
[4/5] Compiling FoundationCombine ReduceInto.swift
[5/5] Compiling FoundationCombine ZipCollection.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FoundationCombine/ZipCollection.swift:55:17: warning: variable 'count' was never mutated; consider changing to 'let' constant
            var count = publishers.count
            ~~~ ^
            let
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FoundationCombine/ZipCollection.swift:56:17: warning: variable 'outputs' was never mutated; consider changing to 'let' constant
            var outputs = publishers.map { _ in Queue<Publishers.Element.Output>() }
            ~~~ ^
            let
Build complete! (4.63s)
Build complete.
Done.