This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.

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 Asynchrone with Swift 5.8 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4606859-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.8-latest swift build 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.28.9
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/reddavis/Asynchrone.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/reddavis/Asynchrone
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 1ddfcd3 feat: remove Jazzy documentation (#52)
Cloned https://github.com/reddavis/Asynchrone.git
Revision (git rev-parse @):
1ddfcd3bc93277f68dffb793fc60001902f2517b
SPI manifest file found: $workDir/.spi.yml
SUCCESS checkout https://github.com/reddavis/Asynchrone.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.8
Building package at path:  $workDir
https://github.com/reddavis/Asynchrone.git
Running build ...
bash -c docker run --rm -v "checkouts-4606859-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.8-latest swift build 2>&1
Building for debugging...
[1/30] Emitting module Asynchrone
/host/spi-builder-workspace/Sources/Asynchrone/Sequences/DelayAsyncSequence.swift:64:21: warning: stored property 'lastEmission' of 'Sendable'-conforming struct 'Iterator' has non-sendable type 'Date?'
        private var lastEmission: Date?
                    ^
Foundation.Date:1:15: note: struct 'Date' does not conform to the 'Sendable' protocol
public struct Date : ReferenceConvertible, Comparable, Equatable {
              ^
/host/spi-builder-workspace/Sources/Asynchrone/Sequences/DelayAsyncSequence.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/Asynchrone/Sequences/ThrottleAsyncSequence.swift:82:21: warning: stored property 'lastEmission' of 'Sendable'-conforming struct 'Iterator' has non-sendable type 'Date?'
        private var lastEmission: Date?
                    ^
Foundation.Date:1:15: note: struct 'Date' does not conform to the 'Sendable' protocol
public struct Date : ReferenceConvertible, Comparable, Equatable {
              ^
/host/spi-builder-workspace/Sources/Asynchrone/Sequences/ThrottleAsyncSequence.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[2/34] Compiling Asynchrone AsyncSequenceCompletion.swift
[3/34] Compiling Asynchrone CatchErrorAsyncSequence.swift
[4/34] Compiling Asynchrone ChainAsyncSequenceable.swift
[5/34] Compiling Asynchrone CombineLatest3AsyncSequence.swift
[6/34] Compiling Asynchrone CombineLatestAsyncSequence.swift
/host/spi-builder-workspace/Sources/Asynchrone/Sequences/DelayAsyncSequence.swift:64:21: warning: stored property 'lastEmission' of 'Sendable'-conforming struct 'Iterator' has non-sendable type 'Date?'
        private var lastEmission: Date?
                    ^
Foundation.Date:1:15: note: struct 'Date' does not conform to the 'Sendable' protocol
public struct Date : ReferenceConvertible, Comparable, Equatable {
              ^
/host/spi-builder-workspace/Sources/Asynchrone/Sequences/DelayAsyncSequence.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[7/34] Compiling Asynchrone CurrentElementAsyncSequence.swift
/host/spi-builder-workspace/Sources/Asynchrone/Sequences/DelayAsyncSequence.swift:64:21: warning: stored property 'lastEmission' of 'Sendable'-conforming struct 'Iterator' has non-sendable type 'Date?'
        private var lastEmission: Date?
                    ^
Foundation.Date:1:15: note: struct 'Date' does not conform to the 'Sendable' protocol
public struct Date : ReferenceConvertible, Comparable, Equatable {
              ^
/host/spi-builder-workspace/Sources/Asynchrone/Sequences/DelayAsyncSequence.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[8/34] Compiling Asynchrone DebounceAsyncSequence.swift
/host/spi-builder-workspace/Sources/Asynchrone/Sequences/DelayAsyncSequence.swift:64:21: warning: stored property 'lastEmission' of 'Sendable'-conforming struct 'Iterator' has non-sendable type 'Date?'
        private var lastEmission: Date?
                    ^
Foundation.Date:1:15: note: struct 'Date' does not conform to the 'Sendable' protocol
public struct Date : ReferenceConvertible, Comparable, Equatable {
              ^
/host/spi-builder-workspace/Sources/Asynchrone/Sequences/DelayAsyncSequence.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[9/34] Compiling Asynchrone DelayAsyncSequence.swift
/host/spi-builder-workspace/Sources/Asynchrone/Sequences/DelayAsyncSequence.swift:64:21: warning: stored property 'lastEmission' of 'Sendable'-conforming struct 'Iterator' has non-sendable type 'Date?'
        private var lastEmission: Date?
                    ^
Foundation.Date:1:15: note: struct 'Date' does not conform to the 'Sendable' protocol
public struct Date : ReferenceConvertible, Comparable, Equatable {
              ^
/host/spi-builder-workspace/Sources/Asynchrone/Sequences/DelayAsyncSequence.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[10/34] Compiling Asynchrone ReplaceErrorAsyncSequence.swift
/host/spi-builder-workspace/Sources/Asynchrone/Sequences/ThrottleAsyncSequence.swift:82:21: warning: stored property 'lastEmission' of 'Sendable'-conforming struct 'Iterator' has non-sendable type 'Date?'
        private var lastEmission: Date?
                    ^
Foundation.Date:1:15: note: struct 'Date' does not conform to the 'Sendable' protocol
public struct Date : ReferenceConvertible, Comparable, Equatable {
              ^
/host/spi-builder-workspace/Sources/Asynchrone/Sequences/ThrottleAsyncSequence.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[11/34] Compiling Asynchrone SequenceAsyncSequence.swift
/host/spi-builder-workspace/Sources/Asynchrone/Sequences/ThrottleAsyncSequence.swift:82:21: warning: stored property 'lastEmission' of 'Sendable'-conforming struct 'Iterator' has non-sendable type 'Date?'
        private var lastEmission: Date?
                    ^
Foundation.Date:1:15: note: struct 'Date' does not conform to the 'Sendable' protocol
public struct Date : ReferenceConvertible, Comparable, Equatable {
              ^
/host/spi-builder-workspace/Sources/Asynchrone/Sequences/ThrottleAsyncSequence.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[12/34] Compiling Asynchrone SharedAsyncSequence.swift
/host/spi-builder-workspace/Sources/Asynchrone/Sequences/ThrottleAsyncSequence.swift:82:21: warning: stored property 'lastEmission' of 'Sendable'-conforming struct 'Iterator' has non-sendable type 'Date?'
        private var lastEmission: Date?
                    ^
Foundation.Date:1:15: note: struct 'Date' does not conform to the 'Sendable' protocol
public struct Date : ReferenceConvertible, Comparable, Equatable {
              ^
/host/spi-builder-workspace/Sources/Asynchrone/Sequences/ThrottleAsyncSequence.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[13/34] Compiling Asynchrone ThrottleAsyncSequence.swift
/host/spi-builder-workspace/Sources/Asynchrone/Sequences/ThrottleAsyncSequence.swift:82:21: warning: stored property 'lastEmission' of 'Sendable'-conforming struct 'Iterator' has non-sendable type 'Date?'
        private var lastEmission: Date?
                    ^
Foundation.Date:1:15: note: struct 'Date' does not conform to the 'Sendable' protocol
public struct Date : ReferenceConvertible, Comparable, Equatable {
              ^
/host/spi-builder-workspace/Sources/Asynchrone/Sequences/ThrottleAsyncSequence.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[14/34] Compiling Asynchrone ThrowingPassthroughAsyncSequence.swift
[15/34] Compiling Asynchrone TimerAsyncSequence.swift
[16/34] Compiling Asynchrone Zip3AsyncSequence.swift
[17/34] Compiling Asynchrone ZipAsyncSequence.swift
[18/34] Compiling Asynchrone ErrorMechanism.swift
[19/34] Compiling Asynchrone RethrowingAccessor.swift
[20/34] Compiling Asynchrone AsyncSequence+Extension.swift
[21/34] Compiling Asynchrone AsyncStream+Extension.swift
[22/34] Compiling Asynchrone AsyncThrowingStream+Extension.swift
[23/34] Compiling Asynchrone MergeAsyncSequence.swift
[24/34] Compiling Asynchrone NotificationCenterAsyncSequence.swift
[25/34] Compiling Asynchrone PassthroughAsyncSequence.swift
[26/34] Compiling Asynchrone RemoveDuplicatesAsyncSequence.swift
[27/34] Compiling Asynchrone Empty.swift
[28/34] Compiling Asynchrone Fail.swift
[29/34] Compiling Asynchrone Just.swift
[30/34] Compiling Asynchrone Merge3AsyncSequence.swift
[31/34] Compiling Asynchrone Task+Extension.swift
[32/34] Compiling Asynchrone TimeInterval+Extension.swift
[33/34] Compiling Asynchrone AnyAsyncSequenceable.swift
[34/34] Compiling Asynchrone AnyThrowingAsyncSequenceable.swift
Build complete! (5.46s)
Build complete.
Done.
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.