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 SwiftCoroutine with Swift 5.9 for Linux.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.22.3
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/belozierov/SwiftCoroutine.git
Reference: 2.1.11
From https://github.com/belozierov/SwiftCoroutine
 * tag               2.1.11     -> FETCH_HEAD
Cloned https://github.com/belozierov/SwiftCoroutine.git into /host/spi-builder-workspace
Revision (git rev-parse @):
SUCCESS checkout https://github.com/belozierov/SwiftCoroutine.git at 2.1.11
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.9
Building package at path:  /host/spi-builder-workspace
Client: Docker Engine - Community
 Version:    24.0.6
 Context:    default
 Debug Mode: false
 Plugins:
  buildx: Docker Buildx (Docker Inc.)
    Version:  v0.11.2
    Path:     /usr/libexec/docker/cli-plugins/docker-buildx
  compose: Docker Compose (Docker Inc.)
    Version:  v2.21.0
    Path:     /usr/libexec/docker/cli-plugins/docker-compose

Server:
 Containers: 2
  Running: 1
  Paused: 0
  Stopped: 1
 Images: 15
 Server Version: 24.0.2
 Storage Driver: overlay2
  Backing Filesystem: extfs
  Supports d_type: true
  Using metacopy: false
  Native Overlay Diff: false
  userxattr: false
 Logging Driver: json-file
 Cgroup Driver: cgroupfs
 Cgroup Version: 1
 Plugins:
  Volume: local
  Network: bridge host ipvlan macvlan null overlay
  Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
 Swarm: inactive
 Runtimes: io.containerd.runc.v2 runc
 Default Runtime: runc
 Init Binary: docker-init
 containerd version: 3dce8eb055cbb6872793272b4f20ed16117344f8
 runc version: v1.1.7-0-g860f061
 init version: de40ad0
 Security Options:
  apparmor
  seccomp
   Profile: builtin
 Kernel Version: 5.4.0-1109-azure
 Operating System: Ubuntu 18.04.6 LTS
 OSType: linux
 Architecture: x86_64
 CPUs: 8
 Total Memory: 31.36GiB
 Name: lb1
 ID: UY74:UH4K:TTAZ:FGJU:C4S4:QTKO:WTQO:SFMF:XQCM:7D33:AENF:QBQA
 Docker Root Dir: /var/lib/docker
 Debug Mode: false
 Labels:
  provider=azure
 Experimental: false
 Insecure Registries:
  127.0.0.0/8
 Live Restore Enabled: false
Running build ...
bash -c docker run --rm -v "checkouts-4606859-1":/host -w "/host/spi-builder-workspace" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build 2>&1
Building for debugging...
[0/1] Compiling CCoroutine CCoroutine.c
[2/41] Emitting module SwiftCoroutine
[3/46] Compiling SwiftCoroutine CoFuture1+await.swift
[4/46] Compiling SwiftCoroutine CoFuture2+map.swift
[5/46] Compiling SwiftCoroutine CoFuture3+flatMap.swift
[6/46] Compiling SwiftCoroutine CoFuture4+whenComplete.swift
[7/46] Compiling SwiftCoroutine CoFuture5+hashable.swift
[8/46] Compiling SwiftCoroutine CoChannel+Combine.swift
[9/46] Compiling SwiftCoroutine _BufferedChannel.swift
[10/46] Compiling SwiftCoroutine _Channel.swift
[11/46] Compiling SwiftCoroutine _CoChannelMap.swift
[12/46] Compiling SwiftCoroutine _ConflatedChannel.swift
[13/46] Compiling SwiftCoroutine CoChannel.swift
[14/46] Compiling SwiftCoroutine CoChannelError.swift
[15/46] Compiling SwiftCoroutine QueueNodeEraser.swift
[16/46] Compiling SwiftCoroutine Storage.swift
[17/46] Compiling SwiftCoroutine TaggedPointer.swift
[18/46] Compiling SwiftCoroutine Constants.swift
[19/46] Compiling SwiftCoroutine DispatchSourceTimer+extensions.swift
[20/46] Compiling SwiftCoroutine CoChannelReceiver.swift
[21/46] Compiling SwiftCoroutine CoChannelSender.swift
[22/46] Compiling SwiftCoroutine CoFutureError.swift
[23/46] Compiling SwiftCoroutine CoFuture.swift
[24/46] Compiling SwiftCoroutine CoPromise.swift
[25/46] Compiling SwiftCoroutine URLSession+CoFuture.swift
[26/46] Compiling SwiftCoroutine CoroutineScheduler.swift
[27/46] Compiling SwiftCoroutine AtomicInt.swift
[28/46] Compiling SwiftCoroutine AtomicTuple.swift
[29/46] Compiling SwiftCoroutine CallbackStack.swift
[30/46] Compiling SwiftCoroutine FifoQueue.swift
[31/46] Compiling SwiftCoroutine CoroutineProtocol.swift
[32/46] Compiling SwiftCoroutine SharedCoroutine.swift
[33/46] Compiling SwiftCoroutine SharedCoroutineDispatcher.swift
[34/46] Compiling SwiftCoroutine SharedCoroutineQueue.swift
[35/46] Compiling SwiftCoroutine CoroutineScheduler+DispatchQueue.swift
[36/46] Compiling SwiftCoroutine CoChannelPublisher.swift
[37/46] Compiling SwiftCoroutine CoChannelSubscription.swift
[38/46] Compiling SwiftCoroutine CoFuture+Combine.swift
[39/46] Compiling SwiftCoroutine CoFuturePublisher.swift
[40/46] Compiling SwiftCoroutine CoFutureSubscription.swift
[41/46] Compiling SwiftCoroutine CoCancellable.swift
[42/46] Compiling SwiftCoroutine CoScope.swift
[43/46] Compiling SwiftCoroutine CoroutineContext.swift
[44/46] Compiling SwiftCoroutine Coroutine+StackSize.swift
[45/46] Compiling SwiftCoroutine Coroutine.swift
[46/46] Compiling SwiftCoroutine CoroutineError.swift
Build complete! (6.08s)
Build complete.
Done.
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.