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 SimpleLogging, reference production (abbf40), with Swift 6.0 for watchOS using Xcode 16.2 on 28 Nov 2024 06:29:25 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme SimpleLogging-Package -destination generic/platform=watchOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.58.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/RougeWare/Swift-Simple-Logging.git
Reference: production
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/RougeWare/Swift-Simple-Logging
 * branch            production -> FETCH_HEAD
 * [new branch]      production -> origin/production
HEAD is now at abbf40d Merge pull request #22 from RougeWare/feature/Raw-Location
Cloned https://github.com/RougeWare/Swift-Simple-Logging.git
Revision (git rev-parse @):
abbf40d670bc1964ead4f5018f412382a1093703
SUCCESS checkout https://github.com/RougeWare/Swift-Simple-Logging.git at production
========================================
Build
========================================
Selected platform:         watchOS
Swift version:             6.0
Building package at path:  $PWD
https://github.com/RougeWare/Swift-Simple-Logging.git
Command line invocation:
    /Applications/Xcode-16.1.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
    IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph
Fetching from https://github.com/RougeWare/Swift-Lazy-Containers.git
Fetching from https://github.com/RougeWare/Swift-Function-Tools.git
Creating working copy of package ‘Swift-Lazy-Containers’
Checking out 4.1.0 of package ‘Swift-Lazy-Containers’
Creating working copy of package ‘Swift-Function-Tools’
Checking out 1.2.4 of package ‘Swift-Function-Tools’
Resolve Package Graph
Resolved source packages:
  LazyContainers: https://github.com/RougeWare/Swift-Lazy-Containers.git @ 4.1.0
  SimpleLogging: /Users/admin/builder/spi-builder-workspace
  FunctionTools: https://github.com/RougeWare/Swift-Function-Tools.git @ 1.2.4
resolved source packages: LazyContainers, SimpleLogging, FunctionTools
{
  "dependencies" : [
    {
      "identity" : "swift-lazy-containers",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/RougeWare/Swift-Lazy-Containers.git"
    },
    {
      "identity" : "swift-function-tools",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.3",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/RougeWare/Swift-Function-Tools.git"
    }
  ],
  "manifest_display_name" : "SimpleLogging",
  "name" : "SimpleLogging",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "11.0"
    },
    {
      "name" : "macos",
      "version" : "10.13"
    },
    {
      "name" : "watchos",
      "version" : "4.0"
    },
    {
      "name" : "tvos",
      "version" : "11.0"
    }
  ],
  "products" : [
    {
      "name" : "SimpleLogging",
      "targets" : [
        "SimpleLogging"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SimpleLogging_dynamic",
      "targets" : [
        "SimpleLogging"
      ],
      "type" : {
        "library" : [
          "dynamic"
        ]
      }
    },
    {
      "name" : "SimpleLoggingDynamic",
      "targets" : [
        "SimpleLogging"
      ],
      "type" : {
        "library" : [
          "dynamic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SimpleLoggingTests",
      "module_type" : "SwiftTarget",
      "name" : "SimpleLoggingTests",
      "path" : "Tests/SimpleLoggingTests",
      "sources" : [
        "LogLocation.customRaw tests.swift",
        "LogToFileTests.swift",
        "Testing Utilities.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "SimpleLogging"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SimpleLogging",
      "module_type" : "SwiftTarget",
      "name" : "SimpleLogging",
      "path" : "Sources/SimpleLogging",
      "product_dependencies" : [
        "LazyContainers",
        "FunctionTools"
      ],
      "product_memberships" : [
        "SimpleLogging",
        "SimpleLogging_dynamic",
        "SimpleLoggingDynamic"
      ],
      "sources" : [
        "CombinedLogMessage.swift",
        "CombinedLoggable.swift",
        "Extensions/Foundation/FileHandle + TextOutputStream.swift",
        "LogChannel.swift",
        "LogManager.swift",
        "LogMessage.swift",
        "LogMessageProtocol.swift",
        "LogSeverity.swift",
        "Loggable.swift",
        "LoggableError.swift",
        "RawLogMessage.swift",
        "Simple Logging.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.2"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "SimpleLogging",
      "SimpleLogging_dynamic",
      "SimpleLogging-Package",
      "SimpleLoggingDynamic"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme SimpleLogging-Package -destination generic/platform=watchOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Command line invocation:
    /Applications/Xcode-16.1.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme SimpleLogging-Package -destination generic/platform=watchOS "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures"
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
    IDEDerivedDataPathOverride = /Users/admin/builder/spi-builder-workspace/.derivedData
    IDEPackageSupportUseBuiltinSCM = YES
Build settings from command line:
    OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
  LazyContainers: https://github.com/RougeWare/Swift-Lazy-Containers.git @ 4.1.0
  SimpleLogging: /Users/admin/builder/spi-builder-workspace
  FunctionTools: https://github.com/RougeWare/Swift-Function-Tools.git @ 1.2.4
Prepare packages
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (8 targets)
    Target 'SimpleLogging_dynamic' in project 'SimpleLogging'
        ➜ Explicit dependency on target 'SimpleLogging' in project 'SimpleLogging'
        ➜ Explicit dependency on target 'LazyContainers' in project 'LazyContainers'
        ➜ Explicit dependency on target 'FunctionTools' in project 'FunctionTools'
    Target 'SimpleLoggingDynamic' in project 'SimpleLogging'
        ➜ Explicit dependency on target 'SimpleLogging' in project 'SimpleLogging'
        ➜ Explicit dependency on target 'LazyContainers' in project 'LazyContainers'
        ➜ Explicit dependency on target 'FunctionTools' in project 'FunctionTools'
    Target 'SimpleLogging' in project 'SimpleLogging'
        ➜ Explicit dependency on target 'SimpleLogging' in project 'SimpleLogging'
        ➜ Explicit dependency on target 'LazyContainers' in project 'LazyContainers'
        ➜ Explicit dependency on target 'FunctionTools' in project 'FunctionTools'
    Target 'SimpleLogging' in project 'SimpleLogging'
        ➜ Explicit dependency on target 'LazyContainers' in project 'LazyContainers'
        ➜ Explicit dependency on target 'FunctionTools' in project 'FunctionTools'
    Target 'FunctionTools' in project 'FunctionTools'
        ➜ Explicit dependency on target 'FunctionTools' in project 'FunctionTools'
    Target 'FunctionTools' in project 'FunctionTools' (no dependencies)
    Target 'LazyContainers' in project 'LazyContainers'
        ➜ Explicit dependency on target 'LazyContainers' in project 'LazyContainers'
    Target 'LazyContainers' in project 'LazyContainers' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 0380bffab3e744aaa6c970e3e0031343
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/0380bffab3e744aaa6c970e3e0031343.xcbuilddata
error: The package product 'LazyContainers' requires minimum platform version 5.0 for the watchOS platform, but this target supports 4.0 (in target 'SimpleLoggingDynamic' from project 'SimpleLogging')
error: The package product 'FunctionTools' requires minimum platform version 5.0 for the watchOS platform, but this target supports 4.0 (in target 'SimpleLoggingDynamic' from project 'SimpleLogging')
error: The package product 'LazyContainers' requires minimum platform version 5.0 for the watchOS platform, but this target supports 4.0 (in target 'SimpleLogging_dynamic' from project 'SimpleLogging')
error: The package product 'FunctionTools' requires minimum platform version 5.0 for the watchOS platform, but this target supports 4.0 (in target 'SimpleLogging_dynamic' from project 'SimpleLogging')
error: The package product 'LazyContainers' requires minimum platform version 5.0 for the watchOS platform, but this target supports 4.0 (in target 'SimpleLogging' from project 'SimpleLogging')
error: The package product 'FunctionTools' requires minimum platform version 5.0 for the watchOS platform, but this target supports 4.0 (in target 'SimpleLogging' from project 'SimpleLogging')
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme SimpleLogging-Package
(1 failure)
Command line invocation:
    /Applications/Xcode-16.1.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme SimpleLogging-Package -destination generic/platform=watchOS "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures"
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
    IDEDerivedDataPathOverride = /Users/admin/builder/spi-builder-workspace/.derivedData
    IDEPackageSupportUseBuiltinSCM = YES
Build settings from command line:
    OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Resolve Package Graph
Resolved source packages:
  FunctionTools: https://github.com/RougeWare/Swift-Function-Tools.git @ 1.2.4
  LazyContainers: https://github.com/RougeWare/Swift-Lazy-Containers.git @ 4.1.0
  SimpleLogging: /Users/admin/builder/spi-builder-workspace
Prepare packages
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (8 targets)
    Target 'SimpleLogging_dynamic' in project 'SimpleLogging'
        ➜ Explicit dependency on target 'SimpleLogging' in project 'SimpleLogging'
        ➜ Explicit dependency on target 'LazyContainers' in project 'LazyContainers'
        ➜ Explicit dependency on target 'FunctionTools' in project 'FunctionTools'
    Target 'SimpleLoggingDynamic' in project 'SimpleLogging'
        ➜ Explicit dependency on target 'SimpleLogging' in project 'SimpleLogging'
        ➜ Explicit dependency on target 'LazyContainers' in project 'LazyContainers'
        ➜ Explicit dependency on target 'FunctionTools' in project 'FunctionTools'
    Target 'SimpleLogging' in project 'SimpleLogging'
        ➜ Explicit dependency on target 'SimpleLogging' in project 'SimpleLogging'
        ➜ Explicit dependency on target 'LazyContainers' in project 'LazyContainers'
        ➜ Explicit dependency on target 'FunctionTools' in project 'FunctionTools'
    Target 'SimpleLogging' in project 'SimpleLogging'
        ➜ Explicit dependency on target 'LazyContainers' in project 'LazyContainers'
        ➜ Explicit dependency on target 'FunctionTools' in project 'FunctionTools'
    Target 'FunctionTools' in project 'FunctionTools'
        ➜ Explicit dependency on target 'FunctionTools' in project 'FunctionTools'
    Target 'FunctionTools' in project 'FunctionTools' (no dependencies)
    Target 'LazyContainers' in project 'LazyContainers'
        ➜ Explicit dependency on target 'LazyContainers' in project 'LazyContainers'
    Target 'LazyContainers' in project 'LazyContainers' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
error: The package product 'FunctionTools' requires minimum platform version 5.0 for the watchOS platform, but this target supports 4.0 (in target 'SimpleLoggingDynamic' from project 'SimpleLogging')
error: The package product 'LazyContainers' requires minimum platform version 5.0 for the watchOS platform, but this target supports 4.0 (in target 'SimpleLoggingDynamic' from project 'SimpleLogging')
error: The package product 'FunctionTools' requires minimum platform version 5.0 for the watchOS platform, but this target supports 4.0 (in target 'SimpleLogging_dynamic' from project 'SimpleLogging')
error: The package product 'LazyContainers' requires minimum platform version 5.0 for the watchOS platform, but this target supports 4.0 (in target 'SimpleLogging_dynamic' from project 'SimpleLogging')
error: The package product 'FunctionTools' requires minimum platform version 5.0 for the watchOS platform, but this target supports 4.0 (in target 'SimpleLogging' from project 'SimpleLogging')
error: The package product 'LazyContainers' requires minimum platform version 5.0 for the watchOS platform, but this target supports 4.0 (in target 'SimpleLogging' from project 'SimpleLogging')
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme SimpleLogging-Package
(1 failure)
BUILD FAILURE 6.0 watchOS