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 GraphiteClient with Swift 6.0 for macOS (SPM).

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete

Build Log

========================================
RunAll
========================================
Builder version: 4.40.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/avito-tech/GraphiteClient.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/avito-tech/GraphiteClient
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 2333d2c Merge pull request #1 in MA/graphite-client from exclusive-access-return-work-result to master
Cloned https://github.com/avito-tech/GraphiteClient.git
Revision (git rev-parse @):
2333d2c4a73c19db636939033cbe2b5ba3fc9f8c
SUCCESS checkout https://github.com/avito-tech/GraphiteClient.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $workDir
https://github.com/avito-tech/GraphiteClient.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-6F35C1178C84523A.txt
[5/8] Emitting module AtomicModels
[6/8] Compiling AtomicModels ConditionLock.swift
[7/8] Compiling AtomicModels AtomicValue.swift
[8/8] Compiling AtomicModels AtomicCollection.swift
[9/13] Compiling IO OutputStreamProvider.swift
[10/13] Compiling IO EasyOutputStreamError.swift
[11/13] Compiling IO NetworkSocketOutputStreamProvider.swift
[12/13] Compiling IO EasyOutputStream.swift
/Users/admin/builder/spi-builder-workspace/Sources/IO/EasyOutputStream.swift:137:21: warning: capture of 'self' with non-sendable type 'EasyOutputStream' in a `@Sendable` closure; this is an error in the Swift 6 language mode
  2 | import Foundation
  3 |
  4 | public final class EasyOutputStream: NSObject, StreamDelegate {
    |                    `- note: class 'EasyOutputStream' does not conform to the 'Sendable' protocol
  5 |
  6 |     public typealias ErrorHandler = (EasyOutputStream, EasyOutputStreamError) -> ()
    :
135 |             if let streamError = aStream.streamError {
136 |                 handlerQueue.async {
137 |                     self.errorHandler(self, EasyOutputStreamError.streamError(streamError))
    |                     `- warning: capture of 'self' with non-sendable type 'EasyOutputStream' in a `@Sendable` closure; this is an error in the Swift 6 language mode
138 |                 }
139 |             }
/Users/admin/builder/spi-builder-workspace/Sources/IO/EasyOutputStream.swift:143:17: warning: capture of 'self' with non-sendable type 'EasyOutputStream' in a `@Sendable` closure; this is an error in the Swift 6 language mode
  2 | import Foundation
  3 |
  4 | public final class EasyOutputStream: NSObject, StreamDelegate {
    |                    `- note: class 'EasyOutputStream' does not conform to the 'Sendable' protocol
  5 |
  6 |     public typealias ErrorHandler = (EasyOutputStream, EasyOutputStreamError) -> ()
    :
141 |         case .endEncountered:
142 |             handlerQueue.async {
143 |                 self.streamEndHandler(self)
    |                 `- warning: capture of 'self' with non-sendable type 'EasyOutputStream' in a `@Sendable` closure; this is an error in the Swift 6 language mode
144 |             }
145 |             terminateStreamThread()
[13/13] Emitting module IO
[14/17] Compiling GraphiteClient GraphiteClient.swift
[15/17] Compiling GraphiteClient GraphiteMetric.swift
[16/17] Emitting module GraphiteClient
[17/17] Compiling GraphiteClient GraphiteClientError.swift
Build complete! (17.22s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "GraphiteClient",
  "name" : "GraphiteClient",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "AtomicModels",
      "targets" : [
        "AtomicModels"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "GraphiteClient",
      "targets" : [
        "GraphiteClient"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "IO",
      "targets" : [
        "IO"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "4.2"
  ],
  "targets" : [
    {
      "c99name" : "IOTests",
      "module_type" : "SwiftTarget",
      "name" : "IOTests",
      "path" : "Tests/IOTests",
      "sources" : [
        "BoundStreamsOutputStreamProvider.swift",
        "EasyOutputStreamTests.swift",
        "FakeBufferedOutputStreamProvider.swift",
        "FakeInMemoryOutputStreamProvider.swift"
      ],
      "target_dependencies" : [
        "IO"
      ],
      "type" : "test"
    },
    {
      "c99name" : "IO",
      "module_type" : "SwiftTarget",
      "name" : "IO",
      "path" : "Sources/IO",
      "product_memberships" : [
        "GraphiteClient",
        "IO"
      ],
      "sources" : [
        "EasyOutputStream.swift",
        "EasyOutputStreamError.swift",
        "NetworkSocketOutputStreamProvider.swift",
        "OutputStreamProvider.swift"
      ],
      "target_dependencies" : [
        "AtomicModels"
      ],
      "type" : "library"
    },
    {
      "c99name" : "GraphiteClientTests",
      "module_type" : "SwiftTarget",
      "name" : "GraphiteClientTests",
      "path" : "Tests/GraphiteClientTests",
      "sources" : [
        "GraphiteClientTests.swift",
        "GraphiteMetricTests.swift"
      ],
      "target_dependencies" : [
        "GraphiteClient"
      ],
      "type" : "test"
    },
    {
      "c99name" : "GraphiteClient",
      "module_type" : "SwiftTarget",
      "name" : "GraphiteClient",
      "path" : "Sources/GraphiteClient",
      "product_memberships" : [
        "GraphiteClient"
      ],
      "sources" : [
        "GraphiteClient.swift",
        "GraphiteClientError.swift",
        "GraphiteMetric.swift"
      ],
      "target_dependencies" : [
        "IO"
      ],
      "type" : "library"
    },
    {
      "c99name" : "AtomicModels",
      "module_type" : "SwiftTarget",
      "name" : "AtomicModels",
      "path" : "Sources/AtomicModels",
      "product_memberships" : [
        "AtomicModels",
        "GraphiteClient",
        "IO"
      ],
      "sources" : [
        "AtomicCollection.swift",
        "AtomicValue.swift",
        "ConditionLock.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.2"
}
Done.
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.