The Swift Package Index logo.Swift Package Index

Build Information

Failed to build Laner, reference v0.2.0 (c59484), with Swift 6.1 for Android on 7 Feb 2026 08:39:07 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/alexey1312/Laner.git
Reference: v0.2.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/alexey1312/Laner
 * tag               v0.2.0     -> FETCH_HEAD
HEAD is now at c594846 feat: migrate configuration to Pkl for Laner
Cloned https://github.com/alexey1312/Laner.git
Revision (git rev-parse @):
c59484639dc09142f431190238c2787602983bb4
SUCCESS checkout https://github.com/alexey1312/Laner.git at v0.2.0
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/alexey1312/Laner.git
https://github.com/alexey1312/Laner.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.7.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser"
    },
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.9.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log"
    },
    {
      "identity" : "swift-crypto",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.15.1",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-crypto"
    },
    {
      "identity" : "async-http-client",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.30.3",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server/async-http-client"
    },
    {
      "identity" : "pkl-swift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.7.2",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/pkl-swift"
    }
  ],
  "manifest_display_name" : "Laner",
  "name" : "Laner",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "laner",
      "targets" : [
        "laner"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "LanerDSL",
      "targets" : [
        "LanerDSL"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "LanerKit",
      "targets" : [
        "LanerKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "LanerPluginKit",
      "targets" : [
        "LanerPluginKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "LanerMatch",
      "targets" : [
        "LanerMatch"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "laner",
      "module_type" : "SwiftTarget",
      "name" : "laner",
      "path" : "Sources/laner",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "laner"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "LanerCore",
        "LanerKit"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "LanerPluginKit",
      "module_type" : "SwiftTarget",
      "name" : "LanerPluginKit",
      "path" : "Sources/LanerPluginKit",
      "product_memberships" : [
        "LanerPluginKit"
      ],
      "sources" : [
        "LanerPluginKit.swift"
      ],
      "target_dependencies" : [
        "LanerDSL",
        "LanerKit"
      ],
      "type" : "library"
    },
    {
      "c99name" : "LanerMatchTests",
      "module_type" : "SwiftTarget",
      "name" : "LanerMatchTests",
      "path" : "Tests/LanerMatchTests",
      "sources" : [
        "AppStoreConnectAPITests.swift",
        "CertificateTypeTests.swift",
        "CryptoServiceTests.swift",
        "GitStorageTests.swift",
        "KeychainServiceTests.swift",
        "MatchServiceTests.swift",
        "TestFlightModelsTests.swift"
      ],
      "target_dependencies" : [
        "LanerMatch"
      ],
      "type" : "test"
    },
    {
      "c99name" : "LanerMatch",
      "module_type" : "SwiftTarget",
      "name" : "LanerMatch",
      "path" : "Sources/LanerMatch",
      "product_dependencies" : [
        "Logging",
        "Crypto",
        "AsyncHTTPClient"
      ],
      "product_memberships" : [
        "laner",
        "LanerDSL",
        "LanerPluginKit",
        "LanerMatch"
      ],
      "sources" : [
        "API/AppStoreConnectAPI+Builds.swift",
        "API/AppStoreConnectAPI.swift",
        "API/JWTGenerator.swift",
        "LanerMatch.swift",
        "Models/BetaGroup.swift",
        "Models/Build.swift",
        "Models/BuildUpload.swift",
        "Models/Certificate.swift",
        "Models/CertificateType.swift",
        "Models/Device.swift",
        "Models/MatchError.swift",
        "Models/ProvisioningProfile.swift",
        "Models/TestFlightError.swift",
        "Services/ChunkedUploader.swift",
        "Services/CryptoService.swift",
        "Services/KeychainService.swift",
        "Services/MatchService.swift",
        "Services/TestFlightService.swift",
        "Storage/GitStorage.swift",
        "Storage/StorageProvider.swift"
      ],
      "target_dependencies" : [
        "LanerKit"
      ],
      "type" : "library"
    },
    {
      "c99name" : "LanerKitTests",
      "module_type" : "SwiftTarget",
      "name" : "LanerKitTests",
      "path" : "Tests/LanerKitTests",
      "sources" : [
        "FileManagerExtensionsTests.swift",
        "LanerKitTests.swift",
        "LoggingTests.swift",
        "PlatformTests.swift",
        "ProcessResultTests.swift",
        "ShellErrorTests.swift",
        "ShellExecutorTests.swift",
        "XcodebuildTests.swift"
      ],
      "target_dependencies" : [
        "LanerKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "LanerKit",
      "module_type" : "SwiftTarget",
      "name" : "LanerKit",
      "path" : "Sources/LanerKit",
      "product_dependencies" : [
        "Logging"
      ],
      "product_memberships" : [
        "laner",
        "LanerDSL",
        "LanerKit",
        "LanerPluginKit",
        "LanerMatch"
      ],
      "sources" : [
        "FileManagerExtensions.swift",
        "LanerKit.swift",
        "Logging/ConsoleLogHandler.swift",
        "Logging/LogCategory.swift",
        "Logging/LoggingConfiguration.swift",
        "Platform.swift",
        "ProcessResult.swift",
        "ShellError.swift",
        "ShellExecutor.swift",
        "Xcodebuild/ArchiveOptions.swift",
        "Xcodebuild/BuildOptions.swift",
        "Xcodebuild/TestOptions.swift",
        "Xcodebuild/XcodebuildExecutor.swift",
        "Xcodebuild/XcodebuildResult.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "LanerDSLTests",
      "module_type" : "SwiftTarget",
      "name" : "LanerDSLTests",
      "path" : "Tests/LanerDSLTests",
      "sources" : [
        "ActionDispatcherTests.swift",
        "ActionsTest.swift",
        "LanerDSLTests.swift",
        "LanerfileTests.swift",
        "MatchActionTests.swift",
        "PilotActionTests.swift"
      ],
      "target_dependencies" : [
        "LanerDSL"
      ],
      "type" : "test"
    },
    {
      "c99name" : "LanerDSL",
      "module_type" : "SwiftTarget",
      "name" : "LanerDSL",
      "path" : "Sources/LanerDSL",
      "product_dependencies" : [
        "Logging",
        "PklSwift"
      ],
      "product_memberships" : [
        "laner",
        "LanerDSL",
        "LanerPluginKit"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Sources/LanerDSL/Resources/pkl",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "Action.swift",
        "ActionDispatcher.swift",
        "Actions/Functions.swift",
        "Actions/MatchAction.swift",
        "Actions/PilotAction.swift",
        "Actions/RegisterDevicesAction.swift",
        "Actions/ShellActionImpl.swift",
        "Artifact.swift",
        "Environment.swift",
        "ExecutionContext.swift",
        "Generated/Lanerfile.pkl.swift",
        "Lane.swift",
        "LanerDSL.swift",
        "Manifest/Lanerfile.swift",
        "PklTypeConversions.swift"
      ],
      "target_dependencies" : [
        "LanerKit",
        "LanerMatch"
      ],
      "type" : "library"
    },
    {
      "c99name" : "LanerCoreTests",
      "module_type" : "SwiftTarget",
      "name" : "LanerCoreTests",
      "path" : "Tests/LanerCoreTests",
      "sources" : [
        "LanerCoreTests.swift",
        "MatchCommandTests.swift"
      ],
      "target_dependencies" : [
        "LanerCore"
      ],
      "type" : "test"
    },
    {
      "c99name" : "LanerCore",
      "module_type" : "SwiftTarget",
      "name" : "LanerCore",
      "path" : "Sources/LanerCore",
      "product_dependencies" : [
        "ArgumentParser",
        "Logging",
        "Crypto",
        "PklSwift"
      ],
      "product_memberships" : [
        "laner"
      ],
      "sources" : [
        "Commands/BuildCommand.swift",
        "Commands/CLIError.swift",
        "Commands/DoctorCommand.swift",
        "Commands/GlobalOptions.swift",
        "Commands/InitCommand.swift",
        "Commands/LaneCommand.swift",
        "Commands/LanesCommand.swift",
        "Commands/MatchCommand.swift",
        "Commands/TestCommand.swift",
        "Commands/UploadCommand.swift",
        "Commands/VersionCommand.swift",
        "LanerCore.swift",
        "Manifest/ManifestCache.swift",
        "Manifest/ManifestError.swift",
        "Manifest/ManifestLoader.swift"
      ],
      "target_dependencies" : [
        "LanerDSL",
        "LanerKit"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.1"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -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
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:08fa5f1bd27c53c71ebe7c2842e29d52715d90da2c5b8f52513c9039c232613d
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/apple/pkl-swift
Fetching https://github.com/swift-server/async-http-client
Fetching https://github.com/apple/swift-argument-parser
Fetching https://github.com/apple/swift-log
Fetching https://github.com/apple/swift-crypto
[1/2451] Fetching pkl-swift
[1399/8350] Fetching pkl-swift, swift-log
[2697/25521] Fetching pkl-swift, swift-log, swift-argument-parser
[6039/43026] Fetching pkl-swift, swift-log, swift-argument-parser, swift-crypto
[9710/58026] Fetching pkl-swift, swift-log, swift-argument-parser, swift-crypto, async-http-client
Fetched https://github.com/apple/swift-log from cache (2.76s)
Fetched https://github.com/apple/swift-argument-parser from cache (2.77s)
Fetched https://github.com/apple/swift-crypto from cache (2.79s)
[16418/17451] Fetching pkl-swift, async-http-client
Fetched https://github.com/swift-server/async-http-client from cache (4.51s)
Fetched https://github.com/apple/pkl-swift from cache (4.63s)
Computing version for https://github.com/apple/pkl-swift
Computed https://github.com/apple/pkl-swift at 0.7.2 (5.30s)
Fetching https://github.com/SwiftPackageIndex/SemanticVersion
Fetching https://github.com/apple/swift-system
[1/387] Fetching semanticversion
[388/5939] Fetching semanticversion, swift-system
Fetched https://github.com/SwiftPackageIndex/SemanticVersion from cache (0.61s)
Fetched https://github.com/apple/swift-system from cache (0.61s)
Computing version for https://github.com/swift-server/async-http-client
Computed https://github.com/swift-server/async-http-client at 1.30.3 (1.49s)
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-algorithms.git
[1/6052] Fetching swift-algorithms
[909/11700] Fetching swift-algorithms, swift-distributed-tracing
[1374/14509] Fetching swift-algorithms, swift-distributed-tracing, swift-nio-transport-services
[4512/16329] Fetching swift-algorithms, swift-distributed-tracing, swift-nio-transport-services, swift-atomics
[6058/22766] Fetching swift-algorithms, swift-distributed-tracing, swift-nio-transport-services, swift-atomics, swift-nio-extras
[8478/34548] Fetching swift-algorithms, swift-distributed-tracing, swift-nio-transport-services, swift-atomics, swift-nio-extras, swift-nio-http2
Fetched https://github.com/apple/swift-atomics.git from cache (1.29s)
[25895/32728] Fetching swift-algorithms, swift-distributed-tracing, swift-nio-transport-services, swift-nio-extras, swift-nio-http2
Fetching https://github.com/apple/swift-nio-ssl.git
[32729/48024] Fetching swift-algorithms, swift-distributed-tracing, swift-nio-transport-services, swift-nio-extras, swift-nio-http2, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (2.28s)
Fetched https://github.com/apple/swift-nio-extras.git from cache (2.28s)
[27765/38778] Fetching swift-algorithms, swift-distributed-tracing, swift-nio-http2, swift-nio-ssl
Fetched https://github.com/apple/swift-algorithms.git from cache (2.28s)
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (2.28s)
Fetched https://github.com/apple/swift-nio-http2.git from cache (2.30s)
Fetching https://github.com/apple/swift-nio.git
[4436/15296] Fetching swift-nio-ssl
[15297/97239] Fetching swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.27s)
[20486/81943] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (7.37s)
Computing version for https://github.com/apple/swift-crypto
Computed https://github.com/apple/swift-crypto at 3.15.1 (13.30s)
Fetching https://github.com/apple/swift-asn1.git
[1/1692] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.25s)
Computing version for https://github.com/apple/swift-log
Computed https://github.com/apple/swift-log at 1.9.1 (0.81s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.7.0 (0.57s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.3.1 (0.53s)
Fetching https://github.com/apple/swift-service-context.git
[1/1162] Fetching swift-service-context
Fetched https://github.com/apple/swift-service-context.git from cache (0.22s)
Computing version for https://github.com/SwiftPackageIndex/SemanticVersion
Computed https://github.com/SwiftPackageIndex/SemanticVersion at 0.5.1 (0.81s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.1 (0.51s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.53s)
Fetching https://github.com/apple/swift-numerics.git
[1/6403] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.41s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.39.0 (0.98s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (0.61s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.26.0 (0.65s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.1 (0.57s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.5.1 (2.55s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.36.0 (0.57s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.32.1 (0.67s)
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-async-algorithms.git
[1/2574] Fetching swift-service-lifecycle
[722/3778] Fetching swift-service-lifecycle, swift-http-structured-headers
[2865/4729] Fetching swift-service-lifecycle, swift-http-structured-headers, swift-http-types
[3498/11826] Fetching swift-service-lifecycle, swift-http-structured-headers, swift-http-types, swift-certificates
[5866/17911] Fetching swift-service-lifecycle, swift-http-structured-headers, swift-http-types, swift-certificates, swift-async-algorithms
Fetched https://github.com/apple/swift-http-types.git from cache (0.38s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.41s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.51s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.51s)
Fetched https://github.com/apple/swift-certificates.git from cache (0.52s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.94.0 (1.52s)
Fetching https://github.com/apple/swift-collections.git
[1/19478] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.91s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.9.1 (2.63s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.1.1 (2.72s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.5.1 (3.28s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.17.1 (1.04s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.6.0 (0.80s)
Computing version for https://github.com/apple/swift-system
Computed https://github.com/apple/swift-system at 1.6.4 (0.69s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.0 (1.08s)
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.3.0
Creating working copy for https://github.com/swift-server/async-http-client
Working copy of https://github.com/swift-server/async-http-client resolved at 1.30.3
Creating working copy for https://github.com/SwiftPackageIndex/SemanticVersion
Working copy of https://github.com/SwiftPackageIndex/SemanticVersion resolved at 0.5.1
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.5.1
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.39.0
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.7.0
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.36.0
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.1.1
Creating working copy for https://github.com/apple/swift-system
Working copy of https://github.com/apple/swift-system resolved at 1.6.4
Creating working copy for https://github.com/apple/swift-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.3.1
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.32.1
Creating working copy for https://github.com/apple/swift-log
Working copy of https://github.com/apple/swift-log resolved at 1.9.1
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.94.0
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.26.0
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.1.1
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.17.1
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.6.0
Creating working copy for https://github.com/apple/swift-crypto
Working copy of https://github.com/apple/swift-crypto resolved at 3.15.1
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.5.1
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.9.1
Creating working copy for https://github.com/apple/pkl-swift
Working copy of https://github.com/apple/pkl-swift resolved at 0.7.2
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/871] Write sources
[11/871] Compiling ghashv8-armv8-apple.S
[12/871] Compiling ghashv8-armv8-win.S
[12/871] Write sources
[15/871] Compiling sha1-armv8-apple.S
[15/871] Write sources
[21/871] Compiling p256-armv8-asm-apple.S
[21/871] Write sources
[21/871] Copying pkl
[21/871] Write sources
[42/871] Compiling _NumericsShims _NumericsShims.c
[43/871] Compiling ghashv8-armv7-linux.S
[44/871] Compiling ghashv8-armv8-linux.S
[45/871] Compiling _AtomicsShims.c
[46/871] Compiling CNIOWindows shim.c
[47/871] Compiling CNIOWindows WSAStartup.c
[48/871] Compiling CNIOWASI CNIOWASI.c
[49/871] Compiling CNIOPosix event_loop_id.c
[50/871] Compiling sha1-armv8-linux.S
[51/871] Compiling CNIOOpenBSD shim.c
[52/871] Compiling CNIOLinux liburing_shims.c
[53/871] Compiling CSystem shims.c
[54/871] Compiling CNIODarwin shim.c
[55/871] Compiling CNIOExtrasZlib empty.c
[56/871] Compiling CNIOLLHTTP c_nio_http.c
[57/871] Compiling CNIOLinux shim.c
[58/871] Compiling CNIOLLHTTP c_nio_api.c
[59/871] Compiling fiat_p256_adx_mul.S
[60/871] Compiling fiat_p256_adx_sqr.S
[61/871] Compiling fiat_curve25519_adx_mul.S
[62/871] Compiling fiat_curve25519_adx_square.S
[63/871] Write swift-version-24593BA9C3E375BF.txt
[64/871] Compiling CNIOLLHTTP c_nio_llhttp.c
[65/871] Compiling CNIOBoringSSLShims shims.c
[66/877] Compiling tls13_server.cc
[67/877] Compiling tls_record.cc
[68/911] Compiling tls13_enc.cc
[69/911] Compiling tls_method.cc
[70/912] Compiling PklSwiftInternals Discovery.cpp
[71/926] Compiling tls13_client.cc
[73/947] Emitting module InternalCollectionsUtilities
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[74/949] Compiling InternalCollectionsUtilities LifetimeOverride.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[75/949] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[76/949] Compiling ServiceContextModule ServiceContextKey.swift
[77/949] Compiling RealModule RealFunctions.swift
[78/950] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[79/950] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[80/950] Compiling InternalCollectionsUtilities _SortedCollection.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[81/950] Compiling InternalCollectionsUtilities _UniqueCollection.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[82/950] Compiling InternalCollectionsUtilities Debugging.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[83/950] Compiling InternalCollectionsUtilities Descriptions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[84/950] Compiling RealModule Float16+Real.swift
[85/950] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[86/950] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[87/950] Compiling RealModule Float80+Real.swift
[88/950] Emitting module ServiceContextModule
[89/950] Compiling RealModule Real.swift
[90/950] Compiling ServiceContextModule ServiceContext.swift
[91/951] Emitting module _NIOBase64
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[92/951] Compiling _NIOBase64 Base64.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[93/951] Compiling _NIODataStructures _TinyArray.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[94/951] Compiling _NIODataStructures PriorityQueue.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[95/951] Compiling InternalCollectionsUtilities UInt+reversed.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[96/951] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[97/951] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[98/951] Compiling InternalCollectionsUtilities Integer rank.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[99/951] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[100/952] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[101/952] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[104/952] Emitting module RealModule
[113/957] Emitting module _NIODataStructures
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[114/957] Compiling _NIODataStructures Heap.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[117/958] Compiling RealModule RelaxedArithmetic.swift
[128/959] Compiling SystemPackage IORequest.swift
[128/959] Wrapping AST for _NIOBase64 for debugging
[130/964] Wrapping AST for _NIODataStructures for debugging
[131/965] Wrapping AST for ServiceContextModule for debugging
[132/980] Wrapping AST for RealModule for debugging
[133/980] Wrapping AST for InternalCollectionsUtilities for debugging
[135/980] Compiling Instrumentation NoOpInstrument.swift
[136/980] Compiling Instrumentation MultiplexInstrument.swift
[137/980] Compiling DequeModule Deque+CustomReflectable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[138/980] Compiling DequeModule Deque+Descriptions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[139/980] Compiling DequeModule Deque+Equatable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[140/980] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[141/982] Emitting module Instrumentation
[142/982] Compiling DequeModule _DequeBuffer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[143/982] Compiling DequeModule _DequeBufferHeader.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[144/982] Compiling DequeModule Deque+Extras.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[145/982] Compiling DequeModule Deque+Hashable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[146/982] Emitting module SystemPackage
[150/982] Compiling DequeModule Deque+Testing.swift
[151/982] Compiling DequeModule Deque._Storage.swift
[152/982] Compiling SemanticVersion SemanticVersion.swift
[153/982] Compiling DequeModule _DequeSlot.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[154/982] Compiling DequeModule _UnsafeWrappedBuffer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[157/982] Compiling DequeModule Deque._UnsafeHandle.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[158/982] Compiling DequeModule Deque.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[159/982] Compiling SemanticVersion SemanticVersion+LosslessStringConvertible.swift
[160/982] Compiling DequeModule Deque+Codable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[161/982] Compiling DequeModule Deque+Collection.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[162/982] Compiling SystemPackage SystemString.swift
[163/982] Compiling SystemPackage Util+StringArray.swift
[164/982] Compiling SystemPackage Util.swift
[165/982] Compiling SystemPackage UtilConsumers.swift
[166/982] Emitting module DequeModule
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[167/983] Emitting module Logging
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[168/983] Compiling Logging Locks.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[169/983] Compiling Logging MetadataProvider.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[170/983] Compiling Instrumentation InstrumentationSystem.swift
[171/983] Compiling Instrumentation Locks.swift
[172/983] Compiling Instrumentation Instrument.swift
[173/984] Compiling Logging LogHandler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[174/984] Compiling Logging Logging.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[175/984] Compiling SystemPackage Syscalls.swift
[176/984] Compiling SystemPackage WindowsSyscallAdapters.swift
[177/984] Compiling SystemPackage MachPort.swift
[178/984] Compiling SystemPackage PlatformString.swift
[180/985] Compiling SystemPackage IORing.swift
[181/985] Compiling SystemPackage RawIORequest.swift
[182/985] Compiling SystemPackage Backcompat.swift
[183/985] Compiling SystemPackage CInterop.swift
[184/985] Compiling SystemPackage Constants.swift
[185/985] Compiling SystemPackage Exports.swift
[186/985] Compiling SystemPackage Mocking.swift
[187/985] Compiling SystemPackage RawBuffer.swift
[190/986] Wrapping AST for DequeModule for debugging
[191/986] Compiling tls13_both.cc
[192/994] Compiling t1_enc.cc
[193/1002] Wrapping AST for SystemPackage for debugging
[194/1023] Wrapping AST for Instrumentation for debugging
[195/1023] Wrapping AST for Logging for debugging
[197/1023] Compiling Tracing TracingTime.swift
[198/1023] Compiling SemanticVersion SemanticVersion+Codable.swift
[199/1023] Emitting module SemanticVersion
[199/1023] Compiling ssl_x509.cc
[201/1024] Compiling Tracing TracerProtocol.swift
[202/1024] Compiling Tracing Tracer.swift
[203/1024] Compiling Tracing TracerProtocol+Legacy.swift
[205/1024] Emitting module Tracing
[206/1024] Compiling Tracing SpanProtocol.swift
[207/1024] Compiling Tracing NoOpTracer.swift
[208/1024] Compiling Tracing InstrumentationSystem+Tracing.swift
[209/1025] Wrapping AST for SemanticVersion for debugging
[210/1025] Compiling ssl_transcript.cc
[211/1025] Compiling ssl_versions.cc
[212/1025] Compiling ssl_stat.cc
[213/1025] Wrapping AST for Tracing for debugging
[215/1025] Compiling LanerKit XcodebuildExecutor.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[216/1026] Compiling LanerKit BuildOptions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[217/1026] Compiling LanerKit TestOptions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[218/1026] Emitting module LanerKit
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[219/1026] Compiling LanerKit XcodebuildResult.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[220/1026] Compiling LanerKit FileManagerExtensions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[221/1026] Compiling LanerKit LanerKit.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[222/1026] Compiling LanerKit ConsoleLogHandler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/LanerKit/Logging/ConsoleLogHandler.swift:72:16: error: cannot find 'isatty' in scope
 70 |
 71 |         // Check if stdout is a terminal
 72 |         return isatty(STDOUT_FILENO) != 0
    |                `- error: cannot find 'isatty' in scope
 73 |     }
 74 |
/host/spi-builder-workspace/Sources/LanerKit/Logging/ConsoleLogHandler.swift:72:23: error: cannot find 'STDOUT_FILENO' in scope
 70 |
 71 |         // Check if stdout is a terminal
 72 |         return isatty(STDOUT_FILENO) != 0
    |                       `- error: cannot find 'STDOUT_FILENO' in scope
 73 |     }
 74 |
[223/1026] Compiling LanerKit LogCategory.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/LanerKit/Logging/ConsoleLogHandler.swift:72:16: error: cannot find 'isatty' in scope
 70 |
 71 |         // Check if stdout is a terminal
 72 |         return isatty(STDOUT_FILENO) != 0
    |                `- error: cannot find 'isatty' in scope
 73 |     }
 74 |
/host/spi-builder-workspace/Sources/LanerKit/Logging/ConsoleLogHandler.swift:72:23: error: cannot find 'STDOUT_FILENO' in scope
 70 |
 71 |         // Check if stdout is a terminal
 72 |         return isatty(STDOUT_FILENO) != 0
    |                       `- error: cannot find 'STDOUT_FILENO' in scope
 73 |     }
 74 |
[224/1026] Compiling LanerKit ProcessResult.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[225/1026] Compiling LanerKit ShellError.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[226/1026] Compiling LanerKit LoggingConfiguration.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[227/1026] Compiling LanerKit Platform.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[228/1026] Compiling MessagePack UnkeyedEncodingContainer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[229/1026] Compiling MessagePack FixedWidthInteger.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[229/1027] Compiling ssl_session.cc
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/pkl-swift/Sources/MessagePack/Decoder/MessagePackDecoder.swift:201:73: error: cannot find 'NSEC_PER_SEC' in scope
199 |         }
200 |
201 |         let timeInterval = TimeInterval(seconds) + nanoseconds / Double(NSEC_PER_SEC)
    |                                                                         `- error: cannot find 'NSEC_PER_SEC' in scope
202 |
203 |         return Date(timeIntervalSince1970: timeInterval)
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/pkl-swift/Sources/MessagePack/Decoder/MessagePackDecoder.swift:201:73: error: cannot find 'NSEC_PER_SEC' in scope
199 |         }
200 |
201 |         let timeInterval = TimeInterval(seconds) + nanoseconds / Double(NSEC_PER_SEC)
    |                                                                         `- error: cannot find 'NSEC_PER_SEC' in scope
202 |
203 |         return Date(timeIntervalSince1970: timeInterval)
[233/1027] Compiling LanerKit ShellExecutor.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[234/1027] Compiling LanerKit ArchiveOptions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[238/1027] Compiling ssl_lib.cc
[238/1027] Compiling ssl_cipher.cc
[238/1027] Compiling ssl_key_share.cc
[238/1027] Compiling ssl_file.cc
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[238/1027] Compiling ssl_credential.cc
[238/1027] Compiling ssl_privkey.cc
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:08fa5f1bd27c53c71ebe7c2842e29d52715d90da2c5b8f52513c9039c232613d
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
[0/1] Planning build
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/783] Write sources
[6/795] Compiling ssl_cipher.cc
[7/795] Compiling ssl_file.cc
[8/795] Compiling ssl_privkey.cc
[9/795] Write swift-version-24593BA9C3E375BF.txt
[10/795] Compiling ssl_buffer.cc
[11/795] Compiling ssl_key_share.cc
[12/799] Compiling ssl_credential.cc
[13/801] Compiling ssl_cert.cc
[14/835] Compiling ssl_lib.cc
[16/835] Compiling _NIODataStructures _TinyArray.swift
[17/835] Compiling _NIODataStructures PriorityQueue.swift
[18/835] Compiling ServiceContextModule ServiceContextKey.swift
[19/835] Compiling _NIODataStructures Heap.swift
[20/835] Compiling _NIOBase64 Base64.swift
[21/835] Emitting module _NIOBase64
[22/840] Emitting module ServiceContextModule
[23/840] Compiling ServiceContextModule ServiceContext.swift
[24/841] Emitting module _NIODataStructures
[27/841] Compiling SystemPackage Syscalls.swift
[28/841] Compiling SystemPackage WindowsSyscallAdapters.swift
[29/841] Compiling SystemPackage MachPort.swift
[30/841] Compiling SystemPackage PlatformString.swift
[32/875] Compiling SemanticVersion SemanticVersion.swift
[33/875] Compiling RealModule RealFunctions.swift
[34/876] Compiling SemanticVersion SemanticVersion+LosslessStringConvertible.swift
[35/876] Emitting module SemanticVersion
[36/876] Compiling SemanticVersion SemanticVersion+Codable.swift
[37/877] Compiling InternalCollectionsUtilities Descriptions.swift
[38/877] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[39/877] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[40/877] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[41/877] Compiling Logging MetadataProvider.swift
[42/877] Compiling SystemPackage Constants.swift
[43/877] Compiling SystemPackage Exports.swift
[44/877] Compiling SystemPackage Mocking.swift
[45/877] Compiling SystemPackage RawBuffer.swift
[46/877] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[47/877] Compiling SystemPackage RawIORequest.swift
[48/877] Compiling SystemPackage Backcompat.swift
[49/877] Compiling SystemPackage CInterop.swift
[50/877] Compiling InternalCollectionsUtilities _SortedCollection.swift
[51/877] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[52/877] Compiling InternalCollectionsUtilities Debugging.swift
[54/879] Compiling RealModule Float80+Real.swift
[55/879] Compiling RealModule Real.swift
[56/879] Compiling SystemPackage FilePathSyntax.swift
[57/879] Compiling SystemPackage FilePathTemp.swift
[58/879] Compiling SystemPackage FilePathTempPosix.swift
[59/879] Compiling SystemPackage FilePathTempWindows.swift
[61/878] Compiling RealModule RelaxedArithmetic.swift
[62/878] Compiling RealModule Float16+Real.swift
[63/878] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[64/878] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[65/878] Compiling Logging Locks.swift
[70/878] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[71/878] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[72/878] Emitting module Logging
[73/878] Compiling InternalCollectionsUtilities UInt+reversed.swift
[74/878] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[75/878] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[76/878] Compiling InternalCollectionsUtilities Integer rank.swift
[77/878] Emitting module SystemPackage
[78/884] Emitting module RealModule
[78/885] Compiling ssl_aead_ctx.cc
[79/885] Compiling ssl_asn1.cc
[82/885] Compiling Instrumentation NoOpInstrument.swift
[83/885] Emitting module Instrumentation
[84/885] Compiling Instrumentation InstrumentationSystem.swift
[85/885] Compiling Instrumentation Locks.swift
[86/885] Compiling Instrumentation MultiplexInstrument.swift
[87/885] Compiling Instrumentation Instrument.swift
[87/886] Compiling s3_pkt.cc
[89/905] Wrapping AST for RealModule for debugging
[91/905] Compiling SystemPackage SystemString.swift
[92/905] Compiling SystemPackage Util+StringArray.swift
[93/905] Compiling SystemPackage Util.swift
[94/905] Compiling SystemPackage UtilConsumers.swift
[95/905] Compiling Atomics IntegerConformances.swift
[96/905] Compiling Atomics PointerConformances.swift
[97/905] Compiling Atomics Primitives.native.swift
[98/905] Compiling Atomics ManagedAtomic.swift
[99/905] Compiling Atomics ManagedAtomicLazyReference.swift
[100/905] Compiling Atomics OptionalRawRepresentable.swift
[101/905] Compiling Atomics RawRepresentable.swift
[102/905] Compiling Atomics AtomicBool.swift
[103/905] Compiling Atomics AtomicStorage.swift
[104/905] Compiling Atomics AtomicValue.swift
[105/905] Emitting module InternalCollectionsUtilities
[107/914] Compiling Atomics UnsafeAtomic.swift
[108/914] Compiling Atomics UnsafeAtomicLazyReference.swift
[109/914] Emitting module ArgumentParserToolInfo
[123/916] Compiling Tracing TracerProtocol.swift
[124/916] Compiling Tracing TracerProtocol+Legacy.swift
[125/916] Compiling Tracing Tracer.swift
[126/916] Compiling Tracing TracingTime.swift
[127/916] Compiling Logging LogHandler.swift
[128/916] Compiling Logging Logging.swift
[129/916] Compiling Atomics IntegerOperations.swift
[130/916] Compiling Atomics Unmanaged extensions.swift
[133/917] Compiling Atomics AtomicInteger.swift
[134/917] Compiling Atomics AtomicOptionalWrappable.swift
[135/917] Compiling Atomics AtomicReference.swift
[136/917] Compiling Atomics AtomicMemoryOrderings.swift
[137/917] Compiling Atomics DoubleWord.swift
[139/946] Emitting module Tracing
[140/946] Compiling Tracing SpanProtocol.swift
[141/946] Compiling Tracing InstrumentationSystem+Tracing.swift
[142/946] Compiling Tracing NoOpTracer.swift
[144/946] Compiling DequeModule _DequeBuffer.swift
[145/946] Compiling DequeModule _DequeBufferHeader.swift
[146/948] Compiling DequeModule Deque+Equatable.swift
[147/948] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[148/948] Compiling DequeModule Deque+CustomReflectable.swift
[149/948] Compiling DequeModule Deque+Descriptions.swift
[150/948] Compiling ArgumentParserToolInfo ToolInfo.swift
[151/948] Emitting module MessagePack
[152/948] Compiling DequeModule Deque._UnsafeHandle.swift
[153/948] Compiling DequeModule Deque.swift
[155/964] Compiling LanerKit ProcessResult.swift
[156/964] Compiling LanerKit ShellError.swift
[157/964] Compiling LanerKit BuildOptions.swift
[158/964] Compiling LanerKit TestOptions.swift
[159/964] Compiling LanerKit LoggingConfiguration.swift
[160/964] Compiling LanerKit Platform.swift
[161/964] Compiling LanerKit ShellExecutor.swift
[162/964] Compiling LanerKit ArchiveOptions.swift
[163/964] Compiling DequeModule _DequeSlot.swift
[164/964] Compiling DequeModule _UnsafeWrappedBuffer.swift
[165/964] Compiling LanerKit ConsoleLogHandler.swift
/host/spi-builder-workspace/Sources/LanerKit/Logging/ConsoleLogHandler.swift:72:16: error: cannot find 'isatty' in scope
 70 |
 71 |         // Check if stdout is a terminal
 72 |         return isatty(STDOUT_FILENO) != 0
    |                `- error: cannot find 'isatty' in scope
 73 |     }
 74 |
/host/spi-builder-workspace/Sources/LanerKit/Logging/ConsoleLogHandler.swift:72:23: error: cannot find 'STDOUT_FILENO' in scope
 70 |
 71 |         // Check if stdout is a terminal
 72 |         return isatty(STDOUT_FILENO) != 0
    |                       `- error: cannot find 'STDOUT_FILENO' in scope
 73 |     }
 74 |
[166/964] Compiling LanerKit LogCategory.swift
/host/spi-builder-workspace/Sources/LanerKit/Logging/ConsoleLogHandler.swift:72:16: error: cannot find 'isatty' in scope
 70 |
 71 |         // Check if stdout is a terminal
 72 |         return isatty(STDOUT_FILENO) != 0
    |                `- error: cannot find 'isatty' in scope
 73 |     }
 74 |
/host/spi-builder-workspace/Sources/LanerKit/Logging/ConsoleLogHandler.swift:72:23: error: cannot find 'STDOUT_FILENO' in scope
 70 |
 71 |         // Check if stdout is a terminal
 72 |         return isatty(STDOUT_FILENO) != 0
    |                       `- error: cannot find 'STDOUT_FILENO' in scope
 73 |     }
 74 |
[168/965] Wrapping AST for SystemPackage for debugging
[172/965] Compiling LanerKit XcodebuildExecutor.swift
[173/965] Compiling LanerKit FileManagerExtensions.swift
[174/965] Compiling LanerKit LanerKit.swift
[174/965] Compiling s3_both.cc
[180/965] Compiling MessagePack IO.swift
[181/965] Emitting module LanerKit
[182/965] Compiling LanerKit XcodebuildResult.swift
/host/spi-builder-workspace/.build/checkouts/pkl-swift/Sources/MessagePack/Decoder/MessagePackDecoder.swift:201:73: error: cannot find 'NSEC_PER_SEC' in scope
199 |         }
200 |
201 |         let timeInterval = TimeInterval(seconds) + nanoseconds / Double(NSEC_PER_SEC)
    |                                                                         `- error: cannot find 'NSEC_PER_SEC' in scope
202 |
203 |         return Date(timeIntervalSince1970: timeInterval)
/host/spi-builder-workspace/.build/checkouts/pkl-swift/Sources/MessagePack/Decoder/MessagePackDecoder.swift:201:73: error: cannot find 'NSEC_PER_SEC' in scope
199 |         }
200 |
201 |         let timeInterval = TimeInterval(seconds) + nanoseconds / Double(NSEC_PER_SEC)
    |                                                                         `- error: cannot find 'NSEC_PER_SEC' in scope
202 |
203 |         return Date(timeIntervalSince1970: timeInterval)
/host/spi-builder-workspace/.build/checkouts/pkl-swift/Sources/MessagePack/Encoder/SingleValueEncodingContainer.swift:230:54: error: cannot find 'NSEC_PER_SEC' in scope
228 |
229 |         let seconds = Int64(integral)
230 |         let nanoseconds = UInt32(fractional * Double(NSEC_PER_SEC))
    |                                                      `- error: cannot find 'NSEC_PER_SEC' in scope
231 |
232 |         if seconds < 0 || seconds > UInt32.max {
/host/spi-builder-workspace/.build/checkouts/pkl-swift/Sources/MessagePack/Encoder/SingleValueEncodingContainer.swift:230:54: error: cannot find 'NSEC_PER_SEC' in scope
228 |
229 |         let seconds = Int64(integral)
230 |         let nanoseconds = UInt32(fractional * Double(NSEC_PER_SEC))
    |                                                      `- error: cannot find 'NSEC_PER_SEC' in scope
231 |
232 |         if seconds < 0 || seconds > UInt32.max {
[188/1011] Compiling handshake_client.cc
[188/1011] Compiling handshake_server.cc
[188/1011] Compiling s3_lib.cc
BUILD FAILURE 6.1 android