The Swift Package Index logo.Swift Package Index

Build Information

Successful build of UserDefaultsWrapper, reference 1.0.0 (7578f6), with Swift 6.0 for Linux on 15 Aug 2025 17:24:59 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.66.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/yharshal/UserDefaultsWrapper.git
Reference: 1.0.0
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/yharshal/UserDefaultsWrapper
 * tag               1.0.0      -> FETCH_HEAD
HEAD is now at 7578f6d added codeowners
Cloned https://github.com/yharshal/UserDefaultsWrapper.git
Revision (git rev-parse @):
7578f6d618cde8df75605099a6d31ffbc449a0ec
SUCCESS checkout https://github.com/yharshal/UserDefaultsWrapper.git at 1.0.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $PWD
https://github.com/yharshal/UserDefaultsWrapper.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:f0ebbd71bee66c692411a61ab9a7ee6edc82316b7a7b4c6173cc06c00f20ed39
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Building for debugging...
[0/7] Write sources
[2/7] Write swift-version-24593BA9C3E375BF.txt
[4/11] Compiling UserDefaultsWrapper UserDefaultsWrapper.swift
[5/11] Compiling UserDefaultsWrapper UserDefaultsConvertible.swift
[6/11] Compiling UserDefaultsWrapper UserDefaults+Codable.swift
[7/11] Emitting module UserDefaultsWrapper
[8/12] Wrapping AST for UserDefaultsWrapper for debugging
[10/14] Emitting module UserDefaultsWrapperExample
[11/14] Compiling UserDefaultsWrapperExample Example.swift
[12/15] Wrapping AST for UserDefaultsWrapperExample for debugging
[13/15] Write Objects.LinkFileList
[14/15] Linking UserDefaultsWrapperExample
Build complete! (8.14s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "UserDefaultsWrapper",
  "name" : "UserDefaultsWrapper",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "11.0"
    },
    {
      "name" : "macos",
      "version" : "10.13"
    }
  ],
  "products" : [
    {
      "name" : "UserDefaultsWrapper",
      "targets" : [
        "UserDefaultsWrapper"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "UserDefaultsWrapperExample",
      "targets" : [
        "UserDefaultsWrapperExample"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "UserDefaultsWrapperTests",
      "module_type" : "SwiftTarget",
      "name" : "UserDefaultsWrapperTests",
      "path" : "Tests/UserDefaultsWrapperTests",
      "sources" : [
        "UserDefaultsWrapperTests.swift"
      ],
      "target_dependencies" : [
        "UserDefaultsWrapper"
      ],
      "type" : "test"
    },
    {
      "c99name" : "UserDefaultsWrapperExample",
      "module_type" : "SwiftTarget",
      "name" : "UserDefaultsWrapperExample",
      "path" : "Sources/UserDefaultsWrapperExample",
      "product_memberships" : [
        "UserDefaultsWrapperExample"
      ],
      "sources" : [
        "Example.swift"
      ],
      "target_dependencies" : [
        "UserDefaultsWrapper"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "UserDefaultsWrapper",
      "module_type" : "SwiftTarget",
      "name" : "UserDefaultsWrapper",
      "path" : "Sources/UserDefaultsWrapper",
      "product_memberships" : [
        "UserDefaultsWrapper",
        "UserDefaultsWrapperExample"
      ],
      "sources" : [
        "UserDefaults+Codable.swift",
        "UserDefaultsConvertible.swift",
        "UserDefaultsWrapper.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:f0ebbd71bee66c692411a61ab9a7ee6edc82316b7a7b4c6173cc06c00f20ed39
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Done.