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 ProgressSpinnerKit, reference 0.5.0 (cae8d1), with Swift 6.1 for Linux on 29 Apr 2025 23:45:43 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.61.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/yutailang0119/progressspinnerkit.git
Reference: 0.5.0
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/yutailang0119/progressspinnerkit
 * tag               0.5.0      -> FETCH_HEAD
HEAD is now at cae8d12 Update README
Cloned https://github.com/yutailang0119/progressspinnerkit.git
Revision (git rev-parse @):
cae8d1237c3fd44944e05fd71259f2d5668d7ed0
SUCCESS checkout https://github.com/yutailang0119/progressspinnerkit.git at 0.5.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/yutailang0119/progressspinnerkit.git
https://github.com/yutailang0119/progressspinnerkit.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-tools-support-core",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.7.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-tools-support-core"
    }
  ],
  "manifest_display_name" : "ProgressSpinnerKit",
  "name" : "ProgressSpinnerKit",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "ProgressSpinnerKit",
      "targets" : [
        "ProgressSpinnerKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Demo",
      "targets" : [
        "Demo"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ProgressSpinnerKitTests",
      "module_type" : "SwiftTarget",
      "name" : "ProgressSpinnerKitTests",
      "path" : "Tests/ProgressSpinnerKitTests",
      "sources" : [
        "ProgressSpinnerTests.swift"
      ],
      "target_dependencies" : [
        "ProgressSpinnerKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ProgressSpinnerKit",
      "module_type" : "SwiftTarget",
      "name" : "ProgressSpinnerKit",
      "path" : "Sources/ProgressSpinnerKit",
      "product_dependencies" : [
        "SwiftToolsSupport"
      ],
      "product_memberships" : [
        "ProgressSpinnerKit",
        "Demo"
      ],
      "sources" : [
        "ProgressSpinner.swift",
        "Spinner.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Demo",
      "module_type" : "SwiftTarget",
      "name" : "Demo",
      "path" : "Sources/Demo",
      "product_memberships" : [
        "Demo"
      ],
      "sources" : [
        "Demo.swift"
      ],
      "target_dependencies" : [
        "ProgressSpinnerKit"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.7"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/apple/swift-tools-support-core
[1/6718] Fetching swift-tools-support-core
Fetched https://github.com/apple/swift-tools-support-core from cache (0.59s)
Computing version for https://github.com/apple/swift-tools-support-core
Computed https://github.com/apple/swift-tools-support-core at 0.7.2 (1.79s)
Creating working copy for https://github.com/apple/swift-tools-support-core
Working copy of https://github.com/apple/swift-tools-support-core resolved at 0.7.2
Building for debugging...
[0/17] Write sources
[5/17] Compiling TSCclibc process.c
[6/17] Compiling TSCclibc libc.c
[7/17] Write swift-version-24593BA9C3E375BF.txt
[9/19] Emitting module TSCLibc
[10/19] Compiling TSCLibc libc.swift
[11/20] Wrapping AST for TSCLibc for debugging
[13/60] Emitting module TSCBasic
[14/65] Compiling TSCBasic Await.swift
[15/65] Compiling TSCBasic Base64URL.swift
[16/65] Compiling TSCBasic ByteString.swift
[17/65] Compiling TSCBasic CStringArray.swift
[18/65] Compiling TSCBasic CacheableSequence.swift
[19/65] Compiling TSCBasic Closable.swift
[20/65] Compiling TSCBasic OSLog.swift
[21/65] Compiling TSCBasic ObjectIdentifierProtocol.swift
[22/65] Compiling TSCBasic OrderedDictionary.swift
[23/65] Compiling TSCBasic OrderedSet.swift
[24/65] Compiling TSCBasic Path.swift
[25/65] Compiling TSCBasic Result.swift
[26/65] Compiling TSCBasic SortedArray.swift
[27/65] Compiling TSCBasic StringConversions.swift
[28/65] Compiling TSCBasic SynchronizedQueue.swift
[29/65] Compiling TSCBasic TemporaryFile.swift
[30/65] Compiling TSCBasic CodableResult.swift
[31/65] Compiling TSCBasic CollectionAlgorithms.swift
[32/65] Compiling TSCBasic CollectionExtensions.swift
[33/65] Compiling TSCBasic Condition.swift
[34/65] Compiling TSCBasic DeltaAlgorithm.swift
[35/65] Compiling TSCBasic DiagnosticsEngine.swift
[36/65] Compiling TSCBasic HashAlgorithms.swift
[37/65] Compiling TSCBasic JSON.swift
[38/65] Compiling TSCBasic JSONMapper.swift
[39/65] Compiling TSCBasic KeyedPair.swift
[40/65] Compiling TSCBasic LazyCache.swift
[41/65] Compiling TSCBasic Lock.swift
[42/65] Compiling TSCBasic PathShims.swift
[43/65] Compiling TSCBasic Process.swift
[44/65] Compiling TSCBasic ProcessEnv.swift
[45/65] Compiling TSCBasic ProcessSet.swift
[46/65] Compiling TSCBasic RegEx.swift
[47/65] Compiling TSCBasic DictionaryExtensions.swift
[48/65] Compiling TSCBasic DictionaryLiteralExtensions.swift
[49/65] Compiling TSCBasic EditDistance.swift
[50/65] Compiling TSCBasic FileInfo.swift
[51/65] Compiling TSCBasic FileSystem.swift
[52/65] Compiling TSCBasic GraphAlgorithms.swift
[53/65] Compiling TSCBasic TerminalController.swift
[54/65] Compiling TSCBasic Thread.swift
[55/65] Compiling TSCBasic Tuple.swift
[56/65] Compiling TSCBasic WritableByteStream.swift
[57/65] Compiling TSCBasic misc.swift
[58/66] Wrapping AST for TSCBasic for debugging
[60/101] Compiling TSCUtility Tracing.swift
[61/101] Compiling TSCUtility Triple.swift
[62/101] Compiling TSCUtility URL.swift
[63/101] Compiling TSCUtility Verbosity.swift
[64/105] Compiling TSCUtility Context.swift
[65/105] Compiling TSCUtility Diagnostics.swift
[66/105] Compiling TSCUtility FSWatch.swift
[67/105] Compiling TSCUtility FloatingPointExtensions.swift
[68/105] Compiling TSCUtility Git.swift
[69/105] Emitting module TSCUtility
[70/105] Compiling TSCUtility Bitstream.swift
[71/105] Compiling TSCUtility BitstreamReader.swift
[72/105] Compiling TSCUtility BitstreamWriter.swift
[73/105] Compiling TSCUtility BuildFlags.swift
[74/105] Compiling TSCUtility CollectionExtensions.swift
[75/105] Compiling TSCUtility Version.swift
[76/105] Compiling TSCUtility Versioning.swift
[77/105] Compiling TSCUtility dlopen.swift
[78/105] Compiling TSCUtility misc.swift
[79/105] Compiling TSCUtility Archiver.swift
[80/105] Compiling TSCUtility ArgumentParser.swift
[81/105] Compiling TSCUtility ArgumentParserShellCompletion.swift
[82/105] Compiling TSCUtility Array+Extensions.swift
[83/105] Compiling TSCUtility Bits.swift
[84/105] Compiling TSCUtility Hex.swift
[85/105] Compiling TSCUtility IndexStore.swift
[86/105] Compiling TSCUtility InterruptHandler.swift
[87/105] Compiling TSCUtility JSONMessageStreamingParser.swift
[88/105] Compiling TSCUtility Netrc.swift
[89/105] Compiling TSCUtility OSLog.swift
[90/105] Compiling TSCUtility OrderedZip.swift
[91/105] Compiling TSCUtility PkgConfig.swift
[92/105] Compiling TSCUtility Platform.swift
[93/105] Compiling TSCUtility PolymorphicCodable.swift
[94/105] Compiling TSCUtility ProgressAnimation.swift
[95/105] Compiling TSCUtility SerializedDiagnostics.swift
[96/105] Compiling TSCUtility SimplePersistence.swift
[97/105] Compiling TSCUtility StringExtensions.swift
[98/105] Compiling TSCUtility StringMangling.swift
[99/106] Wrapping AST for TSCUtility for debugging
[100/106] Write Objects.LinkFileList
[101/106] Linking libSwiftToolsSupport.so
[103/109] Emitting module ProgressSpinnerKit
[104/109] Compiling ProgressSpinnerKit Spinner.swift
[105/109] Compiling ProgressSpinnerKit ProgressSpinner.swift
/host/spi-builder-workspace/Sources/ProgressSpinnerKit/ProgressSpinner.swift:60:24: warning: capture of 'self' with non-sendable type 'SingleLineProgressSpinnar?' in a '@Sendable' closure; this is an error in the Swift 6 language mode
 21 |
 22 | /// A single line progress bar.
 23 | final class SingleLineProgressSpinnar: ProgressSpinnable {
    |             `- note: class 'SingleLineProgressSpinnar' does not conform to the 'Sendable' protocol
 24 |   private let stream: OutputByteStream
 25 |   private let header: String
    :
 58 |
 59 |     queue.async { [weak self] in
 60 |       guard let self = self else {
    |                        `- warning: capture of 'self' with non-sendable type 'SingleLineProgressSpinnar?' in a '@Sendable' closure; this is an error in the Swift 6 language mode
 61 |         return
 62 |       }
/host/spi-builder-workspace/Sources/ProgressSpinnerKit/ProgressSpinner.swift:115:24: warning: capture of 'self' with non-sendable type 'SimpleProgressSpinner?' in a '@Sendable' closure; this is an error in the Swift 6 language mode
 80 | }
 81 |
 82 | final class SimpleProgressSpinner: ProgressSpinnable {
    |             `- note: class 'SimpleProgressSpinner' does not conform to the 'Sendable' protocol
 83 |   private let stream: OutputByteStream
 84 |   private let header: String
    :
113 |
114 |     queue.async { [weak self] in
115 |       guard let self = self else {
    |                        `- warning: capture of 'self' with non-sendable type 'SimpleProgressSpinner?' in a '@Sendable' closure; this is an error in the Swift 6 language mode
116 |         return
117 |       }
/host/spi-builder-workspace/Sources/ProgressSpinnerKit/ProgressSpinner.swift:164:24: warning: capture of 'self' with non-sendable type 'ProgressSpinner?' in a '@Sendable' closure; this is an error in the Swift 6 language mode
138 | }
139 |
140 | final class ProgressSpinner: ProgressSpinnable {
    |             `- note: class 'ProgressSpinner' does not conform to the 'Sendable' protocol
141 |   private let term: TerminalController
142 |   private let header: String
    :
162 |
163 |     queue.async { [weak self] in
164 |       guard let self = self else {
    |                        `- warning: capture of 'self' with non-sendable type 'ProgressSpinner?' in a '@Sendable' closure; this is an error in the Swift 6 language mode
165 |         return
166 |       }
[106/110] Wrapping AST for ProgressSpinnerKit for debugging
[108/112] Emitting module Demo
[109/112] Compiling Demo Demo.swift
/host/spi-builder-workspace/Sources/Demo/Demo.swift:12:23: warning: reference to var 'stderrStream' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 10 |     do {
 11 |       let defaultSpinner = ProgressSpinnerKit.progressSpinner(
 12 |         for: TSCBasic.stderrStream,
    |                       `- warning: reference to var 'stderrStream' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 13 |         header: " default:"
 14 |       )
/host/spi-builder-workspace/.build/checkouts/swift-tools-support-core/Sources/TSCBasic/WritableByteStream.swift:828:12: note: var declared here
826 |
827 | /// Public stderr stream instance.
828 | public var stderrStream: ThreadSafeOutputByteStream = try! ThreadSafeOutputByteStream(LocalFileOutputByteStream(
    |            `- note: var declared here
829 |     filePointer: TSCLibc.stderr,
830 |     closeOnDeinit: false))
/host/spi-builder-workspace/Sources/Demo/Demo.swift:22:23: warning: reference to var 'stderrStream' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 20 |     do {
 21 |       let box1 = ProgressSpinnerKit.progressSpinner(
 22 |         for: TSCBasic.stderrStream,
    |                       `- warning: reference to var 'stderrStream' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 23 |         header: " box1:",
 24 |         spinner: Spinner(kind: .box1)
/host/spi-builder-workspace/.build/checkouts/swift-tools-support-core/Sources/TSCBasic/WritableByteStream.swift:828:12: note: var declared here
826 |
827 | /// Public stderr stream instance.
828 | public var stderrStream: ThreadSafeOutputByteStream = try! ThreadSafeOutputByteStream(LocalFileOutputByteStream(
    |            `- note: var declared here
829 |     filePointer: TSCLibc.stderr,
830 |     closeOnDeinit: false))
/host/spi-builder-workspace/Sources/Demo/Demo.swift:33:23: warning: reference to var 'stderrStream' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 31 |     do {
 32 |       let box2 = ProgressSpinnerKit.progressSpinner(
 33 |         for: TSCBasic.stderrStream,
    |                       `- warning: reference to var 'stderrStream' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 34 |         header: " box2:",
 35 |         spinner: Spinner(kind: .box2)
/host/spi-builder-workspace/.build/checkouts/swift-tools-support-core/Sources/TSCBasic/WritableByteStream.swift:828:12: note: var declared here
826 |
827 | /// Public stderr stream instance.
828 | public var stderrStream: ThreadSafeOutputByteStream = try! ThreadSafeOutputByteStream(LocalFileOutputByteStream(
    |            `- note: var declared here
829 |     filePointer: TSCLibc.stderr,
830 |     closeOnDeinit: false))
/host/spi-builder-workspace/Sources/Demo/Demo.swift:44:23: warning: reference to var 'stderrStream' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 42 |     do {
 43 |       let box3 = ProgressSpinnerKit.progressSpinner(
 44 |         for: TSCBasic.stderrStream,
    |                       `- warning: reference to var 'stderrStream' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 45 |         header: " box3:",
 46 |         spinner: Spinner(kind: .box3)
/host/spi-builder-workspace/.build/checkouts/swift-tools-support-core/Sources/TSCBasic/WritableByteStream.swift:828:12: note: var declared here
826 |
827 | /// Public stderr stream instance.
828 | public var stderrStream: ThreadSafeOutputByteStream = try! ThreadSafeOutputByteStream(LocalFileOutputByteStream(
    |            `- note: var declared here
829 |     filePointer: TSCLibc.stderr,
830 |     closeOnDeinit: false))
/host/spi-builder-workspace/Sources/Demo/Demo.swift:55:23: warning: reference to var 'stderrStream' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 53 |     do {
 54 |       let box4 = ProgressSpinnerKit.progressSpinner(
 55 |         for: TSCBasic.stderrStream,
    |                       `- warning: reference to var 'stderrStream' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 56 |         header: " box4:",
 57 |         spinner: Spinner(kind: .box4)
/host/spi-builder-workspace/.build/checkouts/swift-tools-support-core/Sources/TSCBasic/WritableByteStream.swift:828:12: note: var declared here
826 |
827 | /// Public stderr stream instance.
828 | public var stderrStream: ThreadSafeOutputByteStream = try! ThreadSafeOutputByteStream(LocalFileOutputByteStream(
    |            `- note: var declared here
829 |     filePointer: TSCLibc.stderr,
830 |     closeOnDeinit: false))
/host/spi-builder-workspace/Sources/Demo/Demo.swift:66:23: warning: reference to var 'stderrStream' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 64 |     do {
 65 |       let box5 = ProgressSpinnerKit.progressSpinner(
 66 |         for: TSCBasic.stderrStream,
    |                       `- warning: reference to var 'stderrStream' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 67 |         header: " box5:",
 68 |         spinner: Spinner(kind: .box5)
/host/spi-builder-workspace/.build/checkouts/swift-tools-support-core/Sources/TSCBasic/WritableByteStream.swift:828:12: note: var declared here
826 |
827 | /// Public stderr stream instance.
828 | public var stderrStream: ThreadSafeOutputByteStream = try! ThreadSafeOutputByteStream(LocalFileOutputByteStream(
    |            `- note: var declared here
829 |     filePointer: TSCLibc.stderr,
830 |     closeOnDeinit: false))
/host/spi-builder-workspace/Sources/Demo/Demo.swift:77:23: warning: reference to var 'stderrStream' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 75 |     do {
 76 |       let box6 = ProgressSpinnerKit.progressSpinner(
 77 |         for: TSCBasic.stderrStream,
    |                       `- warning: reference to var 'stderrStream' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 78 |         header: " box6:",
 79 |         spinner: Spinner(kind: .box6)
/host/spi-builder-workspace/.build/checkouts/swift-tools-support-core/Sources/TSCBasic/WritableByteStream.swift:828:12: note: var declared here
826 |
827 | /// Public stderr stream instance.
828 | public var stderrStream: ThreadSafeOutputByteStream = try! ThreadSafeOutputByteStream(LocalFileOutputByteStream(
    |            `- note: var declared here
829 |     filePointer: TSCLibc.stderr,
830 |     closeOnDeinit: false))
/host/spi-builder-workspace/Sources/Demo/Demo.swift:88:23: warning: reference to var 'stderrStream' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 86 |     do {
 87 |       let box7 = ProgressSpinnerKit.progressSpinner(
 88 |         for: TSCBasic.stderrStream,
    |                       `- warning: reference to var 'stderrStream' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 89 |         header: " box7:",
 90 |         spinner: Spinner(kind: .box7)
/host/spi-builder-workspace/.build/checkouts/swift-tools-support-core/Sources/TSCBasic/WritableByteStream.swift:828:12: note: var declared here
826 |
827 | /// Public stderr stream instance.
828 | public var stderrStream: ThreadSafeOutputByteStream = try! ThreadSafeOutputByteStream(LocalFileOutputByteStream(
    |            `- note: var declared here
829 |     filePointer: TSCLibc.stderr,
830 |     closeOnDeinit: false))
/host/spi-builder-workspace/Sources/Demo/Demo.swift:99:23: warning: reference to var 'stderrStream' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 97 |     do {
 98 |       let bar1 = ProgressSpinnerKit.progressSpinner(
 99 |         for: TSCBasic.stderrStream,
    |                       `- warning: reference to var 'stderrStream' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
100 |         header: " bar1:",
101 |         spinner: Spinner(kind: .bar1)
/host/spi-builder-workspace/.build/checkouts/swift-tools-support-core/Sources/TSCBasic/WritableByteStream.swift:828:12: note: var declared here
826 |
827 | /// Public stderr stream instance.
828 | public var stderrStream: ThreadSafeOutputByteStream = try! ThreadSafeOutputByteStream(LocalFileOutputByteStream(
    |            `- note: var declared here
829 |     filePointer: TSCLibc.stderr,
830 |     closeOnDeinit: false))
/host/spi-builder-workspace/Sources/Demo/Demo.swift:110:23: warning: reference to var 'stderrStream' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
108 |     do {
109 |       let bar2 = ProgressSpinnerKit.progressSpinner(
110 |         for: TSCBasic.stderrStream,
    |                       `- warning: reference to var 'stderrStream' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
111 |         header: " bar2:",
112 |         spinner: Spinner(kind: .bar2)
/host/spi-builder-workspace/.build/checkouts/swift-tools-support-core/Sources/TSCBasic/WritableByteStream.swift:828:12: note: var declared here
826 |
827 | /// Public stderr stream instance.
828 | public var stderrStream: ThreadSafeOutputByteStream = try! ThreadSafeOutputByteStream(LocalFileOutputByteStream(
    |            `- note: var declared here
829 |     filePointer: TSCLibc.stderr,
830 |     closeOnDeinit: false))
/host/spi-builder-workspace/Sources/Demo/Demo.swift:121:23: warning: reference to var 'stderrStream' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
119 |     do {
120 |       let bar3 = ProgressSpinnerKit.progressSpinner(
121 |         for: TSCBasic.stderrStream,
    |                       `- warning: reference to var 'stderrStream' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
122 |         header: " bar3:",
123 |         spinner: Spinner(kind: .bar3)
/host/spi-builder-workspace/.build/checkouts/swift-tools-support-core/Sources/TSCBasic/WritableByteStream.swift:828:12: note: var declared here
826 |
827 | /// Public stderr stream instance.
828 | public var stderrStream: ThreadSafeOutputByteStream = try! ThreadSafeOutputByteStream(LocalFileOutputByteStream(
    |            `- note: var declared here
829 |     filePointer: TSCLibc.stderr,
830 |     closeOnDeinit: false))
/host/spi-builder-workspace/Sources/Demo/Demo.swift:132:23: warning: reference to var 'stderrStream' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
130 |     do {
131 |       let bar4 = ProgressSpinnerKit.progressSpinner(
132 |         for: TSCBasic.stderrStream,
    |                       `- warning: reference to var 'stderrStream' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
133 |         header: " bar4:",
134 |         spinner: Spinner(kind: .bar4)
/host/spi-builder-workspace/.build/checkouts/swift-tools-support-core/Sources/TSCBasic/WritableByteStream.swift:828:12: note: var declared here
826 |
827 | /// Public stderr stream instance.
828 | public var stderrStream: ThreadSafeOutputByteStream = try! ThreadSafeOutputByteStream(LocalFileOutputByteStream(
    |            `- note: var declared here
829 |     filePointer: TSCLibc.stderr,
830 |     closeOnDeinit: false))
/host/spi-builder-workspace/Sources/Demo/Demo.swift:143:23: warning: reference to var 'stderrStream' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
141 |     do {
142 |       let bar5 = ProgressSpinnerKit.progressSpinner(
143 |         for: TSCBasic.stderrStream,
    |                       `- warning: reference to var 'stderrStream' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
144 |         header: " bar5:",
145 |         spinner: Spinner(kind: .bar5)
/host/spi-builder-workspace/.build/checkouts/swift-tools-support-core/Sources/TSCBasic/WritableByteStream.swift:828:12: note: var declared here
826 |
827 | /// Public stderr stream instance.
828 | public var stderrStream: ThreadSafeOutputByteStream = try! ThreadSafeOutputByteStream(LocalFileOutputByteStream(
    |            `- note: var declared here
829 |     filePointer: TSCLibc.stderr,
830 |     closeOnDeinit: false))
/host/spi-builder-workspace/Sources/Demo/Demo.swift:154:23: warning: reference to var 'stderrStream' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
152 |     do {
153 |       let bar6 = ProgressSpinnerKit.progressSpinner(
154 |         for: TSCBasic.stderrStream,
    |                       `- warning: reference to var 'stderrStream' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
155 |         header: " bar6:",
156 |         spinner: Spinner(kind: .bar6)
/host/spi-builder-workspace/.build/checkouts/swift-tools-support-core/Sources/TSCBasic/WritableByteStream.swift:828:12: note: var declared here
826 |
827 | /// Public stderr stream instance.
828 | public var stderrStream: ThreadSafeOutputByteStream = try! ThreadSafeOutputByteStream(LocalFileOutputByteStream(
    |            `- note: var declared here
829 |     filePointer: TSCLibc.stderr,
830 |     closeOnDeinit: false))
/host/spi-builder-workspace/Sources/Demo/Demo.swift:165:23: warning: reference to var 'stderrStream' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
163 |     do {
164 |       let spin1 = ProgressSpinnerKit.progressSpinner(
165 |         for: TSCBasic.stderrStream,
    |                       `- warning: reference to var 'stderrStream' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
166 |         header: " spin1:",
167 |         spinner: Spinner(kind: .spin1)
/host/spi-builder-workspace/.build/checkouts/swift-tools-support-core/Sources/TSCBasic/WritableByteStream.swift:828:12: note: var declared here
826 |
827 | /// Public stderr stream instance.
828 | public var stderrStream: ThreadSafeOutputByteStream = try! ThreadSafeOutputByteStream(LocalFileOutputByteStream(
    |            `- note: var declared here
829 |     filePointer: TSCLibc.stderr,
830 |     closeOnDeinit: false))
/host/spi-builder-workspace/Sources/Demo/Demo.swift:176:23: warning: reference to var 'stderrStream' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
174 |     do {
175 |       let spin2 = ProgressSpinnerKit.progressSpinner(
176 |         for: TSCBasic.stderrStream,
    |                       `- warning: reference to var 'stderrStream' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
177 |         header: " spin2:",
178 |         spinner: Spinner(kind: .spin2)
/host/spi-builder-workspace/.build/checkouts/swift-tools-support-core/Sources/TSCBasic/WritableByteStream.swift:828:12: note: var declared here
826 |
827 | /// Public stderr stream instance.
828 | public var stderrStream: ThreadSafeOutputByteStream = try! ThreadSafeOutputByteStream(LocalFileOutputByteStream(
    |            `- note: var declared here
829 |     filePointer: TSCLibc.stderr,
830 |     closeOnDeinit: false))
/host/spi-builder-workspace/Sources/Demo/Demo.swift:187:23: warning: reference to var 'stderrStream' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
185 |     do {
186 |       let spin3 = ProgressSpinnerKit.progressSpinner(
187 |         for: TSCBasic.stderrStream,
    |                       `- warning: reference to var 'stderrStream' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
188 |         header: " spin3:",
189 |         spinner: Spinner(kind: .spin3)
/host/spi-builder-workspace/.build/checkouts/swift-tools-support-core/Sources/TSCBasic/WritableByteStream.swift:828:12: note: var declared here
826 |
827 | /// Public stderr stream instance.
828 | public var stderrStream: ThreadSafeOutputByteStream = try! ThreadSafeOutputByteStream(LocalFileOutputByteStream(
    |            `- note: var declared here
829 |     filePointer: TSCLibc.stderr,
830 |     closeOnDeinit: false))
/host/spi-builder-workspace/Sources/Demo/Demo.swift:198:23: warning: reference to var 'stderrStream' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
196 |     do {
197 |       let spin4 = ProgressSpinnerKit.progressSpinner(
198 |         for: TSCBasic.stderrStream,
    |                       `- warning: reference to var 'stderrStream' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
199 |         header: " spin4:",
200 |         spinner: Spinner(kind: .spin4)
/host/spi-builder-workspace/.build/checkouts/swift-tools-support-core/Sources/TSCBasic/WritableByteStream.swift:828:12: note: var declared here
826 |
827 | /// Public stderr stream instance.
828 | public var stderrStream: ThreadSafeOutputByteStream = try! ThreadSafeOutputByteStream(LocalFileOutputByteStream(
    |            `- note: var declared here
829 |     filePointer: TSCLibc.stderr,
830 |     closeOnDeinit: false))
/host/spi-builder-workspace/Sources/Demo/Demo.swift:209:23: warning: reference to var 'stderrStream' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
207 |     do {
208 |       let spin5 = ProgressSpinnerKit.progressSpinner(
209 |         for: TSCBasic.stderrStream,
    |                       `- warning: reference to var 'stderrStream' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
210 |         header: " spin5:",
211 |         spinner: Spinner(kind: .spin5)
/host/spi-builder-workspace/.build/checkouts/swift-tools-support-core/Sources/TSCBasic/WritableByteStream.swift:828:12: note: var declared here
826 |
827 | /// Public stderr stream instance.
828 | public var stderrStream: ThreadSafeOutputByteStream = try! ThreadSafeOutputByteStream(LocalFileOutputByteStream(
    |            `- note: var declared here
829 |     filePointer: TSCLibc.stderr,
830 |     closeOnDeinit: false))
/host/spi-builder-workspace/Sources/Demo/Demo.swift:220:23: warning: reference to var 'stderrStream' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
218 |     do {
219 |       let spin6 = ProgressSpinnerKit.progressSpinner(
220 |         for: TSCBasic.stderrStream,
    |                       `- warning: reference to var 'stderrStream' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
221 |         header: " spin6:",
222 |         spinner: Spinner(kind: .spin6)
/host/spi-builder-workspace/.build/checkouts/swift-tools-support-core/Sources/TSCBasic/WritableByteStream.swift:828:12: note: var declared here
826 |
827 | /// Public stderr stream instance.
828 | public var stderrStream: ThreadSafeOutputByteStream = try! ThreadSafeOutputByteStream(LocalFileOutputByteStream(
    |            `- note: var declared here
829 |     filePointer: TSCLibc.stderr,
830 |     closeOnDeinit: false))
/host/spi-builder-workspace/Sources/Demo/Demo.swift:231:23: warning: reference to var 'stderrStream' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
229 |     do {
230 |       let spin7 = ProgressSpinnerKit.progressSpinner(
231 |         for: TSCBasic.stderrStream,
    |                       `- warning: reference to var 'stderrStream' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
232 |         header: " spin7:",
233 |         spinner: Spinner(kind: .spin7)
/host/spi-builder-workspace/.build/checkouts/swift-tools-support-core/Sources/TSCBasic/WritableByteStream.swift:828:12: note: var declared here
826 |
827 | /// Public stderr stream instance.
828 | public var stderrStream: ThreadSafeOutputByteStream = try! ThreadSafeOutputByteStream(LocalFileOutputByteStream(
    |            `- note: var declared here
829 |     filePointer: TSCLibc.stderr,
830 |     closeOnDeinit: false))
/host/spi-builder-workspace/Sources/Demo/Demo.swift:242:23: warning: reference to var 'stderrStream' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
240 |     do {
241 |       let spin8 = ProgressSpinnerKit.progressSpinner(
242 |         for: TSCBasic.stderrStream,
    |                       `- warning: reference to var 'stderrStream' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
243 |         header: " spin8:",
244 |         spinner: Spinner(kind: .spin8)
/host/spi-builder-workspace/.build/checkouts/swift-tools-support-core/Sources/TSCBasic/WritableByteStream.swift:828:12: note: var declared here
826 |
827 | /// Public stderr stream instance.
828 | public var stderrStream: ThreadSafeOutputByteStream = try! ThreadSafeOutputByteStream(LocalFileOutputByteStream(
    |            `- note: var declared here
829 |     filePointer: TSCLibc.stderr,
830 |     closeOnDeinit: false))
/host/spi-builder-workspace/Sources/Demo/Demo.swift:253:23: warning: reference to var 'stderrStream' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
251 |     do {
252 |       let spin9 = ProgressSpinnerKit.progressSpinner(
253 |         for: TSCBasic.stderrStream,
    |                       `- warning: reference to var 'stderrStream' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
254 |         header: " spin9:",
255 |         spinner: Spinner(kind: .spin9)
/host/spi-builder-workspace/.build/checkouts/swift-tools-support-core/Sources/TSCBasic/WritableByteStream.swift:828:12: note: var declared here
826 |
827 | /// Public stderr stream instance.
828 | public var stderrStream: ThreadSafeOutputByteStream = try! ThreadSafeOutputByteStream(LocalFileOutputByteStream(
    |            `- note: var declared here
829 |     filePointer: TSCLibc.stderr,
830 |     closeOnDeinit: false))
/host/spi-builder-workspace/Sources/Demo/Demo.swift:264:23: warning: reference to var 'stderrStream' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
262 |     do {
263 |       let spin10 = ProgressSpinnerKit.progressSpinner(
264 |         for: TSCBasic.stderrStream,
    |                       `- warning: reference to var 'stderrStream' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
265 |         header: " spin10:",
266 |         spinner: Spinner(kind: .spin10)
/host/spi-builder-workspace/.build/checkouts/swift-tools-support-core/Sources/TSCBasic/WritableByteStream.swift:828:12: note: var declared here
826 |
827 | /// Public stderr stream instance.
828 | public var stderrStream: ThreadSafeOutputByteStream = try! ThreadSafeOutputByteStream(LocalFileOutputByteStream(
    |            `- note: var declared here
829 |     filePointer: TSCLibc.stderr,
830 |     closeOnDeinit: false))
/host/spi-builder-workspace/Sources/Demo/Demo.swift:275:23: warning: reference to var 'stderrStream' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
273 |     do {
274 |       let spin11 = ProgressSpinnerKit.progressSpinner(
275 |         for: TSCBasic.stderrStream,
    |                       `- warning: reference to var 'stderrStream' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
276 |         header: " spin11:",
277 |         spinner: Spinner(kind: .spin11)
/host/spi-builder-workspace/.build/checkouts/swift-tools-support-core/Sources/TSCBasic/WritableByteStream.swift:828:12: note: var declared here
826 |
827 | /// Public stderr stream instance.
828 | public var stderrStream: ThreadSafeOutputByteStream = try! ThreadSafeOutputByteStream(LocalFileOutputByteStream(
    |            `- note: var declared here
829 |     filePointer: TSCLibc.stderr,
830 |     closeOnDeinit: false))
/host/spi-builder-workspace/Sources/Demo/Demo.swift:286:23: warning: reference to var 'stderrStream' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
284 |     do {
285 |       let spin12 = ProgressSpinnerKit.progressSpinner(
286 |         for: TSCBasic.stderrStream,
    |                       `- warning: reference to var 'stderrStream' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
287 |         header: " spin12:",
288 |         spinner: Spinner(kind: .spin12)
/host/spi-builder-workspace/.build/checkouts/swift-tools-support-core/Sources/TSCBasic/WritableByteStream.swift:828:12: note: var declared here
826 |
827 | /// Public stderr stream instance.
828 | public var stderrStream: ThreadSafeOutputByteStream = try! ThreadSafeOutputByteStream(LocalFileOutputByteStream(
    |            `- note: var declared here
829 |     filePointer: TSCLibc.stderr,
830 |     closeOnDeinit: false))
/host/spi-builder-workspace/Sources/Demo/Demo.swift:297:23: warning: reference to var 'stderrStream' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
295 |     do {
296 |       let spin13 = ProgressSpinnerKit.progressSpinner(
297 |         for: TSCBasic.stderrStream,
    |                       `- warning: reference to var 'stderrStream' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
298 |         header: " spin13:",
299 |         spinner: Spinner(kind: .spin13)
/host/spi-builder-workspace/.build/checkouts/swift-tools-support-core/Sources/TSCBasic/WritableByteStream.swift:828:12: note: var declared here
826 |
827 | /// Public stderr stream instance.
828 | public var stderrStream: ThreadSafeOutputByteStream = try! ThreadSafeOutputByteStream(LocalFileOutputByteStream(
    |            `- note: var declared here
829 |     filePointer: TSCLibc.stderr,
830 |     closeOnDeinit: false))
/host/spi-builder-workspace/Sources/Demo/Demo.swift:308:23: warning: reference to var 'stderrStream' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
306 |     do {
307 |       let spin14 = ProgressSpinnerKit.progressSpinner(
308 |         for: TSCBasic.stderrStream,
    |                       `- warning: reference to var 'stderrStream' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
309 |         header: " spin14:",
310 |         spinner: Spinner(kind: .spin14)
/host/spi-builder-workspace/.build/checkouts/swift-tools-support-core/Sources/TSCBasic/WritableByteStream.swift:828:12: note: var declared here
826 |
827 | /// Public stderr stream instance.
828 | public var stderrStream: ThreadSafeOutputByteStream = try! ThreadSafeOutputByteStream(LocalFileOutputByteStream(
    |            `- note: var declared here
829 |     filePointer: TSCLibc.stderr,
830 |     closeOnDeinit: false))
[110/113] Wrapping AST for Demo for debugging
[111/113] Write Objects.LinkFileList
[112/113] Linking Demo
Build complete! (18.99s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-tools-support-core",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.7.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-tools-support-core"
    }
  ],
  "manifest_display_name" : "ProgressSpinnerKit",
  "name" : "ProgressSpinnerKit",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "ProgressSpinnerKit",
      "targets" : [
        "ProgressSpinnerKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Demo",
      "targets" : [
        "Demo"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ProgressSpinnerKitTests",
      "module_type" : "SwiftTarget",
      "name" : "ProgressSpinnerKitTests",
      "path" : "Tests/ProgressSpinnerKitTests",
      "sources" : [
        "ProgressSpinnerTests.swift"
      ],
      "target_dependencies" : [
        "ProgressSpinnerKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ProgressSpinnerKit",
      "module_type" : "SwiftTarget",
      "name" : "ProgressSpinnerKit",
      "path" : "Sources/ProgressSpinnerKit",
      "product_dependencies" : [
        "SwiftToolsSupport"
      ],
      "product_memberships" : [
        "ProgressSpinnerKit",
        "Demo"
      ],
      "sources" : [
        "ProgressSpinner.swift",
        "Spinner.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Demo",
      "module_type" : "SwiftTarget",
      "name" : "Demo",
      "path" : "Sources/Demo",
      "product_memberships" : [
        "Demo"
      ],
      "sources" : [
        "Demo.swift"
      ],
      "target_dependencies" : [
        "ProgressSpinnerKit"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.7"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.