The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of GraphiteClient, reference 0.1.1 (2333d2), with Swift 6.2 (beta) for macOS (SPM) on 18 Jun 2025 18:18:28 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/avito-tech/GraphiteClient.git
Reference: 0.1.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/avito-tech/GraphiteClient
 * tag               0.1.1      -> FETCH_HEAD
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 0.1.1
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/avito-tech/GraphiteClient.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-1EA4D86E10B52AF.txt
[5/8] Compiling AtomicModels ConditionLock.swift
[6/8] Compiling AtomicModels AtomicCollection.swift
[7/8] Compiling AtomicModels AtomicValue.swift
[8/8] Emitting module AtomicModels
[9/13] Compiling IO NetworkSocketOutputStreamProvider.swift
[10/13] Compiling IO EasyOutputStreamError.swift
[11/13] Compiling IO OutputStreamProvider.swift
[12/13] Emitting module IO
[13/13] Compiling IO EasyOutputStream.swift
[14/17] Compiling GraphiteClient GraphiteClientError.swift
[15/17] Compiling GraphiteClient GraphiteClient.swift
[16/17] Emitting module GraphiteClient
[17/17] Compiling GraphiteClient GraphiteMetric.swift
Build complete! (3.76s)
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.