The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SafeGlobal, reference main (c95871), with Swift 6.3 for Linux on 17 Apr 2026 05:53:30 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Frizlab/SafeGlobal.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/Frizlab/SafeGlobal
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at c958715 Add swift-syntax 602 compatibility
Cloned https://github.com/Frizlab/SafeGlobal.git
Revision (git rev-parse @):
c958715c2353444f8b156bcbd5fab6268876571a
SUCCESS checkout https://github.com/Frizlab/SafeGlobal.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.3
Building package at path:  $PWD
https://github.com/Frizlab/SafeGlobal.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:5a7d791d2ead8a924b1292cb31bf3288eabcfe8880e0b005b00b45b71a5bc36a
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest
Fetching https://github.com/swiftlang/swift-syntax.git
[1/74983] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax.git from cache (5.33s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 602.0.0 (8.38s)
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 602.0.0
Downloading package prebuilt https://download.swift.org/prebuilts/swift-syntax/602.0.0/swift-6.3-RELEASE-ubuntu_jammy_x86_64-MacroSupport.tar.gz
Downloaded https://download.swift.org/prebuilts/swift-syntax/602.0.0/swift-6.3-RELEASE-ubuntu_jammy_x86_64-MacroSupport.tar.gz (0.52s)
Building for debugging...
[0/11] Write sources
[3/11] Write swift-version-24593BA9C3E375BF.txt
[5/15] Compiling SafeGlobalMacros SimpleDiagnosticMessage.swift
[6/15] Emitting module SafeGlobalMacros
[7/15] Compiling SafeGlobalMacros  Errors.swift
[8/15] Compiling SafeGlobalMacros SafeGlobalMacro.swift
[9/16] Wrapping AST for SafeGlobalMacros for debugging
[10/16] Write Objects.LinkFileList
[11/16] Linking SafeGlobalMacros-tool
[13/20] Compiling SafeGlobal SafeGlobalMacro.swift
[14/20] Compiling SafeGlobal NSLock+Linux.swift
[15/20] Emitting module SafeGlobal
[16/20] Compiling SafeGlobal SafeGlobal.swift
[17/23] Wrapping AST for SafeGlobal for debugging
[19/23] Emitting module SafeGlobalClient
[20/23] Compiling SafeGlobalClient main.swift
[21/24] Wrapping AST for SafeGlobalClient for debugging
[22/24] Write Objects.LinkFileList
[23/24] Linking SafeGlobalClient
Build complete! (23.16s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "509.0.0",
            "upper_bound" : "603.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-syntax.git"
    }
  ],
  "manifest_display_name" : "SafeGlobal",
  "name" : "SafeGlobal",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "SafeGlobal",
      "targets" : [
        "SafeGlobal"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SafeGlobalClient",
      "targets" : [
        "SafeGlobalClient"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "SafeGlobalMacros",
      "targets" : [
        "SafeGlobalMacros"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SafeGlobalTests",
      "module_type" : "SwiftTarget",
      "name" : "SafeGlobalTests",
      "path" : "Tests/SafeGlobalTests",
      "product_dependencies" : [
        "SwiftSyntaxMacrosTestSupport"
      ],
      "sources" : [
        "SafeGlobalTests.swift"
      ],
      "target_dependencies" : [
        "SafeGlobalMacros"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SafeGlobalMacros",
      "module_type" : "SwiftTarget",
      "name" : "SafeGlobalMacros",
      "path" : "Sources/SafeGlobalMacros",
      "product_dependencies" : [
        "SwiftSyntaxMacros",
        "SwiftCompilerPlugin"
      ],
      "product_memberships" : [
        "SafeGlobal",
        "SafeGlobalClient",
        "SafeGlobalMacros"
      ],
      "sources" : [
        " Errors.swift",
        "SafeGlobalMacro.swift",
        "SimpleDiagnosticMessage.swift"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "SafeGlobalClient",
      "module_type" : "SwiftTarget",
      "name" : "SafeGlobalClient",
      "path" : "Sources/SafeGlobalClient",
      "product_memberships" : [
        "SafeGlobalClient"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "SafeGlobal"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "SafeGlobal",
      "module_type" : "SwiftTarget",
      "name" : "SafeGlobal",
      "path" : "Sources/SafeGlobal",
      "product_memberships" : [
        "SafeGlobal",
        "SafeGlobalClient"
      ],
      "sources" : [
        "NSLock+Linux.swift",
        "SafeGlobal.swift",
        "SafeGlobalMacro.swift"
      ],
      "target_dependencies" : [
        "SafeGlobalMacros"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
basic-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:5a7d791d2ead8a924b1292cb31bf3288eabcfe8880e0b005b00b45b71a5bc36a
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest
Done.