This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.

The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of Images with Swift 6.0 for Linux.

Swift 6 data race errors: 0

Build Command

bash -c docker run --rm -v "checkouts-4606859-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.40.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/elegantchaos/Images.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/elegantchaos/Images
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 507b558 newer ActionStatus
Cloned https://github.com/elegantchaos/Images.git
Revision (git rev-parse @):
507b5580d93e76692cd1cc184f4ffea4e620936e
SUCCESS checkout https://github.com/elegantchaos/Images.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $workDir
https://github.com/elegantchaos/Images.git
Running build ...
bash -c docker run --rm -v "checkouts-4606859-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete 2>&1
Fetching https://github.com/elegantchaos/Logger.git
Fetching https://github.com/elegantchaos/ThreadExtensions.git
[1/1847] Fetching logger
[94/1889] Fetching logger, threadextensions
Fetched https://github.com/elegantchaos/ThreadExtensions.git from cache (0.26s)
Fetched https://github.com/elegantchaos/Logger.git from cache (0.26s)
Computing version for https://github.com/elegantchaos/ThreadExtensions.git
Computed https://github.com/elegantchaos/ThreadExtensions.git at 1.0.0 (0.43s)
Computing version for https://github.com/elegantchaos/Logger.git
Computed https://github.com/elegantchaos/Logger.git at 1.6.0 (0.46s)
Creating working copy for https://github.com/elegantchaos/Logger.git
Working copy of https://github.com/elegantchaos/Logger.git resolved at 1.6.0
Creating working copy for https://github.com/elegantchaos/ThreadExtensions.git
Working copy of https://github.com/elegantchaos/ThreadExtensions.git resolved at 1.0.0
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-24593BA9C3E375BF.txt
[5/14] Compiling Logger PrintHandler.swift
[6/14] Compiling Logger Handler.swift
[7/14] Compiling Logger OSLogHandler.swift
[8/14] Compiling Logger Context.swift
[9/14] Compiling Logger NSLogHandler.swift
[10/14] Emitting module ThreadExtensions
[11/14] Compiling ThreadExtensions ThreadExtensions.swift
[13/15] Compiling Logger Manager.swift
[14/15] Compiling Logger Channel.swift
[15/15] Emitting module Logger
[17/23] Compiling Images ImageCache.swift
[18/23] Compiling Images Image+Extensions.swift
[19/23] Compiling Images AsyncImage.swift
[20/23] Compiling Images Image+AppKit.swift
[21/23] Emitting module Images
[22/23] Compiling Images Image+UIKit.swift
[23/23] Compiling Images ImageFactory.swift
Build complete! (11.63s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "logger",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/elegantchaos/Logger.git"
    },
    {
      "identity" : "threadextensions",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/elegantchaos/ThreadExtensions.git"
    }
  ],
  "manifest_display_name" : "Images",
  "name" : "Images",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.13"
    },
    {
      "name" : "ios",
      "version" : "12.0"
    },
    {
      "name" : "tvos",
      "version" : "12.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "Images",
      "targets" : [
        "Images"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ImagesTests",
      "module_type" : "SwiftTarget",
      "name" : "ImagesTests",
      "path" : "Tests/ImagesTests",
      "sources" : [
        "ImagesTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "Images"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Images",
      "module_type" : "SwiftTarget",
      "name" : "Images",
      "path" : "Sources/Images",
      "product_dependencies" : [
        "Logger",
        "ThreadExtensions"
      ],
      "product_memberships" : [
        "Images"
      ],
      "sources" : [
        "AsyncImage.swift",
        "Image+AppKit.swift",
        "Image+Extensions.swift",
        "Image+UIKit.swift",
        "ImageCache.swift",
        "ImageFactory.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.2"
}
Done.
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.