The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SolidScroll, reference main (43ae94), with Swift 6.3 for macOS (SPM) on 12 Apr 2026 13:07:51 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/edudnyk/SolidScroll.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/edudnyk/SolidScroll
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 43ae94f Initial implementation.
Cloned https://github.com/edudnyk/SolidScroll.git
Revision (git rev-parse @):
43ae94f03ea7cf9470256d63893629d3d58c036a
SUCCESS checkout https://github.com/edudnyk/SolidScroll.git at main
========================================
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": "solidscroll",
      "name": "SolidScroll",
      "url": "https://github.com/edudnyk/SolidScroll.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SolidScroll",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/edudnyk/SolidScroll.git
[1/36] Fetching solidscroll
Fetched https://github.com/edudnyk/SolidScroll.git from cache (0.58s)
Creating working copy for https://github.com/edudnyk/SolidScroll.git
Working copy of https://github.com/edudnyk/SolidScroll.git resolved at main (43ae94f)
warning: '.resolve-product-dependencies': dependency 'solidscroll' 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/edudnyk/SolidScroll.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/4] Compiling SolidScroll ScrollView.swift
/Users/admin/builder/spi-builder-workspace/Sources/SolidScroll/ScrollView.swift:118:1: warning: extension declares a conformance of imported type '_ContainedScrollViewKey' to imported protocol 'PreferenceKey'; this will not behave correctly if the owners of 'SwiftUI' introduce this conformance in the future
116 | public typealias SolidScrollViewProxy = _ScrollViewProxy
117 |
118 | extension _ContainedScrollViewKey: PreferenceKey {}
    | |- warning: extension declares a conformance of imported type '_ContainedScrollViewKey' to imported protocol 'PreferenceKey'; this will not behave correctly if the owners of 'SwiftUI' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
119 |
120 | /// A preference key that allows to retrieve a ``ScrollViewProxy`` of a sibling scrollview via native SwiftUI APIs.
[4/4] Emitting module SolidScroll
/Users/admin/builder/spi-builder-workspace/Sources/SolidScroll/ScrollView.swift:118:1: warning: extension declares a conformance of imported type '_ContainedScrollViewKey' to imported protocol 'PreferenceKey'; this will not behave correctly if the owners of 'SwiftUI' introduce this conformance in the future
116 | public typealias SolidScrollViewProxy = _ScrollViewProxy
117 |
118 | extension _ContainedScrollViewKey: PreferenceKey {}
    | |- warning: extension declares a conformance of imported type '_ContainedScrollViewKey' to imported protocol 'PreferenceKey'; this will not behave correctly if the owners of 'SwiftUI' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
119 |
120 | /// A preference key that allows to retrieve a ``ScrollViewProxy`` of a sibling scrollview via native SwiftUI APIs.
Build complete! (8.12s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SolidScroll",
  "name" : "SolidScroll",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "SolidScroll",
      "targets" : [
        "SolidScroll"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SolidScrollTests",
      "module_type" : "SwiftTarget",
      "name" : "SolidScrollTests",
      "path" : "Tests/SolidScrollTests",
      "sources" : [
        "ScrollViewTests.swift"
      ],
      "target_dependencies" : [
        "SolidScroll"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SolidScroll",
      "module_type" : "SwiftTarget",
      "name" : "SolidScroll",
      "path" : "Sources/SolidScroll",
      "product_memberships" : [
        "SolidScroll"
      ],
      "sources" : [
        "ScrollView.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
Done.