The Swift Package Index logo.Swift Package Index

Build Information

Successful build of GraphiteClient, reference 0.1.1 (2333d2), with Swift 6.3 for macOS (SPM) on 11 Apr 2026 21:12:02 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.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
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "graphiteclient",
      "name": "GraphiteClient",
      "url": "https://github.com/avito-tech/GraphiteClient.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/GraphiteClient",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/avito-tech/GraphiteClient.git
[1/42] Fetching graphiteclient
Fetched https://github.com/avito-tech/GraphiteClient.git from cache (0.51s)
Creating working copy for https://github.com/avito-tech/GraphiteClient.git
Working copy of https://github.com/avito-tech/GraphiteClient.git resolved at 0.1.1 (2333d2c)
warning: '.resolve-product-dependencies': dependency 'graphiteclient' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/avito-tech/GraphiteClient.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version--6988338F2F200930.txt
[5/8] Compiling AtomicModels ConditionLock.swift
[6/8] Compiling AtomicModels AtomicValue.swift
[7/8] Compiling AtomicModels AtomicCollection.swift
[8/8] Emitting module AtomicModels
[9/13] Compiling IO OutputStreamProvider.swift
[10/13] Compiling IO EasyOutputStreamError.swift
[11/13] Compiling IO EasyOutputStream.swift
[12/13] Compiling IO NetworkSocketOutputStreamProvider.swift
[13/13] Emitting module IO
[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! (4.46s)
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.