The Swift Package Index logo.Swift Package Index

Build Information

Successful build of ReactiveSSE 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/banjun/ReactiveSSE.git
Reference: master
Initialized empty Git repository in /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/banjun/ReactiveSSE
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 13b5d3d Merge pull request #11 from banjun/dependabot/bundler/activesupport-6.1.7.1
Cloned https://github.com/banjun/ReactiveSSE.git
Revision (git rev-parse @):
13b5d3da0af982ff1de1a9558ffd8bc695b2c9a7
SUCCESS checkout https://github.com/banjun/ReactiveSSE.git at master
Fetching https://github.com/kareman/FootlessParser
Fetching https://github.com/ReactiveCocoa/ReactiveSwift from cache
[1/1832] Fetching footlessparser
Fetched https://github.com/ReactiveCocoa/ReactiveSwift (0.58s)
Fetched https://github.com/kareman/FootlessParser (0.81s)
Computing version for https://github.com/kareman/FootlessParser
Computed https://github.com/kareman/FootlessParser at 0.5.2 (0.62s)
Computing version for https://github.com/ReactiveCocoa/ReactiveSwift
Computed https://github.com/ReactiveCocoa/ReactiveSwift at 6.6.0 (2.33s)
Creating working copy for https://github.com/kareman/FootlessParser
Working copy of https://github.com/kareman/FootlessParser resolved at 0.5.2
Creating working copy for https://github.com/ReactiveCocoa/ReactiveSwift
Working copy of https://github.com/ReactiveCocoa/ReactiveSwift resolved at 6.6.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "reactivesse",
      "name": "ReactiveSSE",
      "url": "https://github.com/banjun/ReactiveSSE.git",
      "version": "unspecified",
      "path": "/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/ReactiveSSE",
      "dependencies": [
        {
          "identity": "reactiveswift",
          "name": "ReactiveSwift",
          "url": "https://github.com/ReactiveCocoa/ReactiveSwift",
          "version": "6.7.0",
          "path": "/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/ReactiveSwift",
          "dependencies": [
          ]
        },
        {
          "identity": "footlessparser",
          "name": "FootlessParser",
          "url": "https://github.com/kareman/FootlessParser",
          "version": "0.5.2",
          "path": "/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/FootlessParser",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/banjun/ReactiveSSE.git
[4/340] Fetching reactivesse
Fetched https://github.com/banjun/ReactiveSSE.git (0.34s)
Fetching https://github.com/ReactiveCocoa/ReactiveSwift from cache
Fetching https://github.com/kareman/FootlessParser from cache
Fetched https://github.com/kareman/FootlessParser (0.32s)
Fetched https://github.com/ReactiveCocoa/ReactiveSwift (0.34s)
Computing version for https://github.com/kareman/FootlessParser
Computed https://github.com/kareman/FootlessParser at 0.5.2 (0.06s)
Computing version for https://github.com/ReactiveCocoa/ReactiveSwift
Computed https://github.com/ReactiveCocoa/ReactiveSwift at 6.7.0 (1.02s)
Creating working copy for https://github.com/banjun/ReactiveSSE.git
Working copy of https://github.com/banjun/ReactiveSSE.git resolved at master
Creating working copy for https://github.com/kareman/FootlessParser
Working copy of https://github.com/kareman/FootlessParser resolved at 0.5.2
Creating working copy for https://github.com/ReactiveCocoa/ReactiveSwift
Working copy of https://github.com/ReactiveCocoa/ReactiveSwift resolved at 6.7.0
warning: '.resolve-product-dependencies': dependency 'reactivesse' is not used by any target
Found 2 product dependencies
  - ReactiveSwift
  - FootlessParser
========================================
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/46] Compiling ReactiveSwift MapError.swift
[2/46] Compiling ReactiveSwift Materialize.swift
[3/46] Compiling ReactiveSwift MaterializeAsResult.swift
[4/46] Compiling ReactiveSwift Observer.swift
[5/46] Compiling ReactiveSwift Operators.swift
[6/51] Compiling ReactiveSwift TakeFirst.swift
[7/51] Compiling ReactiveSwift TakeLast.swift
[8/51] Compiling ReactiveSwift TakeWhile.swift
[9/51] Compiling ReactiveSwift UniqueValues.swift
[10/51] Compiling ReactiveSwift Optional.swift
[11/51] Compiling ReactiveSwift Reduce.swift
[12/51] Compiling ReactiveSwift ScanMap.swift
[13/51] Compiling ReactiveSwift SkipFirst.swift
[14/51] Compiling ReactiveSwift SkipRepeats.swift
[15/51] Compiling ReactiveSwift SkipWhile.swift
[16/51] Compiling ReactiveSwift Property.swift
[17/51] Compiling ReactiveSwift Reactive.swift
[18/51] Compiling ReactiveSwift ResultExtensions.swift
[19/51] Compiling ReactiveSwift Scheduler.swift
[20/51] Compiling ReactiveSwift Signal.Observer.swift
[21/51] Compiling FootlessParser Parser.swift
[22/51] Compiling FootlessParser Parsers.swift
[23/51] Compiling FootlessParser Parser+Operators.swift
[24/51] Compiling FootlessParser Converters.swift
[25/51] Compiling FootlessParser Error.swift
[26/51] Emitting module FootlessParser
[27/51] Compiling FootlessParser StringParser.swift
[28/51] Emitting module ReactiveSwift
[29/51] Compiling ReactiveSwift Action.swift
[30/51] Compiling ReactiveSwift Atomic.swift
[31/51] Compiling ReactiveSwift Bag.swift
[32/51] Compiling ReactiveSwift Deprecations+Removals.swift
[33/51] Compiling ReactiveSwift Disposable.swift
[34/51] Compiling ReactiveSwift Event.swift
[35/51] Compiling ReactiveSwift CombinePrevious.swift
[36/51] Compiling ReactiveSwift CompactMap.swift
[37/51] Compiling ReactiveSwift Dematerialize.swift
[38/51] Compiling ReactiveSwift DematerializeResults.swift
[39/51] Compiling ReactiveSwift Filter.swift
[40/51] Compiling ReactiveSwift Map.swift
[41/51] Compiling ReactiveSwift EventLogger.swift
[42/51] Compiling ReactiveSwift Flatten.swift
[43/51] Compiling ReactiveSwift FoundationExtensions.swift
[44/51] Compiling ReactiveSwift Lifetime.swift
[45/51] Compiling ReactiveSwift AttemptMap.swift
[46/51] Compiling ReactiveSwift Collect.swift
[47/51] Compiling ReactiveSwift Signal.swift
[48/51] Compiling ReactiveSwift SignalProducer.swift
[49/51] Compiling ReactiveSwift UnidirectionalBinding.swift
[50/51] Compiling ReactiveSwift UninhabitedTypeGuards.swift
[51/51] Compiling ReactiveSwift ValidatingProperty.swift
[52/58] Compiling ReactiveSSE ReactiveSSE.swift
[53/58] Compiling ReactiveSSE SSError.swift
[54/58] Compiling ReactiveSSE ReactiveOperator.swift
[55/58] Emitting module ReactiveSSE
[56/58] Compiling ReactiveSSE EventStream.swift
[57/58] Compiling ReactiveSSE SessionDataPipe.swift
[58/58] Compiling ReactiveSSE SSEvent.swift
Build complete! (11.77s)
Build complete.
Done.