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

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.27.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/CombineHarvesters/FoundationCombine.git
Reference: master
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/CombineHarvesters/FoundationCombine
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 4b6c5d1 Separate the Publisher conformance to an extension
Cloned https://github.com/CombineHarvesters/FoundationCombine.git
Revision (git rev-parse @):
4b6c5d1013c2bf2ccebdf762cad70564ceb213a7
SUCCESS checkout https://github.com/CombineHarvesters/FoundationCombine.git at master
Fetching https://github.com/CombineHarvesters/CombineTesting from cache
Fetched https://github.com/CombineHarvesters/CombineTesting (0.19s)
Creating working copy for https://github.com/CombineHarvesters/CombineTesting
Working copy of https://github.com/CombineHarvesters/CombineTesting resolved at master
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "foundationcombine",
      "name": "FoundationCombine",
      "url": "https://github.com/CombineHarvesters/FoundationCombine.git",
      "version": "unspecified",
      "path": "/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/FoundationCombine",
      "dependencies": [
        {
          "identity": "combinetesting",
          "name": "CombineTesting",
          "url": "https://github.com/CombineHarvesters/CombineTesting",
          "version": "unspecified",
          "path": "/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/CombineTesting",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/CombineHarvesters/FoundationCombine.git
[3/272] Fetching foundationcombine
Fetched https://github.com/CombineHarvesters/FoundationCombine.git (0.35s)
Fetching https://github.com/CombineHarvesters/CombineTesting from cache
Fetched https://github.com/CombineHarvesters/CombineTesting (0.21s)
Creating working copy for https://github.com/CombineHarvesters/FoundationCombine.git
Working copy of https://github.com/CombineHarvesters/FoundationCombine.git resolved at master
Creating working copy for https://github.com/CombineHarvesters/CombineTesting
Working copy of https://github.com/CombineHarvesters/CombineTesting resolved at master
warning: '.resolve-product-dependencies': dependency 'foundationcombine' is not used by any target
Found 1 product dependencies
  - CombineTesting
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD/checkout
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64
Building for debugging...
[1/5] Compiling FoundationCombine ScanInto.swift
[2/5] Compiling FoundationCombine ReduceInto.swift
[3/5] Compiling FoundationCombine CombineLatestCollection.swift
[4/5] Emitting module FoundationCombine
[5/5] Compiling FoundationCombine ZipCollection.swift
/Users/builder/builds/TDmZkXJm/3/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/3/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! (7.88s)
Build complete.
Done.