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

Failed to build XCEValidatableValue, reference 5.6.0 (d82f9d), with Swift 6.0 for Linux on 19 Jan 2025 06:46:55 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/XCEssentials/XCEValidatableValue.git
Reference: 5.6.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/XCEssentials/XCEValidatableValue
 * tag               5.6.0      -> FETCH_HEAD
HEAD is now at d82f9d2 Merge branch 'release/5.6.0'
Cloned https://github.com/XCEssentials/XCEValidatableValue.git
Revision (git rev-parse @):
d82f9d2bf5925fb7ee7c527bba3a931a719a8f3c
SUCCESS checkout https://github.com/XCEssentials/XCEValidatableValue.git at 5.6.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $PWD
https://github.com/XCEssentials/XCEValidatableValue.git
https://github.com/XCEssentials/XCEValidatableValue.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "xcerequirement",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.6.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/XCEssentials/XCERequirement"
    }
  ],
  "manifest_display_name" : "XCEValidatableValue",
  "name" : "XCEValidatableValue",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "XCEValidatableValue",
      "targets" : [
        "XCEValidatableValue"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "XCEValidatableValueAllTests",
      "module_type" : "SwiftTarget",
      "name" : "XCEValidatableValueAllTests",
      "path" : "Tests/AllTests",
      "product_dependencies" : [
        "XCERequirement"
      ],
      "sources" : [
        "DisplayNamedTests.swift",
        "EntityTests.swift",
        "PersistenceTests.swift",
        "Specs/User.swift",
        "ValidatableValueTests.swift",
        "WrapperTests.swift",
        "_OLD/Main.swift",
        "_OLD/SupportForOptionalTests.swift",
        "_OLD/UtilsTests.swift"
      ],
      "target_dependencies" : [
        "XCEValidatableValue"
      ],
      "type" : "test"
    },
    {
      "c99name" : "XCEValidatableValue",
      "module_type" : "SwiftTarget",
      "name" : "XCEValidatableValue",
      "path" : "Sources/Core",
      "product_dependencies" : [
        "XCERequirement"
      ],
      "product_memberships" : [
        "XCEValidatableValue"
      ],
      "sources" : [
        "*MiniTraitsMarkers/DisplayNamed.swift",
        "0_Validatable/*SomeValidatable.swift",
        "0_Validatable/Errors.swift",
        "1_Entity/*SomeValidatableEntity.swift",
        "2_ValueWrappers/*Persistence.swift",
        "2_ValueWrappers/*SomeNonRequiredValueWrapper.swift",
        "2_ValueWrappers/*SomeRequiredValueWrapper.swift",
        "2_ValueWrappers/*SomeValidatableValueWrapper.swift",
        "2_ValueWrappers/NonRequired.swift",
        "2_ValueWrappers/Required.swift",
        "3_Value/*SomeValidatableValue.swift",
        "Helpers/CharacterSet+Helpers.swift",
        "Helpers/Collection+Helpers.swift",
        "Helpers/Initializers.swift",
        "Helpers/IsSecretValue.swift",
        "Helpers/Metadata.swift",
        "Helpers/Operators.swift",
        "Helpers/Optional+Helpers.swift",
        "Helpers/SomeBoolFlagValidatableValue.swift",
        "Helpers/SomeCheckmarkValidatableValue.swift",
        "Helpers/String+Helpers.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" 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 -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:081dcf4fb829aea9d08447f4790431afbdfbcc335bfeed728ca69c6f181ae2aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/XCEssentials/XCERequirement
[1/997] Fetching xcerequirement
Fetched https://github.com/XCEssentials/XCERequirement from cache (0.19s)
Computing version for https://github.com/XCEssentials/XCERequirement
Computed https://github.com/XCEssentials/XCERequirement at 2.6.1 (2.07s)
Creating working copy for https://github.com/XCEssentials/XCERequirement
Working copy of https://github.com/XCEssentials/XCERequirement resolved at 2.6.1
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/7] Emitting module XCERequirement
[5/7] Compiling XCERequirement Aliases.swift
[6/7] Compiling XCERequirement Check.swift
[7/7] Compiling XCERequirement Requirement.swift
[9/28] Compiling XCEValidatableValue Optional+Helpers.swift
/host/spi-builder-workspace/Sources/Core/Helpers/String+Helpers.swift:29:8: error: no such module 'Darwin'
27 | import Foundation
28 | import XCERequirement
29 | import Darwin
   |        `- error: no such module 'Darwin'
30 |
31 | //---
[10/28] Compiling XCEValidatableValue SomeBoolFlagValidatableValue.swift
/host/spi-builder-workspace/Sources/Core/Helpers/String+Helpers.swift:29:8: error: no such module 'Darwin'
27 | import Foundation
28 | import XCERequirement
29 | import Darwin
   |        `- error: no such module 'Darwin'
30 |
31 | //---
error: emit-module command failed with exit code 1 (use -v to see invocation)
[11/30] Emitting module XCEValidatableValue
/host/spi-builder-workspace/Sources/Core/Helpers/String+Helpers.swift:29:8: error: no such module 'Darwin'
27 | import Foundation
28 | import XCERequirement
29 | import Darwin
   |        `- error: no such module 'Darwin'
30 |
31 | //---
[12/30] Compiling XCEValidatableValue SomeCheckmarkValidatableValue.swift
/host/spi-builder-workspace/Sources/Core/Helpers/String+Helpers.swift:29:8: error: no such module 'Darwin'
27 | import Foundation
28 | import XCERequirement
29 | import Darwin
   |        `- error: no such module 'Darwin'
30 |
31 | //---
[13/30] Compiling XCEValidatableValue String+Helpers.swift
/host/spi-builder-workspace/Sources/Core/Helpers/String+Helpers.swift:29:8: error: no such module 'Darwin'
27 | import Foundation
28 | import XCERequirement
29 | import Darwin
   |        `- error: no such module 'Darwin'
30 |
31 | //---
[14/30] Compiling XCEValidatableValue Metadata.swift
/host/spi-builder-workspace/Sources/Core/Helpers/String+Helpers.swift:29:8: error: no such module 'Darwin'
27 | import Foundation
28 | import XCERequirement
29 | import Darwin
   |        `- error: no such module 'Darwin'
30 |
31 | //---
[15/30] Compiling XCEValidatableValue Operators.swift
/host/spi-builder-workspace/Sources/Core/Helpers/String+Helpers.swift:29:8: error: no such module 'Darwin'
27 | import Foundation
28 | import XCERequirement
29 | import Darwin
   |        `- error: no such module 'Darwin'
30 |
31 | //---
[16/30] Compiling XCEValidatableValue Collection+Helpers.swift
/host/spi-builder-workspace/Sources/Core/Helpers/String+Helpers.swift:29:8: error: no such module 'Darwin'
27 | import Foundation
28 | import XCERequirement
29 | import Darwin
   |        `- error: no such module 'Darwin'
30 |
31 | //---
[17/30] Compiling XCEValidatableValue Initializers.swift
/host/spi-builder-workspace/Sources/Core/Helpers/String+Helpers.swift:29:8: error: no such module 'Darwin'
27 | import Foundation
28 | import XCERequirement
29 | import Darwin
   |        `- error: no such module 'Darwin'
30 |
31 | //---
[18/30] Compiling XCEValidatableValue IsSecretValue.swift
/host/spi-builder-workspace/Sources/Core/Helpers/String+Helpers.swift:29:8: error: no such module 'Darwin'
27 | import Foundation
28 | import XCERequirement
29 | import Darwin
   |        `- error: no such module 'Darwin'
30 |
31 | //---
[19/30] Compiling XCEValidatableValue Required.swift
/host/spi-builder-workspace/Sources/Core/Helpers/String+Helpers.swift:29:8: error: no such module 'Darwin'
27 | import Foundation
28 | import XCERequirement
29 | import Darwin
   |        `- error: no such module 'Darwin'
30 |
31 | //---
[20/30] Compiling XCEValidatableValue *SomeValidatableValue.swift
/host/spi-builder-workspace/Sources/Core/Helpers/String+Helpers.swift:29:8: error: no such module 'Darwin'
27 | import Foundation
28 | import XCERequirement
29 | import Darwin
   |        `- error: no such module 'Darwin'
30 |
31 | //---
[21/30] Compiling XCEValidatableValue CharacterSet+Helpers.swift
/host/spi-builder-workspace/Sources/Core/Helpers/String+Helpers.swift:29:8: error: no such module 'Darwin'
27 | import Foundation
28 | import XCERequirement
29 | import Darwin
   |        `- error: no such module 'Darwin'
30 |
31 | //---
[22/30] Compiling XCEValidatableValue DisplayNamed.swift
/host/spi-builder-workspace/Sources/Core/Helpers/String+Helpers.swift:29:8: error: no such module 'Darwin'
27 | import Foundation
28 | import XCERequirement
29 | import Darwin
   |        `- error: no such module 'Darwin'
30 |
31 | //---
[23/30] Compiling XCEValidatableValue *SomeValidatable.swift
/host/spi-builder-workspace/Sources/Core/Helpers/String+Helpers.swift:29:8: error: no such module 'Darwin'
27 | import Foundation
28 | import XCERequirement
29 | import Darwin
   |        `- error: no such module 'Darwin'
30 |
31 | //---
[24/30] Compiling XCEValidatableValue Errors.swift
/host/spi-builder-workspace/Sources/Core/Helpers/String+Helpers.swift:29:8: error: no such module 'Darwin'
27 | import Foundation
28 | import XCERequirement
29 | import Darwin
   |        `- error: no such module 'Darwin'
30 |
31 | //---
[25/30] Compiling XCEValidatableValue *SomeValidatableEntity.swift
/host/spi-builder-workspace/Sources/Core/Helpers/String+Helpers.swift:29:8: error: no such module 'Darwin'
27 | import Foundation
28 | import XCERequirement
29 | import Darwin
   |        `- error: no such module 'Darwin'
30 |
31 | //---
[26/30] Compiling XCEValidatableValue *Persistence.swift
/host/spi-builder-workspace/Sources/Core/Helpers/String+Helpers.swift:29:8: error: no such module 'Darwin'
27 | import Foundation
28 | import XCERequirement
29 | import Darwin
   |        `- error: no such module 'Darwin'
30 |
31 | //---
[27/30] Compiling XCEValidatableValue *SomeNonRequiredValueWrapper.swift
/host/spi-builder-workspace/Sources/Core/Helpers/String+Helpers.swift:29:8: error: no such module 'Darwin'
27 | import Foundation
28 | import XCERequirement
29 | import Darwin
   |        `- error: no such module 'Darwin'
30 |
31 | //---
[28/30] Compiling XCEValidatableValue *SomeRequiredValueWrapper.swift
/host/spi-builder-workspace/Sources/Core/Helpers/String+Helpers.swift:29:8: error: no such module 'Darwin'
27 | import Foundation
28 | import XCERequirement
29 | import Darwin
   |        `- error: no such module 'Darwin'
30 |
31 | //---
[29/30] Compiling XCEValidatableValue *SomeValidatableValueWrapper.swift
/host/spi-builder-workspace/Sources/Core/Helpers/String+Helpers.swift:29:8: error: no such module 'Darwin'
27 | import Foundation
28 | import XCERequirement
29 | import Darwin
   |        `- error: no such module 'Darwin'
30 |
31 | //---
[30/30] Compiling XCEValidatableValue NonRequired.swift
/host/spi-builder-workspace/Sources/Core/Helpers/String+Helpers.swift:29:8: error: no such module 'Darwin'
27 | import Foundation
28 | import XCERequirement
29 | import Darwin
   |        `- error: no such module 'Darwin'
30 |
31 | //---
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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:081dcf4fb829aea9d08447f4790431afbdfbcc335bfeed728ca69c6f181ae2aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/5] Compiling XCERequirement Aliases.swift
[3/5] Emitting module XCERequirement
[4/5] Compiling XCERequirement Check.swift
[5/5] Compiling XCERequirement Requirement.swift
[7/26] Compiling XCEValidatableValue Collection+Helpers.swift
/host/spi-builder-workspace/Sources/Core/Helpers/String+Helpers.swift:29:8: error: no such module 'Darwin'
27 | import Foundation
28 | import XCERequirement
29 | import Darwin
   |        `- error: no such module 'Darwin'
30 |
31 | //---
[8/26] Compiling XCEValidatableValue Initializers.swift
/host/spi-builder-workspace/Sources/Core/Helpers/String+Helpers.swift:29:8: error: no such module 'Darwin'
27 | import Foundation
28 | import XCERequirement
29 | import Darwin
   |        `- error: no such module 'Darwin'
30 |
31 | //---
[9/26] Compiling XCEValidatableValue IsSecretValue.swift
/host/spi-builder-workspace/Sources/Core/Helpers/String+Helpers.swift:29:8: error: no such module 'Darwin'
27 | import Foundation
28 | import XCERequirement
29 | import Darwin
   |        `- error: no such module 'Darwin'
30 |
31 | //---
[10/28] Compiling XCEValidatableValue Metadata.swift
/host/spi-builder-workspace/Sources/Core/Helpers/String+Helpers.swift:29:8: error: no such module 'Darwin'
27 | import Foundation
28 | import XCERequirement
29 | import Darwin
   |        `- error: no such module 'Darwin'
30 |
31 | //---
[11/28] Compiling XCEValidatableValue Operators.swift
/host/spi-builder-workspace/Sources/Core/Helpers/String+Helpers.swift:29:8: error: no such module 'Darwin'
27 | import Foundation
28 | import XCERequirement
29 | import Darwin
   |        `- error: no such module 'Darwin'
30 |
31 | //---
[12/28] Compiling XCEValidatableValue *SomeRequiredValueWrapper.swift
/host/spi-builder-workspace/Sources/Core/Helpers/String+Helpers.swift:29:8: error: no such module 'Darwin'
27 | import Foundation
28 | import XCERequirement
29 | import Darwin
   |        `- error: no such module 'Darwin'
30 |
31 | //---
[13/28] Compiling XCEValidatableValue *SomeValidatableValueWrapper.swift
/host/spi-builder-workspace/Sources/Core/Helpers/String+Helpers.swift:29:8: error: no such module 'Darwin'
27 | import Foundation
28 | import XCERequirement
29 | import Darwin
   |        `- error: no such module 'Darwin'
30 |
31 | //---
[14/28] Compiling XCEValidatableValue NonRequired.swift
/host/spi-builder-workspace/Sources/Core/Helpers/String+Helpers.swift:29:8: error: no such module 'Darwin'
27 | import Foundation
28 | import XCERequirement
29 | import Darwin
   |        `- error: no such module 'Darwin'
30 |
31 | //---
[15/28] Compiling XCEValidatableValue DisplayNamed.swift
/host/spi-builder-workspace/Sources/Core/Helpers/String+Helpers.swift:29:8: error: no such module 'Darwin'
27 | import Foundation
28 | import XCERequirement
29 | import Darwin
   |        `- error: no such module 'Darwin'
30 |
31 | //---
[16/28] Compiling XCEValidatableValue *SomeValidatable.swift
/host/spi-builder-workspace/Sources/Core/Helpers/String+Helpers.swift:29:8: error: no such module 'Darwin'
27 | import Foundation
28 | import XCERequirement
29 | import Darwin
   |        `- error: no such module 'Darwin'
30 |
31 | //---
[17/28] Compiling XCEValidatableValue Errors.swift
/host/spi-builder-workspace/Sources/Core/Helpers/String+Helpers.swift:29:8: error: no such module 'Darwin'
27 | import Foundation
28 | import XCERequirement
29 | import Darwin
   |        `- error: no such module 'Darwin'
30 |
31 | //---
error: emit-module command failed with exit code 1 (use -v to see invocation)
[18/28] Emitting module XCEValidatableValue
/host/spi-builder-workspace/Sources/Core/Helpers/String+Helpers.swift:29:8: error: no such module 'Darwin'
27 | import Foundation
28 | import XCERequirement
29 | import Darwin
   |        `- error: no such module 'Darwin'
30 |
31 | //---
[19/28] Compiling XCEValidatableValue Optional+Helpers.swift
/host/spi-builder-workspace/Sources/Core/Helpers/String+Helpers.swift:29:8: error: no such module 'Darwin'
27 | import Foundation
28 | import XCERequirement
29 | import Darwin
   |        `- error: no such module 'Darwin'
30 |
31 | //---
[20/28] Compiling XCEValidatableValue SomeBoolFlagValidatableValue.swift
/host/spi-builder-workspace/Sources/Core/Helpers/String+Helpers.swift:29:8: error: no such module 'Darwin'
27 | import Foundation
28 | import XCERequirement
29 | import Darwin
   |        `- error: no such module 'Darwin'
30 |
31 | //---
[21/28] Compiling XCEValidatableValue Required.swift
/host/spi-builder-workspace/Sources/Core/Helpers/String+Helpers.swift:29:8: error: no such module 'Darwin'
27 | import Foundation
28 | import XCERequirement
29 | import Darwin
   |        `- error: no such module 'Darwin'
30 |
31 | //---
[22/28] Compiling XCEValidatableValue *SomeValidatableValue.swift
/host/spi-builder-workspace/Sources/Core/Helpers/String+Helpers.swift:29:8: error: no such module 'Darwin'
27 | import Foundation
28 | import XCERequirement
29 | import Darwin
   |        `- error: no such module 'Darwin'
30 |
31 | //---
[23/28] Compiling XCEValidatableValue CharacterSet+Helpers.swift
/host/spi-builder-workspace/Sources/Core/Helpers/String+Helpers.swift:29:8: error: no such module 'Darwin'
27 | import Foundation
28 | import XCERequirement
29 | import Darwin
   |        `- error: no such module 'Darwin'
30 |
31 | //---
[24/28] Compiling XCEValidatableValue *SomeValidatableEntity.swift
/host/spi-builder-workspace/Sources/Core/Helpers/String+Helpers.swift:29:8: error: no such module 'Darwin'
27 | import Foundation
28 | import XCERequirement
29 | import Darwin
   |        `- error: no such module 'Darwin'
30 |
31 | //---
[25/28] Compiling XCEValidatableValue *Persistence.swift
/host/spi-builder-workspace/Sources/Core/Helpers/String+Helpers.swift:29:8: error: no such module 'Darwin'
27 | import Foundation
28 | import XCERequirement
29 | import Darwin
   |        `- error: no such module 'Darwin'
30 |
31 | //---
[26/28] Compiling XCEValidatableValue *SomeNonRequiredValueWrapper.swift
/host/spi-builder-workspace/Sources/Core/Helpers/String+Helpers.swift:29:8: error: no such module 'Darwin'
27 | import Foundation
28 | import XCERequirement
29 | import Darwin
   |        `- error: no such module 'Darwin'
30 |
31 | //---
[27/28] Compiling XCEValidatableValue SomeCheckmarkValidatableValue.swift
/host/spi-builder-workspace/Sources/Core/Helpers/String+Helpers.swift:29:8: error: no such module 'Darwin'
27 | import Foundation
28 | import XCERequirement
29 | import Darwin
   |        `- error: no such module 'Darwin'
30 |
31 | //---
[28/28] Compiling XCEValidatableValue String+Helpers.swift
/host/spi-builder-workspace/Sources/Core/Helpers/String+Helpers.swift:29:8: error: no such module 'Darwin'
27 | import Foundation
28 | import XCERequirement
29 | import Darwin
   |        `- error: no such module 'Darwin'
30 |
31 | //---
BUILD FAILURE 6.0 linux