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 DSFPagerControl, reference main (9da3ea), with Swift 6.2 (beta) for Linux on 21 Jun 2025 21:15:40 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/dagronf/DSFPagerControl.git
Reference: main
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/dagronf/DSFPagerControl
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 9da3ea3 Additional style
Cloned https://github.com/dagronf/DSFPagerControl.git
Revision (git rev-parse @):
9da3ea3712fec487ed496bd3905b8c01754a7921
SUCCESS checkout https://github.com/dagronf/DSFPagerControl.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.2
Building package at path:  $PWD
https://github.com/dagronf/DSFPagerControl.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Fetching https://github.com/dagronf/DSFAppearanceManager
[1/459] Fetching dsfappearancemanager
Fetched https://github.com/dagronf/DSFAppearanceManager from cache (0.41s)
Computing version for https://github.com/dagronf/DSFAppearanceManager
Computed https://github.com/dagronf/DSFAppearanceManager at 3.5.1 (1.12s)
Creating working copy for https://github.com/dagronf/DSFAppearanceManager
Working copy of https://github.com/dagronf/DSFAppearanceManager resolved at 3.5.1
Building for debugging...
[0/9] Write sources
[2/9] Write swift-version-24593BA9C3E375BF.txt
[4/21] Emitting module DSFAppearanceManager
[5/21] Compiling DSFAppearanceManager DSFAppearanceCache.swift
[6/21] Compiling DSFAppearanceManager DSFAppearanceManager+ChangeDetector.swift
[7/22] Compiling DSFAppearanceManager DSFAppearanceManager.swift
[8/22] Compiling DSFAppearanceManager NSView+Appearance.swift
[9/22] Compiling DSFAppearanceManager NSAppearance+extensions.swift
[10/22] Compiling DSFAppearanceManager WeakBox.swift
[11/22] Compiling DSFAppearanceManager WeakBag.swift
[12/22] Compiling DSFAppearanceManager DSFAppearanceManager+Listeners.swift
[13/22] Compiling DSFAppearanceManager DSFDebounce.swift
[14/22] Compiling DSFAppearanceManager NSWindow+Appearance.swift
[15/22] Compiling DSFAppearanceManager AutoplayAnimatedImages.swift
[16/22] Compiling DSFAppearanceManager DSFSimpleLock.swift
[17/23] Wrapping AST for DSFAppearanceManager for debugging
[19/33] Compiling DSFPagerControl DSFPagerControl+CustomShapes.swift
[20/33] Compiling DSFPagerControl DSFPagerControl+Interation.swift
[21/34] Emitting module DSFPagerControl
[22/34] Compiling DSFPagerControl DSFPagerControlHandling.swift
[23/34] Compiling DSFPagerControl CGPath+extensions.swift
[24/34] Compiling DSFPagerControl DSFPagerControl.swift
[25/34] Compiling DSFPagerControl DSFPagerControl+Shape.swift
[26/34] Compiling DSFPagerControl DSFPagerControl+SwiftUI.swift
[27/34] Compiling DSFPagerControl CATransaction+extensions.swift
[28/34] Compiling DSFPagerControl NSBezierPath+extensions.swift
[29/34] Compiling DSFPagerControl DSFDebounce.swift
[30/35] Wrapping AST for DSFPagerControl for debugging
[31/35] Write Objects.LinkFileList
[33/35] Archiving libDSFPagerControl-static.a
[34/35] Linking libDSFPagerControl-shared.so
Build complete! (16.57s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "dsfappearancemanager",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.5.0",
            "upper_bound" : "3.6.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/dagronf/DSFAppearanceManager"
    }
  ],
  "manifest_display_name" : "DSFPagerControl",
  "name" : "DSFPagerControl",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.13"
    }
  ],
  "products" : [
    {
      "name" : "DSFPagerControl",
      "targets" : [
        "DSFPagerControl"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "DSFPagerControl-static",
      "targets" : [
        "DSFPagerControl"
      ],
      "type" : {
        "library" : [
          "static"
        ]
      }
    },
    {
      "name" : "DSFPagerControl-shared",
      "targets" : [
        "DSFPagerControl"
      ],
      "type" : {
        "library" : [
          "dynamic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "DSFPagerControlTests",
      "module_type" : "SwiftTarget",
      "name" : "DSFPagerControlTests",
      "path" : "Tests/DSFPagerControlTests",
      "sources" : [
        "DSFPagerControlTests.swift"
      ],
      "target_dependencies" : [
        "DSFPagerControl"
      ],
      "type" : "test"
    },
    {
      "c99name" : "DSFPagerControl",
      "module_type" : "SwiftTarget",
      "name" : "DSFPagerControl",
      "path" : "Sources/DSFPagerControl",
      "product_dependencies" : [
        "DSFAppearanceManager"
      ],
      "product_memberships" : [
        "DSFPagerControl",
        "DSFPagerControl-static",
        "DSFPagerControl-shared"
      ],
      "sources" : [
        "DSFPagerControl+CustomShapes.swift",
        "DSFPagerControl+Interation.swift",
        "DSFPagerControl+Shape.swift",
        "DSFPagerControl+SwiftUI.swift",
        "DSFPagerControl.swift",
        "DSFPagerControlHandling.swift",
        "private/util/CATransaction+extensions.swift",
        "private/util/CGPath+extensions.swift",
        "private/util/DSFDebounce.swift",
        "private/util/NSBezierPath+extensions.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.4"
}
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Done.