Build Information
Successful build of combine-schedulers, reference main (592828
), with Swift 5.10 for macOS (SPM) on 15 Oct 2024 19:07:59 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.55.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/pointfreeco/combine-schedulers.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/pointfreeco/combine-schedulers
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 5928286 Update Package@swift-6.0.swift (#98)
Cloned https://github.com/pointfreeco/combine-schedulers.git
Revision (git rev-parse @):
5928286acce13def418ec36d05a001a9641086f2
SUCCESS checkout https://github.com/pointfreeco/combine-schedulers.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.10
Building package at path: $PWD
https://github.com/pointfreeco/combine-schedulers.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-33747A42983211AE.txt
[5/32] Compiling IssueReporting TestContext.swift
[6/32] Compiling IssueReporting Unimplemented.swift
[7/33] Compiling IssueReporting WithIssueContext.swift
[8/33] Compiling IssueReporting WithExpectedIssue.swift
[9/33] Compiling IssueReporting BreakpointReporter.swift
[10/33] Compiling IssueReporting FatalErrorReporter.swift
[11/33] Compiling ConcurrencyExtras UncheckedSendable.swift
[12/33] Compiling ConcurrencyExtras Task.swift
[13/33] Compiling ConcurrencyExtras Result.swift
[14/33] Compiling ConcurrencyExtras LockIsolated.swift
[15/33] Compiling ConcurrencyExtras AsyncThrowingStream.swift
[16/33] Compiling ConcurrencyExtras Locking.swift
[17/33] Compiling ConcurrencyExtras MainSerialExecutor.swift
[18/33] Compiling IssueReporting RuntimeWarningReporter.swift
[19/33] Compiling IssueReporting ReportIssue.swift
[20/33] Compiling ConcurrencyExtras ActorIsolated.swift
[21/33] Emitting module ConcurrencyExtras
[22/33] Compiling ConcurrencyExtras AsyncStream.swift
[23/33] Emitting module IssueReporting
[24/33] Compiling IssueReporting AppHostWarning.swift
[25/33] Compiling IssueReporting FailureObserver.swift
[26/33] Compiling IssueReporting SwiftTesting.swift
[27/33] Compiling IssueReporting UncheckedSendable.swift
[28/33] Compiling IssueReporting LockIsolated.swift
[29/33] Compiling IssueReporting Rethrows.swift
[30/33] Compiling IssueReporting Warn.swift
[31/33] Compiling IssueReporting XCTest.swift
[32/33] Compiling IssueReporting IsTesting.swift
[33/33] Compiling IssueReporting IssueReporter.swift
[34/45] Emitting module CombineSchedulers
/Users/admin/builder/spi-builder-workspace/Sources/CombineSchedulers/UIScheduler.swift:69:15: warning: let 'key' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
private let key = DispatchSpecificKey<UInt8>()
^
[35/46] Compiling CombineSchedulers UIScheduler.swift
/Users/admin/builder/spi-builder-workspace/Sources/CombineSchedulers/UIScheduler.swift:69:15: warning: let 'key' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
private let key = DispatchSpecificKey<UInt8>()
^
[36/46] Compiling CombineSchedulers Timer.swift
[37/46] Compiling CombineSchedulers UIKit.swift
[38/46] Compiling CombineSchedulers TestScheduler.swift
[39/46] Compiling CombineSchedulers UnimplementedScheduler.swift
[40/46] Compiling CombineSchedulers NSRecursiveLock.swift
[41/46] Compiling CombineSchedulers Lock.swift
[42/46] Compiling CombineSchedulers ImmediateScheduler.swift
[43/46] Compiling CombineSchedulers Deprecations.swift
[44/46] Compiling CombineSchedulers SwiftUI.swift
[45/46] Compiling CombineSchedulers AnyScheduler.swift
[46/46] Compiling CombineSchedulers Concurrency.swift
Build complete! (16.28s)
Fetching https://github.com/pointfreeco/swift-concurrency-extras
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/704] Fetching swift-concurrency-extras
[241/5672] Fetching swift-concurrency-extras, xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (1.92s)
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (1.92s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.2.2 (0.43s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 1.1.0 (2.67s)
Creating working copy for https://github.com/pointfreeco/swift-concurrency-extras
Working copy of https://github.com/pointfreeco/swift-concurrency-extras resolved at 1.1.0
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.2.2
Build complete.
Done.