Build Information
Failed to build AppRemoteConfig, reference main (87d0ee), with Swift 6.1 for Android on 24 Feb 2026 20:33:00 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/egeniq/app-remote-config.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/egeniq/app-remote-config
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 87d0ee8 Merge pull request #9 from egeniq/copilot/fix-variant-matching-issue
Cloned https://github.com/egeniq/app-remote-config.git
Revision (git rev-parse @):
87d0ee8a265da406826a45b8ee9d648086424b3e
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/egeniq/app-remote-config.git at main
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/egeniq/app-remote-config.git
https://github.com/egeniq/app-remote-config.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"default_localization" : "en",
"dependencies" : [
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser"
},
{
"identity" : "swift-crypto",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-crypto.git"
},
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log.git"
},
{
"identity" : "yams",
"requirement" : {
"range" : [
{
"lower_bound" : "5.0.6",
"upper_bound" : "6.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/jpsim/Yams.git"
},
{
"identity" : "swift-dependencies",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-dependencies"
},
{
"identity" : "swift-macro-testing",
"requirement" : {
"range" : [
{
"lower_bound" : "0.6.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-macro-testing"
},
{
"identity" : "xctest-dynamic-overlay",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/xctest-dynamic-overlay"
},
{
"identity" : "swift-syntax",
"requirement" : {
"range" : [
{
"lower_bound" : "509.0.0",
"upper_bound" : "602.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftlang/swift-syntax"
}
],
"manifest_display_name" : "AppRemoteConfig",
"name" : "AppRemoteConfig",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "14.0"
},
{
"name" : "macos",
"version" : "11.0"
},
{
"name" : "tvos",
"version" : "14.0"
},
{
"name" : "watchos",
"version" : "7.0"
}
],
"products" : [
{
"name" : "AppRemoteConfig",
"targets" : [
"AppRemoteConfig"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "AppRemoteConfigService",
"targets" : [
"AppRemoteConfigService"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "AppRemoteConfigServiceMacros",
"targets" : [
"AppRemoteConfigServiceMacros"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "care",
"targets" : [
"care"
],
"type" : {
"executable" : null
}
},
{
"name" : "AppRemoteConfigServiceMacrosPlugin",
"targets" : [
"AppRemoteConfigServiceMacrosPlugin"
],
"type" : {
"macro" : null
}
}
],
"targets" : [
{
"c99name" : "care",
"module_type" : "SwiftTarget",
"name" : "care",
"path" : "Sources/care",
"product_dependencies" : [
"ArgumentParser",
"Yams"
],
"product_memberships" : [
"care"
],
"sources" : [
"ANSIEffect.swift",
"CreateKeyPair.swift",
"Error.swift",
"Init.swift",
"Prepare.swift",
"Resolve.swift",
"Verify.swift",
"care.swift"
],
"target_dependencies" : [
"AppRemoteConfig"
],
"type" : "executable"
},
{
"c99name" : "AppRemoteConfigTests",
"module_type" : "SwiftTarget",
"name" : "AppRemoteConfigTests",
"path" : "Tests/AppRemoteConfigTests",
"sources" : [
"AppRemoteConfigTests.swift",
"SigningTests.swift"
],
"target_dependencies" : [
"AppRemoteConfig"
],
"type" : "test"
},
{
"c99name" : "AppRemoteConfigServiceTests",
"module_type" : "SwiftTarget",
"name" : "AppRemoteConfigServiceTests",
"path" : "Tests/AppRemoteConfigServiceTests",
"sources" : [
"AppRemoteConfigServiceTests.swift"
],
"target_dependencies" : [
"AppRemoteConfigService"
],
"type" : "test"
},
{
"c99name" : "AppRemoteConfigServiceMacrosPlugin",
"module_type" : "SwiftTarget",
"name" : "AppRemoteConfigServiceMacrosPlugin",
"path" : "Sources/AppRemoteConfigServiceMacrosPlugin",
"product_dependencies" : [
"SwiftSyntaxMacros",
"SwiftCompilerPlugin"
],
"product_memberships" : [
"AppRemoteConfigServiceMacros",
"AppRemoteConfigServiceMacrosPlugin"
],
"sources" : [
"AppRemoteConfigValuesMacro.swift",
"Plugins.swift"
],
"type" : "macro"
},
{
"c99name" : "AppRemoteConfigServiceMacros",
"module_type" : "SwiftTarget",
"name" : "AppRemoteConfigServiceMacros",
"path" : "Sources/AppRemoteConfigServiceMacros",
"product_dependencies" : [
"IssueReporting"
],
"product_memberships" : [
"AppRemoteConfigServiceMacros"
],
"sources" : [
"Macros.swift"
],
"target_dependencies" : [
"AppRemoteConfigServiceMacrosPlugin"
],
"type" : "library"
},
{
"c99name" : "AppRemoteConfigService",
"module_type" : "SwiftTarget",
"name" : "AppRemoteConfigService",
"path" : "Sources/AppRemoteConfigService",
"product_dependencies" : [
"Dependencies"
],
"product_memberships" : [
"AppRemoteConfigService"
],
"sources" : [
"AppRemoteConfigService.swift"
],
"target_dependencies" : [
"AppRemoteConfig"
],
"type" : "library"
},
{
"c99name" : "AppRemoteConfigMacrosPluginTests",
"module_type" : "SwiftTarget",
"name" : "AppRemoteConfigMacrosPluginTests",
"path" : "Tests/AppRemoteConfigMacrosPluginTests",
"product_dependencies" : [
"MacroTesting"
],
"sources" : [
"AppRemoteConfigValuesMacroTests.swift",
"Internal/BaseTestCase.swift"
],
"target_dependencies" : [
"AppRemoteConfigServiceMacrosPlugin"
],
"type" : "test"
},
{
"c99name" : "AppRemoteConfig",
"module_type" : "SwiftTarget",
"name" : "AppRemoteConfig",
"path" : "Sources/AppRemoteConfig",
"product_dependencies" : [
"Crypto",
"Logging"
],
"product_memberships" : [
"AppRemoteConfig",
"AppRemoteConfigService",
"care"
],
"sources" : [
"BuildVariant.swift",
"Condition.swift",
"Config+Resolve.swift",
"Config+Signing.swift",
"Config.swift",
"Error.swift",
"Override.swift",
"Platform.swift",
"Schedule.swift",
"Version.swift",
"VersionRange.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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 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/jpsim/Yams.git
Fetching https://github.com/pointfreeco/swift-dependencies
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/swiftlang/swift-syntax
Fetching https://github.com/pointfreeco/swift-macro-testing
[1/6618] Fetching swift-dependencies
[134/7580] Fetching swift-dependencies, swift-macro-testing
[163/19083] Fetching swift-dependencies, swift-macro-testing, yams
[2449/24801] Fetching swift-dependencies, swift-macro-testing, yams, xctest-dynamic-overlay
[3797/30866] Fetching swift-dependencies, swift-macro-testing, yams, xctest-dynamic-overlay, swift-log
[18400/105319] Fetching swift-dependencies, swift-macro-testing, yams, xctest-dynamic-overlay, swift-log, swift-syntax
Fetched https://github.com/apple/swift-log.git from cache (1.45s)
[14457/99254] Fetching swift-dependencies, swift-macro-testing, yams, xctest-dynamic-overlay, swift-syntax
Fetching https://github.com/apple/swift-crypto.git
Fetched https://github.com/pointfreeco/swift-dependencies from cache (1.49s)
[8184/92636] Fetching swift-macro-testing, yams, xctest-dynamic-overlay, swift-syntax
Fetching https://github.com/apple/swift-argument-parser
[19709/109805] Fetching swift-macro-testing, yams, xctest-dynamic-overlay, swift-syntax, swift-argument-parser
[22000/127345] Fetching swift-macro-testing, yams, xctest-dynamic-overlay, swift-syntax, swift-argument-parser, swift-crypto
Fetched https://github.com/apple/swift-argument-parser from cache (2.48s)
[42273/110176] Fetching swift-macro-testing, yams, xctest-dynamic-overlay, swift-syntax, swift-crypto
Fetched https://github.com/jpsim/Yams.git from cache (4.94s)
[71162/98673] Fetching swift-macro-testing, xctest-dynamic-overlay, swift-syntax, swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (4.72s)
Fetched https://github.com/pointfreeco/swift-macro-testing from cache (9.11s)
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (9.12s)
Fetched https://github.com/swiftlang/swift-syntax from cache (9.18s)
Computing version for https://github.com/pointfreeco/swift-macro-testing
Computed https://github.com/pointfreeco/swift-macro-testing at 0.6.4 (11.10s)
Fetching https://github.com/pointfreeco/swift-snapshot-testing
[1/15752] Fetching swift-snapshot-testing
Fetched https://github.com/pointfreeco/swift-snapshot-testing from cache (3.18s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 5.4.0 (5.85s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 601.0.1 (0.81s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing
Computed https://github.com/pointfreeco/swift-snapshot-testing at 1.18.9 (0.65s)
Fetching https://github.com/pointfreeco/swift-custom-dump
[1/5284] Fetching swift-custom-dump
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (0.36s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.4.1 (1.01s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.9.0 (0.67s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.7.0 (0.63s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.10.1 (0.69s)
Computing version for https://github.com/pointfreeco/swift-dependencies
Computed https://github.com/pointfreeco/swift-dependencies at 1.11.0 (0.62s)
Fetching https://github.com/pointfreeco/swift-clocks
Fetching https://github.com/pointfreeco/swift-concurrency-extras
Fetching https://github.com/pointfreeco/combine-schedulers
[1/2550] Fetching combine-schedulers
[2526/3436] Fetching combine-schedulers, swift-concurrency-extras
[3039/4753] Fetching combine-schedulers, swift-concurrency-extras, swift-clocks
Fetched https://github.com/pointfreeco/swift-clocks from cache (0.39s)
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (0.39s)
Fetched https://github.com/pointfreeco/combine-schedulers from cache (0.39s)
Computing version for https://github.com/pointfreeco/swift-clocks
Computed https://github.com/pointfreeco/swift-clocks at 1.0.6 (1.62s)
Computing version for https://github.com/pointfreeco/combine-schedulers
Computed https://github.com/pointfreeco/combine-schedulers at 1.1.0 (0.98s)
Fetching https://github.com/OpenCombine/OpenCombine.git
[1/8284] Fetching opencombine
Fetched https://github.com/OpenCombine/OpenCombine.git from cache (0.85s)
Computing version for https://github.com/OpenCombine/OpenCombine.git
Computed https://github.com/OpenCombine/OpenCombine.git at 0.14.0 (1.81s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 1.3.2 (0.71s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.15.1 (2.99s)
Fetching https://github.com/apple/swift-asn1.git
[1/1760] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.28s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.5.1 (0.89s)
Creating working copy for https://github.com/jpsim/Yams.git
Working copy of https://github.com/jpsim/Yams.git resolved at 5.4.0
Creating working copy for https://github.com/pointfreeco/swift-clocks
Working copy of https://github.com/pointfreeco/swift-clocks resolved at 1.0.6
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/pointfreeco/swift-custom-dump
Working copy of https://github.com/pointfreeco/swift-custom-dump resolved at 1.4.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/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.10.1
Creating working copy for https://github.com/pointfreeco/swift-macro-testing
Working copy of https://github.com/pointfreeco/swift-macro-testing resolved at 0.6.4
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.15.1
Creating working copy for https://github.com/pointfreeco/swift-dependencies
Working copy of https://github.com/pointfreeco/swift-dependencies resolved at 1.11.0
Creating working copy for https://github.com/pointfreeco/swift-snapshot-testing
Working copy of https://github.com/pointfreeco/swift-snapshot-testing resolved at 1.18.9
Creating working copy for https://github.com/pointfreeco/combine-schedulers
Working copy of https://github.com/pointfreeco/combine-schedulers resolved at 1.1.0
Creating working copy for https://github.com/OpenCombine/OpenCombine.git
Working copy of https://github.com/OpenCombine/OpenCombine.git resolved at 0.14.0
Creating working copy for https://github.com/pointfreeco/swift-concurrency-extras
Working copy of https://github.com/pointfreeco/swift-concurrency-extras resolved at 1.3.2
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 601.0.1
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.9.0
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/822] Write sources
[36/822] Compiling _SwiftSyntaxCShims dummy.c
[37/822] Compiling poly1305_arm_asm.S
[38/822] Compiling fiat_p256_adx_sqr.S
[39/822] Compiling fiat_p256_adx_mul.S
[40/822] Compiling fiat_curve25519_adx_square.S
[41/822] Compiling fiat_curve25519_adx_mul.S
[42/822] Compiling md5-x86_64-linux.S
[43/822] Compiling md5-x86_64-apple.S
[44/822] Compiling md5-586-linux.S
[45/822] Compiling md5-586-apple.S
[46/822] Write swift-version-24593BA9C3E375BF.txt
[47/822] Compiling chacha20_poly1305_x86_64-apple.S
[48/822] Compiling chacha20_poly1305_x86_64-linux.S
[49/822] Compiling poly1305.cc
[50/822] Compiling poly1305_arm.cc
[51/822] Compiling CCryptoBoringSSLShims shims.c
[52/825] Compiling err_data.cc
[53/830] Compiling COpenCombineHelpers COpenCombineHelpers.cpp
[55/830] Emitting module SwiftSyntax601
[56/835] Emitting module SwiftSyntax510
[57/840] Emitting module SwiftSyntax509
[57/840] Compiling v3_bitst.cc
[59/934] Emitting module Logging
[60/934] Compiling SwiftSyntax510 Empty.swift
[61/934] Compiling SwiftSyntax601 Empty.swift
[62/936] Compiling IssueReportingPackageSupport _Test.swift
[63/936] Emitting module IssueReportingPackageSupport
[64/937] Compiling SwiftSyntax509 Empty.swift
[65/938] Compiling SwiftSyntax600 Empty.swift
[66/938] Emitting module SwiftSyntax600
[67/939] Emitting module OpenCombine
[68/939] Compiling OpenCombine AnyCancellable.swift
[69/939] Compiling OpenCombine AnyPublisher.swift
[70/939] Compiling OpenCombine AnySubscriber.swift
[71/939] Compiling OpenCombine Cancellable.swift
[72/939] Compiling OpenCombine Codable.swift
[73/939] Compiling OpenCombine CombineIdentifier.swift
[74/939] Compiling OpenCombine ConcurrencyHelpers.swift
[75/939] Compiling OpenCombine Future+Concurrency.swift
[76/939] Compiling OpenCombine GENERATED-Publisher+Concurrency.swift
[77/939] Compiling OpenCombine CurrentValueSubject.swift
[78/939] Compiling OpenCombine CustomCombineIdentifierConvertible.swift
[79/939] Compiling OpenCombine Future.swift
[80/939] Compiling OpenCombine GENERATED-RootProtocols.swift
[81/951] Compiling OpenCombine Utils.swift
[82/951] Compiling OpenCombine Violations.swift
[83/951] Compiling OpenCombine ImmediateScheduler.swift
[84/951] Compiling OpenCombine ObservableObject.swift
[85/951] Compiling OpenCombine PassthroughSubject.swift
[86/951] Compiling OpenCombine Published.swift
[87/951] Compiling OpenCombine Publisher+Subscribe.swift
[88/951] Compiling OpenCombine Deferred.swift
[89/951] Compiling OpenCombine Empty.swift
[90/951] Compiling OpenCombine Fail.swift
[91/951] Compiling OpenCombine GENERATED-Publishers.Catch.swift
[92/951] Compiling OpenCombine GENERATED-Publishers.Encode.swift
[93/951] Compiling OpenCombine GENERATED-Publishers.MapKeyPath.swift
[98/951] Wrapping AST for SwiftSyntax509 for debugging
[99/951] Wrapping AST for SwiftSyntax601 for debugging
[100/951] Wrapping AST for SwiftSyntax510 for debugging
[102/951] Compiling OpenCombine Publishers.Count.swift
[103/951] Compiling OpenCombine Publishers.Debounce.swift
[104/951] Compiling OpenCombine Publishers.Delay.swift
[105/951] Compiling OpenCombine Publishers.Drop.swift
[106/951] Compiling OpenCombine Publishers.DropUntilOutput.swift
[107/951] Compiling OpenCombine Publishers.DropWhile.swift
[108/951] Compiling OpenCombine Publishers.Filter.swift
[109/951] Compiling OpenCombine Publishers.First.swift
[110/951] Compiling OpenCombine Publishers.FlatMap.swift
[111/951] Compiling OpenCombine Publishers.HandleEvents.swift
[112/951] Compiling OpenCombine Publishers.IgnoreOutput.swift
[113/951] Compiling OpenCombine Publishers.Last.swift
[114/951] Compiling OpenCombine Publishers.MakeConnectable.swift
[114/962] Compiling chacha20_poly1305_armv8-win.S
[115/982] Wrapping AST for SwiftSyntax600 for debugging
[116/982] Compiling chacha20_poly1305_armv8-linux.S
[118/982] Compiling OpenCombine Just.swift
[119/982] Compiling OpenCombine Optional.Publisher.swift
[120/982] Compiling OpenCombine Publishers.AllSatisfy.swift
[121/982] Compiling OpenCombine Publishers.AssertNoFailure.swift
[122/982] Compiling OpenCombine Publishers.Autoconnect.swift
[123/982] Compiling OpenCombine Publishers.Breakpoint.swift
[124/982] Compiling OpenCombine Publishers.Buffer.swift
[125/982] Compiling OpenCombine Publishers.Collect.swift
[126/982] Compiling OpenCombine Publishers.CollectByCount.swift
[127/982] Compiling OpenCombine Publishers.CompactMap.swift
[128/982] Compiling OpenCombine Publishers.Comparison.swift
[129/982] Compiling OpenCombine Publishers.Concatenate.swift
[130/982] Compiling OpenCombine Publishers.Contains.swift
[131/982] Compiling IssueReporting ReportIssue.swift
[132/982] Compiling IssueReporting BreakpointReporter.swift
[133/982] Compiling IssueReporting DefaultReporter.swift
[134/982] Compiling IssueReporting FatalErrorReporter.swift
[135/982] Compiling IssueReporting TestContext.swift
[136/982] Compiling IssueReporting Unimplemented.swift
[137/982] Compiling OpenCombine PublishedSubject.swift
[138/982] Compiling OpenCombine PublishedSubscriber.swift
[139/982] Compiling OpenCombine ReduceProducer.swift
[140/982] Compiling OpenCombine SubjectSubscriber.swift
[141/982] Compiling OpenCombine SubscriberTap.swift
[142/982] Compiling OpenCombine SubscriptionStatus.swift
[143/982] Compiling OpenCombine SubscriptionTap.swift
[143/982] Compiling chacha20_poly1305_armv8-apple.S
[144/982] Compiling chacha-x86_64-linux.S
[145/982] Compiling chacha-x86_64-apple.S
[146/1005] Compiling chacha-x86-linux.S
[147/1008] Compiling chacha-x86-apple.S
[148/1046] Compiling chacha-armv8-win.S
[149/1046] Compiling chacha-armv8-linux.S
[150/1046] Compiling chacha-armv8-apple.S
[151/1046] Compiling chacha-armv4-linux.S
[152/1046] Compiling aes128gcmsiv-x86_64-linux.S
[153/1046] Compiling aes128gcmsiv-x86_64-apple.S
[154/1046] Compiling x86_64-mont5-linux.S
[155/1046] Compiling x86_64-mont5-apple.S
[156/1046] Compiling x86_64-mont-linux.S
[157/1046] Compiling x86_64-mont-apple.S
[158/1046] Compiling x86-mont-linux.S
[159/1046] Compiling x86-mont-apple.S
[160/1046] Compiling vpaes-x86_64-apple.S
[161/1046] Compiling vpaes-x86_64-linux.S
[163/1046] Compiling Logging MetadataProvider.swift
[164/1046] Compiling Logging LogHandler.swift
[165/1046] Compiling Logging Locks.swift
[166/1046] Compiling Logging Logging.swift
[166/1046] Compiling vpaes-x86-linux.S
[167/1047] Compiling vpaes-x86-apple.S
[168/1047] Compiling vpaes-armv8-win.S
[169/1047] Compiling vpaes-armv8-linux.S
[170/1047] Compiling vpaes-armv8-apple.S
[172/1047] Compiling vpaes-armv7-linux.S
[173/1047] Compiling sha512-x86_64-apple.S
[174/1047] Compiling sha512-x86_64-linux.S
[175/1047] Compiling sha512-armv8-win.S
[176/1047] Compiling sha512-armv8-linux.S
[177/1047] Compiling sha512-armv4-linux.S
[178/1047] Compiling sha512-armv8-apple.S
[180/1047] Compiling OpenCombine Result.swift
[181/1047] Compiling OpenCombine Scheduler.swift
[182/1047] Compiling OpenCombine Subject+Void.swift
[183/1047] Compiling OpenCombine Subscriber+Void.swift
[184/1047] Compiling OpenCombine Subscribers.Assign.swift
[185/1047] Compiling OpenCombine Subscribers.Completion.swift
[186/1047] Compiling OpenCombine Subscribers.Demand.swift
[187/1047] Compiling OpenCombine Subscribers.Sink.swift
[188/1047] Compiling OpenCombine Subscribers.swift
[189/1047] Compiling OpenCombine Subscription.swift
[190/1047] Compiling OpenCombine Subscriptions.swift
[191/1047] Compiling OpenCombine _Introspection.swift
[191/1047] Compiling sha512-586-linux.S
[192/1047] Compiling sha512-586-apple.S
[193/1047] Compiling sha256-x86_64-linux.S
[194/1047] Compiling sha256-x86_64-apple.S
[195/1047] Compiling sha256-armv8-win.S
[196/1047] Compiling sha256-armv8-linux.S
[197/1047] Compiling sha256-armv8-apple.S
[198/1047] Compiling sha256-armv4-linux.S
[200/1047] Compiling OpenCombine Publishers.Map.swift
[201/1047] Compiling OpenCombine Publishers.MapError.swift
[202/1047] Compiling OpenCombine Publishers.MeasureInterval.swift
[203/1047] Compiling OpenCombine Publishers.Multicast.swift
[204/1047] Compiling OpenCombine Publishers.Output.swift
[205/1047] Compiling OpenCombine Publishers.PrefixUntilOutput.swift
[206/1047] Compiling OpenCombine Publishers.PrefixWhile.swift
[207/1047] Compiling OpenCombine Publishers.Print.swift
[208/1047] Compiling OpenCombine Publishers.ReceiveOn.swift
[209/1047] Compiling OpenCombine Publishers.Reduce.swift
[210/1047] Compiling OpenCombine Publishers.RemoveDuplicates.swift
[211/1047] Compiling OpenCombine Publishers.ReplaceEmpty.swift
[212/1047] Compiling OpenCombine Publishers.ReplaceError.swift
[213/1047] Compiling OpenCombine Publishers.Retry.swift
[214/1047] Compiling OpenCombine Publishers.Scan.swift
[215/1047] Compiling OpenCombine Publishers.Sequence.swift
[216/1047] Compiling OpenCombine Publishers.SetFailureType.swift
[217/1047] Compiling OpenCombine Publishers.Share.swift
[218/1047] Compiling OpenCombine Publishers.SubscribeOn.swift
[219/1047] Compiling OpenCombine Publishers.SwitchToLatest.swift
[220/1047] Compiling OpenCombine Publishers.Throttle.swift
[221/1047] Compiling OpenCombine Publishers.Timeout.swift
[222/1047] Compiling OpenCombine Publishers.Zip.swift
[223/1047] Compiling OpenCombine Publishers.swift
[224/1047] Compiling OpenCombine Record.swift
[225/1047] Compiling OpenCombine Result.Publisher.swift
[225/1047] Compiling sha256-586-linux.S
[226/1047] Compiling sha256-586-apple.S
[227/1048] Compiling sha1-x86_64-linux.S
[228/1048] Compiling sha1-x86_64-apple.S
[229/1048] Compiling sha1-armv8-win.S
[230/1048] Compiling sha1-armv8-linux.S
[231/1048] Compiling sha1-armv8-apple.S
[233/1048] Compiling sha1-armv4-large-linux.S
[234/1048] Compiling sha1-586-apple.S
[235/1048] Compiling sha1-586-linux.S
[236/1048] Compiling rsaz-avx2-linux.S
[237/1048] Compiling rdrand-x86_64-apple.S
[238/1048] Compiling rsaz-avx2-apple.S
[239/1048] Compiling rdrand-x86_64-linux.S
[240/1048] Compiling p256_beeu-x86_64-asm-linux.S
[241/1048] Compiling p256_beeu-x86_64-asm-apple.S
[242/1048] Compiling p256_beeu-armv8-asm-win.S
[243/1048] Compiling p256_beeu-armv8-asm-linux.S
[244/1058] Compiling p256_beeu-armv8-asm-apple.S
[245/1059] Compiling p256-x86_64-asm-linux.S
[246/1061] Compiling p256-x86_64-asm-apple.S
[247/1061] Compiling p256-armv8-asm-win.S
[248/1061] Compiling p256-armv8-asm-linux.S
[249/1061] Compiling p256-armv8-asm-apple.S
[250/1061] Compiling ghashv8-armv8-win.S
[251/1061] Compiling ghashv8-armv8-apple.S
[252/1061] Compiling ghashv8-armv8-linux.S
[253/1061] Compiling ghashv8-armv7-linux.S
[253/1061] Compiling ghash-x86_64-linux.S
[255/1061] Compiling ghash-x86-linux.S
[256/1061] Compiling ghash-x86_64-apple.S
[257/1061] Compiling ghash-x86-apple.S
[258/1061] Compiling ghash-ssse3-x86_64-linux.S
[259/1061] Compiling ghash-ssse3-x86-linux.S
[260/1061] Compiling ghash-ssse3-x86_64-apple.S
[261/1061] Compiling ghash-neon-armv8-win.S
[262/1061] Compiling ghash-ssse3-x86-apple.S
[263/1061] Compiling ghash-neon-armv8-apple.S
[264/1061] Compiling ghash-neon-armv8-linux.S
[265/1061] Compiling ghash-armv4-linux.S
[266/1061] Compiling co-586-linux.S
[267/1061] Compiling co-586-apple.S
[268/1061] Compiling bsaes-armv7-linux.S
[269/1061] Compiling bn-armv8-win.S
[271/1061] Emitting module ConcurrencyExtras
[271/1062] Compiling bn-armv8-linux.S
[272/1062] Compiling bn-armv8-apple.S
[273/1062] Compiling bn-586-linux.S
[274/1062] Compiling bn-586-apple.S
[275/1062] Compiling armv8-mont-win.S
[276/1062] Compiling armv8-mont-linux.S
[277/1062] Compiling armv4-mont-linux.S
[278/1062] Compiling armv8-mont-apple.S
[280/1062] Compiling SwiftSyntax SyntaxIdentifier.swift
[281/1062] Compiling SwiftSyntax SyntaxNodeFactory.swift
[282/1062] Compiling SwiftSyntax SyntaxNodeStructure.swift
[283/1062] Compiling SwiftSyntax SyntaxProtocol.swift
[284/1062] Compiling SwiftSyntax SyntaxText.swift
[285/1062] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[286/1062] Compiling SwiftSyntax TokenDiagnostic.swift
[287/1062] Compiling SwiftSyntax TokenSequence.swift
[288/1062] Compiling SwiftSyntax TokenSyntax.swift
[289/1071] Compiling SwiftSyntax SyntaxHashable.swift
[290/1071] Compiling SwiftSyntax Identifier.swift
[291/1071] Compiling SwiftSyntax Syntax.swift
[292/1071] Compiling SwiftSyntax SyntaxArena.swift
[292/1073] Compiling aesv8-gcm-armv8-linux.S
[293/1073] Compiling aesv8-gcm-armv8-win.S
[294/1073] Compiling aesv8-gcm-armv8-apple.S
[295/1073] Compiling aesv8-armv8-win.S
[296/1073] Compiling OpenCombineDispatch DispatchQueue+Scheduler.swift
[297/1073] Emitting module OpenCombineDispatch
[299/1074] Compiling ConcurrencyExtras UncheckedSendable.swift
[299/1074] Compiling aesv8-armv8-linux.S
[300/1074] Compiling aesv8-armv8-apple.S
[301/1074] Compiling aesv8-armv7-linux.S
[302/1074] Compiling aesni-x86_64-apple.S
[303/1074] Compiling aesni-x86_64-linux.S
[305/1074] Compiling aesni-x86-linux.S
[306/1074] Compiling aesni-x86-apple.S
[307/1074] Compiling aesni-gcm-x86_64-linux.S
[308/1074] Compiling aesni-gcm-x86_64-apple.S
[309/1074] Compiling aes-gcm-avx512-x86_64-linux.S
[310/1074] Compiling aes-gcm-avx512-x86_64-apple.S
[311/1074] Compiling aes-gcm-avx2-x86_64-linux.S
[312/1074] Compiling aes-gcm-avx2-x86_64-apple.S
[314/1074] Compiling IssueReporting WithExpectedIssue.swift
[315/1074] Compiling IssueReporting WithIssueContext.swift
[316/1074] Compiling OpenCombineFoundation Locking.swift
[317/1074] Compiling OpenCombineFoundation Portability.swift
[318/1074] Compiling OpenCombineFoundation JSONEncoder.swift
[319/1074] Compiling OpenCombineFoundation NotificationCenter.swift
[323/1074] Emitting module IssueReporting
[325/1074] Compiling OpenCombineFoundation Utils.swift
[326/1074] Compiling OpenCombineFoundation Violations.swift
[329/1074] Compiling ConcurrencyExtras MainSerialExecutor.swift
[330/1074] Compiling ConcurrencyExtras LockIsolated.swift
[330/1074] Compiling xwing.cc
[332/1074] Compiling ConcurrencyExtras Result.swift
[333/1074] Compiling ConcurrencyExtras Task.swift
[334/1075] Compiling SwiftSyntax SourceLocation.swift
[335/1075] Compiling SwiftSyntax SourcePresence.swift
[336/1075] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[337/1075] Compiling SwiftSyntax SyntaxArenaAllocatedBuffer.swift
[338/1075] Compiling SwiftSyntax SyntaxChildren.swift
[339/1075] Compiling SwiftSyntax SyntaxCollection.swift
[340/1075] Compiling Logging MetadataProvider.swift
[341/1075] Compiling Logging Locks.swift
[342/1075] Emitting module Logging
[343/1075] Compiling Logging Logging.swift
[344/1075] Compiling Logging LogHandler.swift
[346/1076] Compiling SwiftSyntax Convenience.swift
[347/1076] Compiling SwiftSyntax CustomTraits.swift
[348/1076] Compiling SwiftSyntax EditorPlaceholder.swift
[350/1077] Compiling x_x509a.cc
[351/1077] Compiling x_x509.cc
[356/1077] Compiling SwiftSyntax RawSyntax.swift
[357/1077] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[358/1077] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[359/1077] Compiling SwiftSyntax RawSyntaxTokenView.swift
[360/1077] Compiling SwiftSyntax SourceEdit.swift
[361/1077] Compiling SwiftSyntax SourceLength.swift
[380/1080] Compiling OpenCombineFoundation PropertyListEncoder.swift
[381/1081] Compiling XCTestDynamicOverlay Exports.swift
[382/1089] Emitting module XCTestDynamicOverlay
[383/1089] Emitting module OpenCombineFoundation
[384/1089] Compiling OpenCombineFoundation Timer+Publisher.swift
[385/1089] Compiling Clocks Timer.swift
[387/1090] Compiling x_spki.cc
[389/1090] Compiling OpenCombineFoundation RunLoop+Scheduler.swift
[390/1090] Compiling Clocks AnyClock.swift
[391/1090] Emitting module Clocks
[391/1090] Compiling x_sig.cc
[393/1090] Compiling Clocks ImmediateClock.swift
[394/1090] Compiling Clocks Lock.swift
[395/1090] Compiling Clocks _AsyncTimerSequence.swift
[398/1090] Compiling OpenCombineFoundation OperationQueue+Scheduler.swift
[401/1090] Compiling OpenCombineFoundation URLSession.swift
[402/1091] Compiling XCTestDynamicOverlay Deprecations.swift
[402/1092] Compiling x_req.cc
[406/1092] Compiling Clocks SwiftUI.swift
[407/1092] Compiling Clocks TestClock.swift
[408/1092] Compiling Clocks UnimplementedClock.swift
[409/1093] Compiling x_pubkey.cc
[411/1095] Compiling OpenCombineShim OpenCombineShim.swift
[412/1095] Emitting module OpenCombineShim
[413/1096] Compiling x_name.cc
[414/1096] Compiling x_exten.cc
[415/1109] Compiling x_attrib.cc
[416/1109] Compiling x_crl.cc
[417/1109] Compiling x_all.cc
[418/1109] Compiling x_algor.cc
[420/1109] Compiling CombineSchedulers UIKit.swift
[421/1110] Compiling CombineSchedulers UIScheduler.swift
[421/1110] Compiling x509spki.cc
[423/1110] Compiling CombineSchedulers Lock.swift
[424/1110] Compiling CombineSchedulers NSRecursiveLock.swift
[425/1110] Compiling CombineSchedulers ImmediateScheduler.swift
[426/1110] Compiling CombineSchedulers Deprecations.swift
[427/1110] Emitting module CombineSchedulers
[428/1110] Compiling CombineSchedulers AnyScheduler.swift
[429/1110] Compiling CombineSchedulers Concurrency.swift
[429/1110] Compiling x509name.cc
[431/1110] Compiling CombineSchedulers UnimplementedScheduler.swift
[431/1110] Compiling x509cset.cc
[432/1110] Compiling x509rset.cc
[434/1110] Compiling CombineSchedulers TestScheduler.swift
[435/1110] Compiling CombineSchedulers Timer.swift
[436/1110] Compiling CombineSchedulers Platform.swift
[437/1110] Compiling CombineSchedulers SwiftUI.swift
[438/1111] Compiling x509_vpm.cc
[439/1111] Compiling x509_v3.cc
[440/1111] Compiling x509_vfy.cc
[441/1111] Compiling x509_txt.cc
[442/1111] Compiling x509_trs.cc
[443/1111] Compiling x509_set.cc
[445/1135] Compiling Dependencies MainQueue.swift
[446/1135] Compiling Dependencies MainRunLoop.swift
[447/1135] Compiling Dependencies NotificationCenter.swift
[447/1138] Compiling x509_req.cc
[449/1138] Compiling Dependencies OpenURL.swift
[450/1138] Compiling Dependencies TimeZone.swift
[451/1138] Compiling Dependencies URLSession.swift
[452/1138] Compiling Dependencies Deprecations.swift
[453/1138] Compiling Dependencies Exports.swift
[454/1138] Compiling Dependencies TypeName.swift
[455/1138] Compiling Dependencies Date.swift
[456/1138] Compiling Dependencies FireAndForget.swift
[457/1138] Compiling Dependencies Locale.swift
[458/1138] Compiling Dependencies Assert.swift
[459/1138] Compiling Dependencies Calendar.swift
[460/1138] Compiling Dependencies Clocks.swift
[461/1138] Compiling Dependencies Context.swift
[462/1138] Compiling Dependencies UUID.swift
[463/1138] Compiling Dependencies WithRandomNumberGenerator.swift
[464/1138] Compiling Dependencies AppEntryPoint.swift
[465/1138] Emitting module Dependencies
[465/1138] Compiling x509_obj.cc
[466/1138] Compiling x509_lu.cc
[467/1138] Compiling x509_ext.cc
[468/1138] Compiling x509_def.cc
[469/1138] Compiling x509_d2.cc
[471/1138] Compiling Dependencies PreviewTrait.swift
[472/1138] Compiling Dependencies TestTrait.swift
[473/1138] Compiling Dependencies WithDependencies.swift
[474/1138] Compiling Dependencies Dependency.swift
[475/1138] Compiling Dependencies DependencyContext.swift
[476/1138] Compiling Dependencies DependencyKey.swift
[477/1138] Compiling Dependencies DependencyValues.swift
[478/1139] Compiling x509_cmp.cc
[479/1139] Compiling x509_att.cc
[480/1139] Compiling x509.cc
[481/1139] Compiling v3_skey.cc
[482/1139] Compiling v3_utl.cc
[483/1139] Compiling v3_purp.cc
[484/1139] Compiling v3_prn.cc
[485/1139] Compiling v3_pmaps.cc
[486/1139] Compiling v3_ocsp.cc
[487/1139] Compiling v3_pcons.cc
[488/1139] Compiling v3_ncons.cc
[489/1139] Compiling v3_int.cc
[490/1139] Compiling v3_lib.cc
[491/1139] Compiling v3_info.cc
[492/1139] Compiling v3_ia5.cc
[493/1139] Compiling v3_genn.cc
[494/1139] Compiling v3_extku.cc
[495/1139] Compiling v3_enum.cc
[496/1139] Compiling v3_crld.cc
[497/1139] Compiling v3_cpols.cc
[499/1139] Emitting module SwiftSyntax
[499/1139] Compiling v3_alt.cc
[500/1139] Compiling v3_bcons.cc
[501/1139] Compiling v3_conf.cc
[502/1139] Compiling v3_akeya.cc
[503/1139] Compiling v3_akey.cc
[504/1139] Compiling t_x509a.cc
[505/1139] Compiling t_x509.cc
[506/1139] Compiling i2d_pr.cc
[507/1139] Compiling t_crl.cc
[508/1139] Compiling t_req.cc
[509/1139] Compiling rsa_pss.cc
[510/1139] Compiling name_print.cc
[511/1139] Compiling policy.cc
[512/1139] Compiling by_file.cc
[513/1139] Compiling asn1_gen.cc
[514/1139] Compiling algorithm.cc
[515/1139] Compiling by_dir.cc
[516/1139] Compiling a_digest.cc
[517/1139] Compiling a_verify.cc
[518/1139] Compiling a_sign.cc
[519/1139] Compiling voprf.cc
[520/1139] Compiling thread_win.cc
[521/1139] Compiling thread_pthread.cc
[522/1139] Compiling thread_none.cc
[523/1139] Compiling stack.cc
[524/1139] Compiling thread.cc
[525/1139] Compiling pmbtoken.cc
[526/1139] Compiling trust_token.cc
[527/1139] Compiling sha512.cc
[528/1139] Compiling sha256.cc
[529/1139] Compiling siphash.cc
[530/1139] Compiling spake2plus.cc
[531/1139] Compiling slhdsa.cc
[532/1139] Compiling sha1.cc
[533/1139] Compiling rsa_print.cc
[534/1139] Compiling rsa_extra.cc
[535/1139] Compiling rc4.cc
[536/1139] Compiling refcount.cc
[537/1139] Compiling rsa_crypt.cc
[538/1139] Compiling windows.cc
[539/1139] Compiling trusty.cc
[540/1139] Compiling urandom.cc
[541/1139] Compiling rand.cc
[542/1139] Compiling passive.cc
[543/1139] Compiling ios.cc
[544/1139] Compiling getentropy.cc
[545/1139] Compiling forkunsafe.cc
[546/1139] Compiling rsa_asn1.cc
[547/1139] Compiling fork_detect.cc
[548/1139] Compiling deterministic.cc
[549/1139] Compiling pool.cc
[550/1139] Compiling poly1305_vec.cc
[551/1139] Compiling pkcs7.cc
[552/1139] Compiling pkcs8.cc
[553/1139] Compiling p5_pbev2.cc
[554/1139] Compiling pkcs8_x509.cc
[555/1139] Compiling pkcs7_x509.cc
[556/1139] Compiling pem_x509.cc
[557/1139] Compiling pem_xaux.cc
[558/1139] Compiling pem_lib.cc
[559/1139] Compiling pem_pkey.cc
[560/1139] Compiling pem_pk8.cc
[561/1139] Compiling obj_xref.cc
[562/1139] Compiling pem_oth.cc
[563/1139] Compiling pem_info.cc
[564/1139] Compiling mlkem.cc
[565/1139] Compiling lhash.cc
[566/1139] Compiling md5.cc
[567/1139] Compiling md4.cc
[568/1139] Compiling mldsa.cc
[568/1139] Compiling pem_all.cc
[570/1139] Compiling obj.cc
[571/1139] Compiling poly_rq_mul.S
[572/1139] Compiling fips_shared_support.cc
[573/1139] Compiling mem.cc
[574/1139] Compiling ex_data.cc
[575/1139] Compiling fuzzer_mode.cc
[577/1139] Compiling SwiftSyntax SyntaxEnum.swift
[578/1139] Compiling SwiftSyntax SyntaxKind.swift
[579/1139] Compiling SwiftSyntax SyntaxRewriter.swift
[580/1139] Compiling SwiftSyntax SyntaxTraits.swift
[581/1139] Compiling SwiftSyntax SyntaxVisitor.swift
[582/1139] Compiling SwiftSyntax TokenKind.swift
[583/1139] Compiling SwiftSyntax Tokens.swift
[584/1139] Compiling SwiftSyntax TriviaPieces.swift
[585/1139] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[585/1139] Compiling kyber.cc
[586/1139] Compiling hrss.cc
[587/1139] Compiling scrypt.cc
[588/1139] Compiling hpke.cc
[589/1139] Compiling print.cc
[590/1139] Compiling pbkdf.cc
[591/1139] Compiling sign.cc
[592/1139] Compiling p_x25519_asn1.cc
[593/1139] Compiling p_x25519.cc
[594/1139] Compiling p_rsa_asn1.cc
[595/1139] Compiling p_hkdf.cc
[596/1139] Compiling p_ed25519_asn1.cc
[597/1139] Compiling p_rsa.cc
[598/1139] Compiling p_ed25519.cc
[599/1139] Compiling p_ec.cc
[600/1139] Compiling p_ec_asn1.cc
[601/1139] Compiling evp_ctx.cc
[602/1139] Compiling p_dh_asn1.cc
[603/1139] Compiling p_dh.cc
[604/1139] Compiling p_dsa_asn1.cc
[605/1139] Compiling err.cc
[606/1139] Compiling engine.cc
[607/1139] Compiling ecdsa_p1363.cc
[608/1139] Compiling evp.cc
[610/1139] Compiling SwiftSyntax RawSyntaxNodesC.swift
[611/1139] Compiling SwiftSyntax RawSyntaxNodesD.swift
[612/1139] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[613/1139] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[614/1139] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
[615/1139] Compiling SwiftSyntax RawSyntaxNodesOP.swift
[616/1139] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
[617/1139] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[618/1139] Compiling SwiftSyntax RawSyntaxValidation.swift
[618/1139] Compiling evp_asn1.cc
[619/1139] Compiling ecdh.cc
[620/1139] Compiling ecdsa_asn1.cc
[621/1139] Compiling ec_derive.cc
[622/1139] Compiling hash_to_curve.cc
[623/1139] Compiling dsa.cc
[624/1139] Compiling dsa_asn1.cc
[625/1139] Compiling ec_asn1.cc
[626/1139] Compiling des.cc
[627/1139] Compiling digest_extra.cc
[628/1139] Compiling x25519-asm-arm.S
[629/1139] Compiling params.cc
[630/1139] Compiling dh_asn1.cc
[631/1139] Compiling spake25519.cc
[632/1139] Compiling cpu_intel.cc
[633/1139] Compiling cpu_arm_linux.cc
[634/1139] Compiling crypto.cc
[635/1139] Compiling curve25519.cc
[636/1139] Compiling cpu_aarch64_win.cc
[637/1139] Compiling cpu_aarch64_openbsd.cc
[638/1139] Compiling cpu_arm_freebsd.cc
[639/1139] Compiling cpu_aarch64_linux.cc
[640/1139] Compiling cpu_aarch64_sysreg.cc
[641/1139] Compiling curve25519_64_adx.cc
[642/1139] Compiling cpu_aarch64_fuchsia.cc
[643/1139] Compiling cpu_aarch64_apple.cc
[644/1139] Compiling conf.cc
[645/1139] Compiling get_cipher.cc
[646/1139] Compiling tls_cbc.cc
[647/1139] Compiling e_rc4.cc
[648/1139] Compiling e_tls.cc
[649/1139] Compiling e_rc2.cc
[650/1139] Compiling e_null.cc
[651/1139] Compiling e_des.cc
[652/1139] Compiling cms.cc
[653/1139] Compiling e_chacha20poly1305.cc
[654/1139] Compiling e_aesgcmsiv.cc
[655/1139] Compiling e_aesctrhmac.cc
[656/1139] Compiling derive_key.cc
[657/1139] Compiling e_aeseax.cc
[658/1139] Compiling chacha.cc
[659/1139] Compiling cbs.cc
[660/1139] Compiling unicode.cc
[661/1139] Compiling ber.cc
[662/1139] Compiling cbb.cc
[663/1139] Compiling buf.cc
[664/1139] Compiling asn1_compat.cc
[665/1139] Compiling exponentiation.cc
[666/1139] Compiling sqrt.cc
[667/1139] Compiling printf.cc
[668/1139] Compiling convert.cc
[669/1139] Compiling div.cc
[670/1139] Compiling hexdump.cc
[671/1139] Compiling bn_asn1.cc
[672/1139] Compiling file.cc
[673/1139] Compiling pair.cc
[674/1139] Compiling blake2.cc
[675/1139] Compiling fd.cc
[676/1139] Compiling bio_mem.cc
[677/1139] Compiling errno.cc
[678/1139] Compiling base64.cc
[679/1139] Compiling bio.cc
[680/1139] Compiling tasn_typ.cc
[681/1139] Compiling tasn_enc.cc
[682/1139] Compiling tasn_fre.cc
[683/1139] Compiling tasn_utl.cc
[684/1139] Compiling f_string.cc
[685/1139] Compiling posix_time.cc
[686/1139] Compiling f_int.cc
[687/1139] Compiling tasn_new.cc
[688/1139] Compiling tasn_dec.cc
[689/1139] Compiling asn_pack.cc
[690/1139] Compiling a_utctm.cc
[691/1139] Compiling asn1_par.cc
[692/1139] Compiling a_time.cc
[693/1139] Compiling a_octet.cc
[694/1139] Compiling asn1_lib.cc
[695/1139] Compiling a_type.cc
[696/1139] Compiling a_strex.cc
[697/1139] Compiling a_strnid.cc
[698/1139] Compiling a_object.cc
[699/1139] Compiling a_i2d_fp.cc
[700/1139] Compiling a_dup.cc
[701/1139] Compiling a_mbstr.cc
[702/1139] Compiling a_int.cc
[703/1139] Write sources
[707/1139] Compiling a_bool.cc
[708/1139] Write sources
[709/1139] Compiling a_d2i_fp.cc
[709/1139] Write sources
[716/1139] Wrapping AST for Logging for debugging
[717/1139] Compiling writer.c
[718/1139] Compiling aes.cc
[719/1139] Compiling a_gentm.cc
[720/1139] Compiling reader.c
[721/1144] Compiling parser.c
[722/1152] Compiling scanner.c
[724/1152] Emitting module IssueReportingPackageSupport
[725/1152] Compiling IssueReportingPackageSupport _Test.swift
[725/1153] Compiling api.c
[727/1153] Compiling fiat_p256_adx_sqr.S
[728/1153] Compiling a_bitstr.cc
[729/1153] Compiling fiat_p256_adx_mul.S
[730/1153] Compiling emitter.c
[731/1153] Compiling fiat_curve25519_adx_square.S
[732/1153] Compiling fiat_curve25519_adx_mul.S
[733/1153] Compiling md5-x86_64-linux.S
[734/1159] Compiling md5-x86_64-apple.S
[735/1173] Compiling CCryptoBoringSSLShims shims.c
[736/1173] Compiling md5-586-linux.S
[737/1173] Compiling md5-586-apple.S
[738/1173] Compiling chacha20_poly1305_x86_64-linux.S
[739/1173] Compiling chacha20_poly1305_x86_64-apple.S
[740/1193] Compiling chacha20_poly1305_armv8-win.S
[741/1193] Compiling chacha20_poly1305_armv8-apple.S
[742/1193] Compiling chacha20_poly1305_armv8-linux.S
[743/1193] Compiling chacha-x86_64-linux.S
[744/1193] Compiling chacha-x86_64-apple.S
[745/1193] Compiling chacha-x86-linux.S
[746/1193] Compiling chacha-x86-apple.S
[747/1193] Compiling chacha-armv8-win.S
[748/1193] Compiling chacha-armv8-linux.S
[749/1193] Compiling chacha-armv8-apple.S
[750/1193] Compiling aes128gcmsiv-x86_64-linux.S
[751/1193] Compiling chacha-armv4-linux.S
[752/1193] Compiling aes128gcmsiv-x86_64-apple.S
[753/1193] Compiling x86_64-mont5-linux.S
[754/1193] Compiling x86_64-mont5-apple.S
[755/1193] Compiling err_data.cc
[756/1193] Compiling x86_64-mont-linux.S
[757/1193] Compiling x86_64-mont-apple.S
[758/1193] Compiling x86-mont-apple.S
[759/1193] Compiling x86-mont-linux.S
[760/1193] Compiling vpaes-x86_64-linux.S
[761/1193] Compiling vpaes-x86_64-apple.S
[762/1193] Compiling vpaes-x86-apple.S
[763/1193] Compiling vpaes-x86-linux.S
[764/1193] Compiling vpaes-armv8-win.S
[765/1193] Compiling vpaes-armv8-apple.S
[766/1193] Compiling vpaes-armv8-linux.S
[767/1193] Compiling vpaes-armv7-linux.S
[768/1193] Compiling sha512-x86_64-linux.S
[769/1193] Compiling sha512-x86_64-apple.S
[770/1193] Compiling sha512-armv8-win.S
[771/1193] Compiling sha512-armv8-apple.S
[772/1193] Compiling sha512-armv8-linux.S
[773/1193] Compiling sha512-armv4-linux.S
[774/1193] Compiling sha512-586-linux.S
[775/1193] Compiling sha512-586-apple.S
[776/1193] Compiling sha256-x86_64-linux.S
[777/1193] Compiling sha256-x86_64-apple.S
[778/1193] Compiling sha256-armv8-win.S
[779/1193] Compiling sha256-armv8-linux.S
[780/1193] Compiling sha256-armv8-apple.S
[781/1193] Compiling sha256-586-linux.S
[782/1193] Compiling sha256-armv4-linux.S
[783/1193] Compiling sha256-586-apple.S
[784/1193] Compiling sha1-x86_64-linux.S
[785/1193] Compiling sha1-x86_64-apple.S
[786/1193] Compiling sha1-armv8-win.S
[788/1193] Compiling ConcurrencyExtras MainSerialExecutor.swift
[788/1194] Compiling sha1-armv8-apple.S
[789/1194] Compiling sha1-armv4-large-linux.S
[790/1194] Compiling sha1-armv8-linux.S
[791/1194] Compiling sha1-586-linux.S
[793/1194] Compiling ConcurrencyExtras Result.swift
[793/1194] Compiling sha1-586-apple.S
[794/1194] Compiling rsaz-avx2-linux.S
[795/1194] Compiling rsaz-avx2-apple.S
[796/1194] Compiling rdrand-x86_64-linux.S
[797/1194] Compiling rdrand-x86_64-apple.S
[799/1194] Emitting module ConcurrencyExtras
[799/1194] Compiling p256_beeu-x86_64-asm-linux.S
[800/1194] Compiling p256_beeu-armv8-asm-win.S
[801/1194] Compiling p256_beeu-x86_64-asm-apple.S
[803/1194] Compiling Yams Resolver.swift
[804/1194] Compiling Yams String+Yams.swift
[804/1194] Compiling p256_beeu-armv8-asm-linux.S
[805/1196] Compiling p256_beeu-armv8-asm-apple.S
[806/1196] Compiling p256-x86_64-asm-linux.S
[808/1196] Compiling Yams AliasDereferencingStrategy.swift
[809/1196] Compiling Yams Anchor.swift
[809/1196] Compiling p256-x86_64-asm-apple.S
[810/1196] Compiling p256-armv8-asm-win.S
[812/1196] Compiling Yams Tag.swift
[813/1196] Compiling Yams YamlAnchorProviding.swift
[814/1196] Compiling ConcurrencyExtras UncheckedSendable.swift
[814/1196] Compiling ghashv8-armv8-win.S
[815/1196] Compiling p256-armv8-asm-apple.S
[816/1196] Compiling p256-armv8-asm-linux.S
[817/1196] Compiling ghashv8-armv8-linux.S
[818/1196] Compiling ghashv8-armv8-apple.S
[819/1196] Compiling ghashv8-armv7-linux.S
[820/1196] Compiling ghash-x86_64-apple.S
[821/1196] Compiling ghash-x86_64-linux.S
[822/1196] Compiling ghash-x86-linux.S
[823/1196] Compiling ghash-x86-apple.S
[824/1196] Compiling ghash-ssse3-x86_64-linux.S
[825/1196] Compiling ghash-ssse3-x86_64-apple.S
[826/1196] Compiling ghash-ssse3-x86-linux.S
[828/1196] Emitting module IssueReporting
[828/1196] Compiling ghash-ssse3-x86-apple.S
[829/1196] Compiling ghash-neon-armv8-win.S
[830/1196] Compiling ghash-neon-armv8-linux.S
[831/1196] Compiling ghash-neon-armv8-apple.S
[832/1196] Compiling ghash-armv4-linux.S
[833/1196] Compiling co-586-linux.S
[834/1196] Compiling co-586-apple.S
[835/1196] Compiling bsaes-armv7-linux.S
[836/1196] Compiling bn-armv8-win.S
[837/1196] Compiling bn-armv8-linux.S
[838/1196] Compiling bn-armv8-apple.S
[839/1196] Compiling bn-586-linux.S
[840/1196] Compiling bn-586-apple.S
[841/1196] Compiling armv8-mont-win.S
[842/1196] Compiling armv8-mont-apple.S
[843/1196] Compiling armv8-mont-linux.S
[844/1196] Compiling armv4-mont-linux.S
[845/1196] Compiling aesv8-gcm-armv8-apple.S
[847/1196] Compiling IssueReporting WithExpectedIssue.swift
[848/1196] Compiling IssueReporting WithIssueContext.swift
[848/1196] Compiling aesv8-gcm-armv8-win.S
[849/1196] Compiling aesv8-gcm-armv8-linux.S
[850/1196] Compiling aesv8-armv8-win.S
[851/1196] Compiling aesv8-armv8-linux.S
[852/1196] Compiling aesv8-armv7-linux.S
[853/1196] Compiling bcm.cc
[854/1196] Compiling aesv8-armv8-apple.S
[855/1196] Compiling aesni-x86_64-linux.S
[856/1196] Compiling aesni-x86_64-apple.S
[857/1196] Compiling aesni-x86-linux.S
[858/1196] Compiling aesni-x86-apple.S
[859/1196] Compiling aesni-gcm-x86_64-linux.S
[860/1196] Compiling aesni-gcm-x86_64-apple.S
[861/1196] Compiling aes-gcm-avx512-x86_64-linux.S
[862/1196] Compiling aes-gcm-avx512-x86_64-apple.S
[863/1196] Compiling aes-gcm-avx2-x86_64-linux.S
[864/1196] Compiling aes-gcm-avx2-x86_64-apple.S
[866/1204] Compiling ConcurrencyExtras Task.swift
[867/1204] Compiling Yams Mark.swift
[868/1204] Compiling Yams Node.Alias.swift
[869/1204] Compiling Yams Node.Mapping.swift
[870/1204] Compiling Yams Node.Scalar.swift
[871/1204] Compiling Yams Node.Sequence.swift
[872/1204] Compiling Yams Node.swift
[873/1204] Compiling Yams Parser.swift
[874/1204] Compiling Yams RedundancyAliasingStrategy.swift
[875/1204] Compiling Yams Representer.swift
[876/1204] Compiling Yams Decoder.swift
[877/1204] Compiling Yams Emitter.swift
[878/1204] Compiling Yams Encoder.swift
[881/1204] Compiling Yams Constructor.swift
[884/1205] Compiling ConcurrencyExtras LockIsolated.swift
[889/1206] Compiling SwiftSyntax Trivia.swift
[890/1206] Compiling SwiftSyntax Utils.swift
[891/1206] Compiling SwiftSyntax ChildNameForKeyPath.swift
[892/1206] Compiling SwiftSyntax Keyword.swift
[893/1206] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[894/1206] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[895/1206] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[896/1206] Compiling SwiftSyntax SyntaxBaseNodes.swift
[897/1206] Compiling SwiftSyntax SyntaxCollections.swift
[898/1209] Compiling CryptoBoringWrapper RandomBytes.swift
[899/1209] Compiling XCTestDynamicOverlay Exports.swift
[900/1209] Emitting module XCTestDynamicOverlay
[900/1209] Compiling xwing.cc
[902/1222] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[902/1222] Compiling x_x509a.cc
[906/1222] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[907/1222] Compiling CryptoBoringWrapper EllipticCurve.swift
[908/1224] Emitting module CryptoBoringWrapper
[909/1224] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[910/1224] Compiling XCTestDynamicOverlay Deprecations.swift
[911/1224] Compiling CombineSchedulers UIScheduler.swift
[911/1226] Compiling x_x509.cc
[913/1226] Compiling CombineSchedulers ImmediateScheduler.swift
[914/1226] Compiling CombineSchedulers Deprecations.swift
[917/1226] Compiling CombineSchedulers UIKit.swift
[918/1226] Compiling CombineSchedulers AnyScheduler.swift
[919/1226] Compiling CombineSchedulers Concurrency.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[920/1233] Emitting module CombineSchedulers
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:23:13: error: cannot find type 'Scheduler' in scope
21 |
22 | @available(macOS 10.15, iOS 13.0, tvOS 13.0, watchOS 6.0, *)
23 | extension Scheduler {
| `- error: cannot find type 'Scheduler' in scope
24 | /// Returns a publisher that repeatedly emits the scheduler's current time on the given
25 | /// interval.
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:44:13: error: cannot find type 'Publishers' in scope
42 |
43 | @available(macOS 10.15, iOS 13.0, tvOS 13.0, watchOS 6.0, *)
44 | extension Publishers {
| `- error: cannot find type 'Publishers' in scope
45 | /// A publisher that emits a scheduler's current time on a repeating interval.
46 | ///
[921/1234] Compiling CombineSchedulers TestScheduler.swift
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:23:13: error: cannot find type 'Scheduler' in scope
21 |
22 | @available(macOS 10.15, iOS 13.0, tvOS 13.0, watchOS 6.0, *)
23 | extension Scheduler {
| `- error: cannot find type 'Scheduler' in scope
24 | /// Returns a publisher that repeatedly emits the scheduler's current time on the given
25 | /// interval.
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:44:13: error: cannot find type 'Publishers' in scope
42 |
43 | @available(macOS 10.15, iOS 13.0, tvOS 13.0, watchOS 6.0, *)
44 | extension Publishers {
| `- error: cannot find type 'Publishers' in scope
45 | /// A publisher that emits a scheduler's current time on a repeating interval.
46 | ///
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:38:10: error: cannot find type 'Publishers' in scope
36 | tolerance: SchedulerTimeType.Stride? = nil,
37 | options: SchedulerOptions? = nil
38 | ) -> Publishers.Timer<Self> {
| `- error: cannot find type 'Publishers' in scope
39 | Publishers.Timer(every: interval, tolerance: tolerance, scheduler: self, options: options)
40 | }
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:35:23: error: cannot find type 'SchedulerTimeType' in scope
33 | /// - Returns: A publisher that repeatedly emits the current date on the given interval.
34 | public func timerPublisher(
35 | every interval: SchedulerTimeType.Stride,
| `- error: cannot find type 'SchedulerTimeType' in scope
36 | tolerance: SchedulerTimeType.Stride? = nil,
37 | options: SchedulerOptions? = nil
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:36:18: error: cannot find type 'SchedulerTimeType' in scope
34 | public func timerPublisher(
35 | every interval: SchedulerTimeType.Stride,
36 | tolerance: SchedulerTimeType.Stride? = nil,
| `- error: cannot find type 'SchedulerTimeType' in scope
37 | options: SchedulerOptions? = nil
38 | ) -> Publishers.Timer<Self> {
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:37:16: error: cannot find type 'SchedulerOptions' in scope
35 | every interval: SchedulerTimeType.Stride,
36 | tolerance: SchedulerTimeType.Stride? = nil,
37 | options: SchedulerOptions? = nil
| `- error: cannot find type 'SchedulerOptions' in scope
38 | ) -> Publishers.Timer<Self> {
39 | Publishers.Timer(every: interval, tolerance: tolerance, scheduler: self, options: options)
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:87:41: error: cannot find type '_CombineScheduler' in scope
85 | /// XCTAssertEqual(output, Array(0...1_001))
86 | /// ```
87 | public final class Timer<Scheduler: _CombineScheduler>: ConnectablePublisher {
| `- error: cannot find type '_CombineScheduler' in scope
88 | public typealias Output = Scheduler.SchedulerTimeType
89 | public typealias Failure = Never
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:88:43: error: 'SchedulerTimeType' is not a member type of type 'Scheduler'
86 | /// ```
87 | public final class Timer<Scheduler: _CombineScheduler>: ConnectablePublisher {
88 | public typealias Output = Scheduler.SchedulerTimeType
| `- error: 'SchedulerTimeType' is not a member type of type 'Scheduler'
89 | public typealias Failure = Never
90 |
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:91:38: error: 'SchedulerTimeType' is not a member type of type 'Scheduler'
89 | public typealias Failure = Never
90 |
91 | public let interval: Scheduler.SchedulerTimeType.Stride
| `- error: 'SchedulerTimeType' is not a member type of type 'Scheduler'
92 | public let options: Scheduler.SchedulerOptions?
93 | public let scheduler: Scheduler
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:92:37: error: 'SchedulerOptions' is not a member type of type 'Scheduler'
90 |
91 | public let interval: Scheduler.SchedulerTimeType.Stride
92 | public let options: Scheduler.SchedulerOptions?
| `- error: 'SchedulerOptions' is not a member type of type 'Scheduler'
93 | public let scheduler: Scheduler
94 | public let tolerance: Scheduler.SchedulerTimeType.Stride?
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:94:39: error: 'SchedulerTimeType' is not a member type of type 'Scheduler'
92 | public let options: Scheduler.SchedulerOptions?
93 | public let scheduler: Scheduler
94 | public let tolerance: Scheduler.SchedulerTimeType.Stride?
| `- error: 'SchedulerTimeType' is not a member type of type 'Scheduler'
95 |
96 | private lazy var routingSubscription: RoutingSubscription = {
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:106:35: error: 'SchedulerTimeType' is not a member type of type 'Scheduler'
104 |
105 | public init(
106 | every interval: Scheduler.SchedulerTimeType.Stride,
| `- error: 'SchedulerTimeType' is not a member type of type 'Scheduler'
107 | tolerance: Scheduler.SchedulerTimeType.Stride? = nil,
108 | scheduler: Scheduler,
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:107:30: error: 'SchedulerTimeType' is not a member type of type 'Scheduler'
105 | public init(
106 | every interval: Scheduler.SchedulerTimeType.Stride,
107 | tolerance: Scheduler.SchedulerTimeType.Stride? = nil,
| `- error: 'SchedulerTimeType' is not a member type of type 'Scheduler'
108 | scheduler: Scheduler,
109 | options: Scheduler.SchedulerOptions? = nil
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:109:28: error: 'SchedulerOptions' is not a member type of type 'Scheduler'
107 | tolerance: Scheduler.SchedulerTimeType.Stride? = nil,
108 | scheduler: Scheduler,
109 | options: Scheduler.SchedulerOptions? = nil
| `- error: 'SchedulerOptions' is not a member type of type 'Scheduler'
110 | ) {
111 | self.interval = interval
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:119:42: error: cannot find type 'Subscription' in scope
117 | /// Adapter subscription to allow `Timer` to multiplex to multiple subscribers
118 | /// the values produced by a single `TimerPublisher.Inner`
119 | private class RoutingSubscription: Subscription, Subscriber, CustomStringConvertible,
| `- error: cannot find type 'Subscription' in scope
120 | CustomReflectable, CustomPlaygroundDisplayConvertible
121 | {
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:119:56: error: cannot find type 'Subscriber' in scope
117 | /// Adapter subscription to allow `Timer` to multiplex to multiple subscribers
118 | /// the values produced by a single `TimerPublisher.Inner`
119 | private class RoutingSubscription: Subscription, Subscriber, CustomStringConvertible,
| `- error: cannot find type 'Subscriber' in scope
120 | CustomReflectable, CustomPlaygroundDisplayConvertible
121 | {
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:122:37: error: 'SchedulerTimeType' is not a member type of type 'Scheduler'
120 | CustomReflectable, CustomPlaygroundDisplayConvertible
121 | {
122 | typealias Input = Scheduler.SchedulerTimeType
| `- error: 'SchedulerTimeType' is not a member type of type 'Scheduler'
123 | typealias Failure = Never
124 |
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:125:46: error: cannot find type 'AnySubscriber' in scope
123 | typealias Failure = Never
124 |
125 | private typealias ErasedSubscriber = AnySubscriber<Output, Failure>
| `- error: cannot find type 'AnySubscriber' in scope
126 |
127 | private let lock: Lock
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:250:45: error: cannot find type 'Subscriber' in scope
248 |
249 | private typealias Parent = Publishers.Timer
250 | private final class Inner<Downstream: Subscriber>: NSObject, Subscription, CustomReflectable,
| `- error: cannot find type 'Subscriber' in scope
251 | CustomPlaygroundDisplayConvertible
252 | where
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:160:32: error: cannot find type 'CombineIdentifier' in scope
158 | var customMirror: Mirror { return inner.customMirror }
159 | var playgroundDescription: Any { return description }
160 | var combineIdentifier: CombineIdentifier { return inner.combineIdentifier }
| `- error: cannot find type 'CombineIdentifier' in scope
161 |
162 | init(parent: Publishers.Timer<Scheduler>) {
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:162:22: error: cannot find type 'Publishers' in scope
160 | var combineIdentifier: CombineIdentifier { return inner.combineIdentifier }
161 |
162 | init(parent: Publishers.Timer<Scheduler>) {
| `- error: cannot find type 'Publishers' in scope
163 | self.lock = Lock()
164 | self.inner = .init(parent, self)
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:171:33: error: cannot find type 'Subscriber' in scope
169 | }
170 |
171 | func addSubscriber<Sub: Subscriber>(_ sub: Sub)
| `- error: cannot find type 'Subscriber' in scope
172 | where
173 | Sub.Failure == Failure,
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:183:36: error: cannot find type 'Subscription' in scope
181 | }
182 |
183 | func receive(subscription: Subscription) {
| `- error: cannot find type 'Subscription' in scope
184 | lock.lock()
185 | let subscribers = self.subscribers
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:193:41: error: cannot find type 'Subscribers' in scope
191 | }
192 |
193 | func receive(_ value: Input) -> Subscribers.Demand {
| `- error: cannot find type 'Subscribers' in scope
194 | var resultingDemand: Subscribers.Demand = .max(0)
195 | lock.lock()
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:208:34: error: cannot find type 'Subscribers' in scope
206 | }
207 |
208 | func receive(completion: Subscribers.Completion<Failure>) {
| `- error: cannot find type 'Subscribers' in scope
209 | lock.lock()
210 | let subscribers = self.subscribers
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:218:32: error: cannot find type 'Subscribers' in scope
216 | }
217 |
218 | func request(_ demand: Subscribers.Demand) {
| `- error: cannot find type 'Subscribers' in scope
219 | lock.lock()
220 | // Inner will always be non-nil
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:239:32: error: cannot find type 'Subscriber' in scope
237 | }
238 |
239 | public func receive<Sub: Subscriber>(subscriber: Sub)
| `- error: cannot find type 'Subscriber' in scope
240 | where Failure == Sub.Failure, Output == Sub.Input {
241 | routingSubscription.addSubscriber(subscriber)
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:244:32: error: cannot find type 'Cancellable' in scope
242 | }
243 |
244 | public func connect() -> Cancellable {
| `- error: cannot find type 'Cancellable' in scope
245 | routingSubscription.isConnected = true
246 | return routingSubscription
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:249:34: error: cannot find type 'Publishers' in scope
247 | }
248 |
249 | private typealias Parent = Publishers.Timer
| `- error: cannot find type 'Publishers' in scope
250 | private final class Inner<Downstream: Subscriber>: NSObject, Subscription, CustomReflectable,
251 | CustomPlaygroundDisplayConvertible
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:250:68: error: cannot find type 'Subscription' in scope
248 |
249 | private typealias Parent = Publishers.Timer
250 | private final class Inner<Downstream: Subscriber>: NSObject, Subscription, CustomReflectable,
| `- error: cannot find type 'Subscription' in scope
251 | CustomPlaygroundDisplayConvertible
252 | where
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:256:34: error: cannot find type 'Cancellable' in scope
254 | Downstream.Failure == Never
255 | {
256 | private var cancellable: Cancellable?
| `- error: cannot find type 'Cancellable' in scope
257 | private let lock: Lock
258 | private var downstream: Downstream?
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:261:29: error: cannot find type 'Subscribers' in scope
259 | private var parent: Parent<Scheduler>?
260 | private var started: Bool
261 | private var demand: Subscribers.Demand
| `- error: cannot find type 'Subscribers' in scope
262 |
263 | override var description: String { return "Timer" }
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:328:27: error: cannot find type 'Subscribers' in scope
326 | }
327 |
328 | func request(_ n: Subscribers.Demand) {
| `- error: cannot find type 'Subscribers' in scope
329 | lock.lock()
330 | defer { lock.unlock() }
[922/1234] Compiling CombineSchedulers Timer.swift
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:23:13: error: cannot find type 'Scheduler' in scope
21 |
22 | @available(macOS 10.15, iOS 13.0, tvOS 13.0, watchOS 6.0, *)
23 | extension Scheduler {
| `- error: cannot find type 'Scheduler' in scope
24 | /// Returns a publisher that repeatedly emits the scheduler's current time on the given
25 | /// interval.
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:44:13: error: cannot find type 'Publishers' in scope
42 |
43 | @available(macOS 10.15, iOS 13.0, tvOS 13.0, watchOS 6.0, *)
44 | extension Publishers {
| `- error: cannot find type 'Publishers' in scope
45 | /// A publisher that emits a scheduler's current time on a repeating interval.
46 | ///
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:38:10: error: cannot find type 'Publishers' in scope
36 | tolerance: SchedulerTimeType.Stride? = nil,
37 | options: SchedulerOptions? = nil
38 | ) -> Publishers.Timer<Self> {
| `- error: cannot find type 'Publishers' in scope
39 | Publishers.Timer(every: interval, tolerance: tolerance, scheduler: self, options: options)
40 | }
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:35:23: error: cannot find type 'SchedulerTimeType' in scope
33 | /// - Returns: A publisher that repeatedly emits the current date on the given interval.
34 | public func timerPublisher(
35 | every interval: SchedulerTimeType.Stride,
| `- error: cannot find type 'SchedulerTimeType' in scope
36 | tolerance: SchedulerTimeType.Stride? = nil,
37 | options: SchedulerOptions? = nil
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:36:18: error: cannot find type 'SchedulerTimeType' in scope
34 | public func timerPublisher(
35 | every interval: SchedulerTimeType.Stride,
36 | tolerance: SchedulerTimeType.Stride? = nil,
| `- error: cannot find type 'SchedulerTimeType' in scope
37 | options: SchedulerOptions? = nil
38 | ) -> Publishers.Timer<Self> {
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:37:16: error: cannot find type 'SchedulerOptions' in scope
35 | every interval: SchedulerTimeType.Stride,
36 | tolerance: SchedulerTimeType.Stride? = nil,
37 | options: SchedulerOptions? = nil
| `- error: cannot find type 'SchedulerOptions' in scope
38 | ) -> Publishers.Timer<Self> {
39 | Publishers.Timer(every: interval, tolerance: tolerance, scheduler: self, options: options)
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:87:41: error: cannot find type '_CombineScheduler' in scope
85 | /// XCTAssertEqual(output, Array(0...1_001))
86 | /// ```
87 | public final class Timer<Scheduler: _CombineScheduler>: ConnectablePublisher {
| `- error: cannot find type '_CombineScheduler' in scope
88 | public typealias Output = Scheduler.SchedulerTimeType
89 | public typealias Failure = Never
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:88:43: error: 'SchedulerTimeType' is not a member type of type 'Scheduler'
86 | /// ```
87 | public final class Timer<Scheduler: _CombineScheduler>: ConnectablePublisher {
88 | public typealias Output = Scheduler.SchedulerTimeType
| `- error: 'SchedulerTimeType' is not a member type of type 'Scheduler'
89 | public typealias Failure = Never
90 |
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:91:38: error: 'SchedulerTimeType' is not a member type of type 'Scheduler'
89 | public typealias Failure = Never
90 |
91 | public let interval: Scheduler.SchedulerTimeType.Stride
| `- error: 'SchedulerTimeType' is not a member type of type 'Scheduler'
92 | public let options: Scheduler.SchedulerOptions?
93 | public let scheduler: Scheduler
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:92:37: error: 'SchedulerOptions' is not a member type of type 'Scheduler'
90 |
91 | public let interval: Scheduler.SchedulerTimeType.Stride
92 | public let options: Scheduler.SchedulerOptions?
| `- error: 'SchedulerOptions' is not a member type of type 'Scheduler'
93 | public let scheduler: Scheduler
94 | public let tolerance: Scheduler.SchedulerTimeType.Stride?
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:94:39: error: 'SchedulerTimeType' is not a member type of type 'Scheduler'
92 | public let options: Scheduler.SchedulerOptions?
93 | public let scheduler: Scheduler
94 | public let tolerance: Scheduler.SchedulerTimeType.Stride?
| `- error: 'SchedulerTimeType' is not a member type of type 'Scheduler'
95 |
96 | private lazy var routingSubscription: RoutingSubscription = {
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:106:35: error: 'SchedulerTimeType' is not a member type of type 'Scheduler'
104 |
105 | public init(
106 | every interval: Scheduler.SchedulerTimeType.Stride,
| `- error: 'SchedulerTimeType' is not a member type of type 'Scheduler'
107 | tolerance: Scheduler.SchedulerTimeType.Stride? = nil,
108 | scheduler: Scheduler,
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:107:30: error: 'SchedulerTimeType' is not a member type of type 'Scheduler'
105 | public init(
106 | every interval: Scheduler.SchedulerTimeType.Stride,
107 | tolerance: Scheduler.SchedulerTimeType.Stride? = nil,
| `- error: 'SchedulerTimeType' is not a member type of type 'Scheduler'
108 | scheduler: Scheduler,
109 | options: Scheduler.SchedulerOptions? = nil
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:109:28: error: 'SchedulerOptions' is not a member type of type 'Scheduler'
107 | tolerance: Scheduler.SchedulerTimeType.Stride? = nil,
108 | scheduler: Scheduler,
109 | options: Scheduler.SchedulerOptions? = nil
| `- error: 'SchedulerOptions' is not a member type of type 'Scheduler'
110 | ) {
111 | self.interval = interval
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:119:42: error: cannot find type 'Subscription' in scope
117 | /// Adapter subscription to allow `Timer` to multiplex to multiple subscribers
118 | /// the values produced by a single `TimerPublisher.Inner`
119 | private class RoutingSubscription: Subscription, Subscriber, CustomStringConvertible,
| `- error: cannot find type 'Subscription' in scope
120 | CustomReflectable, CustomPlaygroundDisplayConvertible
121 | {
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:119:56: error: cannot find type 'Subscriber' in scope
117 | /// Adapter subscription to allow `Timer` to multiplex to multiple subscribers
118 | /// the values produced by a single `TimerPublisher.Inner`
119 | private class RoutingSubscription: Subscription, Subscriber, CustomStringConvertible,
| `- error: cannot find type 'Subscriber' in scope
120 | CustomReflectable, CustomPlaygroundDisplayConvertible
121 | {
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:122:37: error: 'SchedulerTimeType' is not a member type of type 'Scheduler'
120 | CustomReflectable, CustomPlaygroundDisplayConvertible
121 | {
122 | typealias Input = Scheduler.SchedulerTimeType
| `- error: 'SchedulerTimeType' is not a member type of type 'Scheduler'
123 | typealias Failure = Never
124 |
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:125:46: error: cannot find type 'AnySubscriber' in scope
123 | typealias Failure = Never
124 |
125 | private typealias ErasedSubscriber = AnySubscriber<Output, Failure>
| `- error: cannot find type 'AnySubscriber' in scope
126 |
127 | private let lock: Lock
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:250:45: error: cannot find type 'Subscriber' in scope
248 |
249 | private typealias Parent = Publishers.Timer
250 | private final class Inner<Downstream: Subscriber>: NSObject, Subscription, CustomReflectable,
| `- error: cannot find type 'Subscriber' in scope
251 | CustomPlaygroundDisplayConvertible
252 | where
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:160:32: error: cannot find type 'CombineIdentifier' in scope
158 | var customMirror: Mirror { return inner.customMirror }
159 | var playgroundDescription: Any { return description }
160 | var combineIdentifier: CombineIdentifier { return inner.combineIdentifier }
| `- error: cannot find type 'CombineIdentifier' in scope
161 |
162 | init(parent: Publishers.Timer<Scheduler>) {
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:162:22: error: cannot find type 'Publishers' in scope
160 | var combineIdentifier: CombineIdentifier { return inner.combineIdentifier }
161 |
162 | init(parent: Publishers.Timer<Scheduler>) {
| `- error: cannot find type 'Publishers' in scope
163 | self.lock = Lock()
164 | self.inner = .init(parent, self)
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:171:33: error: cannot find type 'Subscriber' in scope
169 | }
170 |
171 | func addSubscriber<Sub: Subscriber>(_ sub: Sub)
| `- error: cannot find type 'Subscriber' in scope
172 | where
173 | Sub.Failure == Failure,
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:183:36: error: cannot find type 'Subscription' in scope
181 | }
182 |
183 | func receive(subscription: Subscription) {
| `- error: cannot find type 'Subscription' in scope
184 | lock.lock()
185 | let subscribers = self.subscribers
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:193:41: error: cannot find type 'Subscribers' in scope
191 | }
192 |
193 | func receive(_ value: Input) -> Subscribers.Demand {
| `- error: cannot find type 'Subscribers' in scope
194 | var resultingDemand: Subscribers.Demand = .max(0)
195 | lock.lock()
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:208:34: error: cannot find type 'Subscribers' in scope
206 | }
207 |
208 | func receive(completion: Subscribers.Completion<Failure>) {
| `- error: cannot find type 'Subscribers' in scope
209 | lock.lock()
210 | let subscribers = self.subscribers
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:218:32: error: cannot find type 'Subscribers' in scope
216 | }
217 |
218 | func request(_ demand: Subscribers.Demand) {
| `- error: cannot find type 'Subscribers' in scope
219 | lock.lock()
220 | // Inner will always be non-nil
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:239:32: error: cannot find type 'Subscriber' in scope
237 | }
238 |
239 | public func receive<Sub: Subscriber>(subscriber: Sub)
| `- error: cannot find type 'Subscriber' in scope
240 | where Failure == Sub.Failure, Output == Sub.Input {
241 | routingSubscription.addSubscriber(subscriber)
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:244:32: error: cannot find type 'Cancellable' in scope
242 | }
243 |
244 | public func connect() -> Cancellable {
| `- error: cannot find type 'Cancellable' in scope
245 | routingSubscription.isConnected = true
246 | return routingSubscription
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:249:34: error: cannot find type 'Publishers' in scope
247 | }
248 |
249 | private typealias Parent = Publishers.Timer
| `- error: cannot find type 'Publishers' in scope
250 | private final class Inner<Downstream: Subscriber>: NSObject, Subscription, CustomReflectable,
251 | CustomPlaygroundDisplayConvertible
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:250:68: error: cannot find type 'Subscription' in scope
248 |
249 | private typealias Parent = Publishers.Timer
250 | private final class Inner<Downstream: Subscriber>: NSObject, Subscription, CustomReflectable,
| `- error: cannot find type 'Subscription' in scope
251 | CustomPlaygroundDisplayConvertible
252 | where
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:256:34: error: cannot find type 'Cancellable' in scope
254 | Downstream.Failure == Never
255 | {
256 | private var cancellable: Cancellable?
| `- error: cannot find type 'Cancellable' in scope
257 | private let lock: Lock
258 | private var downstream: Downstream?
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:261:29: error: cannot find type 'Subscribers' in scope
259 | private var parent: Parent<Scheduler>?
260 | private var started: Bool
261 | private var demand: Subscribers.Demand
| `- error: cannot find type 'Subscribers' in scope
262 |
263 | override var description: String { return "Timer" }
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:328:27: error: cannot find type 'Subscribers' in scope
326 | }
327 |
328 | func request(_ n: Subscribers.Demand) {
| `- error: cannot find type 'Subscribers' in scope
329 | lock.lock()
330 | defer { lock.unlock() }
[923/1234] Compiling CombineSchedulers Platform.swift
[924/1234] Compiling CombineSchedulers SwiftUI.swift
[926/1234] Compiling CombineSchedulers UnimplementedScheduler.swift
[927/1234] Compiling CombineSchedulers Lock.swift
[928/1234] Compiling CombineSchedulers NSRecursiveLock.swift
[929/1234] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[930/1234] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[930/1234] Compiling x_spki.cc
[930/1234] Compiling x_req.cc
[930/1234] Compiling x_sig.cc
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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/271] Write sources
[3/277] Compiling x_sig.cc
[4/277] Compiling x_exten.cc
[5/277] Compiling x_spki.cc
[6/277] Compiling x_req.cc
[7/277] Compiling x_crl.cc
[8/277] Compiling x_pubkey.cc
[9/277] Compiling x_name.cc
[10/277] Compiling x_attrib.cc
[11/277] Write swift-version-24593BA9C3E375BF.txt
[12/277] Compiling x509spki.cc
[13/277] Compiling x_algor.cc
[14/277] Compiling x_all.cc
[15/287] Compiling x509rset.cc
[16/293] Compiling x509cset.cc
[17/297] Compiling x509_vpm.cc
[18/297] Compiling x509name.cc
[19/299] Compiling x509_vfy.cc
[21/304] Compiling SwiftSyntax601 Empty.swift
[22/304] Emitting module SwiftSyntax601
[23/311] Emitting module SwiftSyntax600
[24/311] Compiling SwiftSyntax600 Empty.swift
[25/317] Compiling SwiftSyntax510 Empty.swift
[26/317] Emitting module SwiftSyntax510
[29/317] Emitting module SwiftSyntax509
[30/317] Compiling SwiftSyntax509 Empty.swift
[31/317] Compiling Yams Tag.swift
[32/317] Compiling Yams YamlAnchorProviding.swift
[35/346] Compiling Logging MetadataProvider.swift
[37/354] Compiling OpenCombine ImmediateScheduler.swift
[38/354] Compiling OpenCombine ObservableObject.swift
[39/413] Compiling Logging Locks.swift
[40/413] Emitting module Logging
[42/413] Compiling Logging Locks.swift
[43/432] Emitting module IssueReportingPackageSupport
[44/432] Compiling IssueReportingPackageSupport _Test.swift
[46/433] Emitting module IssueReportingPackageSupport
[49/434] Compiling ConcurrencyExtras Locking.swift
[50/434] Compiling ConcurrencyExtras UncheckedBox.swift
[51/434] Compiling ConcurrencyExtras Result.swift
[52/435] Compiling ConcurrencyExtras AsyncStream.swift
[53/435] Compiling ConcurrencyExtras AsyncThrowingStream.swift
[54/435] Compiling ConcurrencyExtras LockIsolated.swift
[55/435] Compiling ConcurrencyExtras MainSerialExecutor.swift
[56/435] Compiling ConcurrencyExtras Task.swift
[57/435] Compiling ConcurrencyExtras ActorIsolated.swift
[58/435] Compiling ConcurrencyExtras AnyHashableSendable.swift
[59/435] Emitting module ConcurrencyExtras
[60/435] Compiling ConcurrencyExtras UncheckedSendable.swift
[61/436] Compiling CryptoBoringWrapper RandomBytes.swift
[62/436] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[63/436] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[64/436] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[65/452] Emitting module Yams
[67/456] Compiling CryptoBoringWrapper EllipticCurve.swift
[68/456] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[69/456] Emitting module CryptoBoringWrapper
[70/456] Compiling OpenCombine Publisher+Subscribe.swift
[71/456] Compiling OpenCombine Deferred.swift
[72/456] Compiling IssueReporting XCTest.swift
[73/456] Compiling IssueReporting IsTesting.swift
[74/456] Compiling IssueReporting IssueReporter.swift
[75/456] Compiling IssueReporting BreakpointReporter.swift
[76/456] Compiling IssueReporting DefaultReporter.swift
[77/456] Compiling IssueReporting FatalErrorReporter.swift
[78/456] Compiling IssueReporting SwiftTesting.swift
[79/456] Compiling IssueReporting UncheckedSendable.swift
[80/456] Compiling IssueReporting Warn.swift
[81/476] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[82/477] Compiling IssueReporting BreakpointReporter.swift
[83/477] Compiling IssueReporting DefaultReporter.swift
[84/477] Compiling IssueReporting FatalErrorReporter.swift
[85/479] Compiling Logging Logging.swift
[86/479] Compiling Logging LogHandler.swift
[88/479] Compiling Logging Logging.swift
[89/545] Compiling SwiftSyntax RawSyntaxTokenView.swift
[90/545] Compiling SwiftSyntax SourceEdit.swift
[91/545] Compiling SwiftSyntax SourceLength.swift
[92/545] Compiling SwiftSyntax SourceLocation.swift
[94/545] Compiling SwiftSyntax Identifier.swift
[95/545] Compiling SwiftSyntax MemoryLayout.swift
[96/545] Compiling SwiftSyntax MissingNodeInitializers.swift
[101/546] Compiling SwiftSyntax AbsolutePosition.swift
[102/546] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[103/546] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[104/546] Emitting module IssueReporting
[107/547] Compiling SwiftSyntax Assert.swift
[108/547] Compiling SwiftSyntax BumpPtrAllocator.swift
[109/547] Compiling SwiftSyntax CommonAncestor.swift
[110/557] Compiling SwiftSyntax RawSyntax.swift
[111/557] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[112/557] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[116/630] Compiling Crypto PEMDocument.swift
[117/630] Compiling Crypto PKCS8PrivateKey.swift
[118/630] Compiling ConcurrencyExtras MainSerialExecutor.swift
[119/631] Compiling ConcurrencyExtras LockIsolated.swift
[120/631] Compiling Crypto Cipher.swift
[121/631] Compiling Crypto Nonces.swift
[122/631] Compiling Crypto ASN1.swift
[123/631] Compiling Crypto ASN1Any.swift
[124/631] Compiling Crypto ASN1BitString.swift
[125/631] Emitting module ArgumentParserToolInfo
[126/631] Compiling ConcurrencyExtras Result.swift
[127/631] Compiling ConcurrencyExtras Task.swift
[128/631] Compiling Crypto ChaChaPoly.swift
[131/631] Compiling Crypto AES-GCM.swift
[132/631] Compiling Crypto AES-GCM_boring.swift
[133/631] Compiling Crypto ChaChaPoly_boring.swift
[139/632] Emitting module ConcurrencyExtras
[142/632] Emitting module IssueReporting
[145/633] Compiling ConcurrencyExtras UncheckedSendable.swift
[155/635] Emitting module OpenCombine
[157/660] Compiling XCTestDynamicOverlay Exports.swift
[159/666] Compiling Crypto Digest.swift
[160/666] Compiling Crypto Digests.swift
[161/666] Compiling Crypto HashFunctions.swift
[162/666] Compiling Crypto HashFunctions_SHA2.swift
[163/666] Compiling Crypto HPKE-AEAD.swift
[164/666] Compiling Crypto HPKE-Ciphersuite.swift
[165/666] Compiling Crypto HPKE-KDF.swift
[166/666] Compiling Crypto HPKE-KexKeyDerivation.swift
[167/666] Compiling Crypto HPKE-LabeledExtract.swift
[168/666] Compiling Crypto HPKE-Utils.swift
[169/666] Compiling Crypto DHKEM.swift
[170/666] Compiling Crypto HPKE-KEM-Curve25519.swift
[171/666] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[172/666] Compiling Crypto ASN1OctetString.swift
[173/666] Compiling Crypto ASN1Strings.swift
[174/666] Compiling Crypto ArraySliceBigint.swift
[175/666] Compiling Crypto GeneralizedTime.swift
[176/666] Compiling Crypto ObjectIdentifier.swift
[177/666] Compiling Crypto ECDSASignature.swift
[180/666] Compiling Crypto SEC1PrivateKey.swift
[181/666] Compiling Crypto SubjectPublicKeyInfo.swift
[182/666] Compiling Crypto CryptoError_boring.swift
[183/666] Compiling Crypto CryptoKitErrors.swift
[184/666] Compiling Crypto Digest_boring.swift
[185/666] Compiling CombineSchedulers AnyScheduler.swift
[186/666] Compiling CombineSchedulers Concurrency.swift
[187/666] Compiling CombineSchedulers ImmediateScheduler.swift
[188/666] Compiling CombineSchedulers Deprecations.swift
[189/666] Compiling CombineSchedulers Lock.swift
[190/666] Compiling CombineSchedulers NSRecursiveLock.swift
[191/666] Compiling CombineSchedulers Platform.swift
[192/666] Compiling CombineSchedulers SwiftUI.swift
[193/666] Compiling CombineSchedulers TestScheduler.swift
[194/666] Compiling CombineSchedulers Timer.swift
[195/666] Compiling Crypto ASN1Identifier.swift
[196/666] Compiling Crypto ASN1Integer.swift
[197/666] Compiling Crypto ASN1Null.swift
[198/666] Emitting module XCTestDynamicOverlay
[201/667] Compiling CombineSchedulers UIScheduler.swift
[202/667] Compiling CombineSchedulers UIKit.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[203/667] Emitting module CombineSchedulers
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:23:13: error: cannot find type 'Scheduler' in scope
21 |
22 | @available(macOS 10.15, iOS 13.0, tvOS 13.0, watchOS 6.0, *)
23 | extension Scheduler {
| `- error: cannot find type 'Scheduler' in scope
24 | /// Returns a publisher that repeatedly emits the scheduler's current time on the given
25 | /// interval.
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:44:13: error: cannot find type 'Publishers' in scope
42 |
43 | @available(macOS 10.15, iOS 13.0, tvOS 13.0, watchOS 6.0, *)
44 | extension Publishers {
| `- error: cannot find type 'Publishers' in scope
45 | /// A publisher that emits a scheduler's current time on a repeating interval.
46 | ///
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:23:13: error: cannot find type 'Scheduler' in scope
21 |
22 | @available(macOS 10.15, iOS 13.0, tvOS 13.0, watchOS 6.0, *)
23 | extension Scheduler {
| `- error: cannot find type 'Scheduler' in scope
24 | /// Returns a publisher that repeatedly emits the scheduler's current time on the given
25 | /// interval.
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:44:13: error: cannot find type 'Publishers' in scope
42 |
43 | @available(macOS 10.15, iOS 13.0, tvOS 13.0, watchOS 6.0, *)
44 | extension Publishers {
| `- error: cannot find type 'Publishers' in scope
45 | /// A publisher that emits a scheduler's current time on a repeating interval.
46 | ///
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:38:10: error: cannot find type 'Publishers' in scope
36 | tolerance: SchedulerTimeType.Stride? = nil,
37 | options: SchedulerOptions? = nil
38 | ) -> Publishers.Timer<Self> {
| `- error: cannot find type 'Publishers' in scope
39 | Publishers.Timer(every: interval, tolerance: tolerance, scheduler: self, options: options)
40 | }
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:35:23: error: cannot find type 'SchedulerTimeType' in scope
33 | /// - Returns: A publisher that repeatedly emits the current date on the given interval.
34 | public func timerPublisher(
35 | every interval: SchedulerTimeType.Stride,
| `- error: cannot find type 'SchedulerTimeType' in scope
36 | tolerance: SchedulerTimeType.Stride? = nil,
37 | options: SchedulerOptions? = nil
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:36:18: error: cannot find type 'SchedulerTimeType' in scope
34 | public func timerPublisher(
35 | every interval: SchedulerTimeType.Stride,
36 | tolerance: SchedulerTimeType.Stride? = nil,
| `- error: cannot find type 'SchedulerTimeType' in scope
37 | options: SchedulerOptions? = nil
38 | ) -> Publishers.Timer<Self> {
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:37:16: error: cannot find type 'SchedulerOptions' in scope
35 | every interval: SchedulerTimeType.Stride,
36 | tolerance: SchedulerTimeType.Stride? = nil,
37 | options: SchedulerOptions? = nil
| `- error: cannot find type 'SchedulerOptions' in scope
38 | ) -> Publishers.Timer<Self> {
39 | Publishers.Timer(every: interval, tolerance: tolerance, scheduler: self, options: options)
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:87:41: error: cannot find type '_CombineScheduler' in scope
85 | /// XCTAssertEqual(output, Array(0...1_001))
86 | /// ```
87 | public final class Timer<Scheduler: _CombineScheduler>: ConnectablePublisher {
| `- error: cannot find type '_CombineScheduler' in scope
88 | public typealias Output = Scheduler.SchedulerTimeType
89 | public typealias Failure = Never
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:88:43: error: 'SchedulerTimeType' is not a member type of type 'Scheduler'
86 | /// ```
87 | public final class Timer<Scheduler: _CombineScheduler>: ConnectablePublisher {
88 | public typealias Output = Scheduler.SchedulerTimeType
| `- error: 'SchedulerTimeType' is not a member type of type 'Scheduler'
89 | public typealias Failure = Never
90 |
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:91:38: error: 'SchedulerTimeType' is not a member type of type 'Scheduler'
89 | public typealias Failure = Never
90 |
91 | public let interval: Scheduler.SchedulerTimeType.Stride
| `- error: 'SchedulerTimeType' is not a member type of type 'Scheduler'
92 | public let options: Scheduler.SchedulerOptions?
93 | public let scheduler: Scheduler
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:92:37: error: 'SchedulerOptions' is not a member type of type 'Scheduler'
90 |
91 | public let interval: Scheduler.SchedulerTimeType.Stride
92 | public let options: Scheduler.SchedulerOptions?
| `- error: 'SchedulerOptions' is not a member type of type 'Scheduler'
93 | public let scheduler: Scheduler
94 | public let tolerance: Scheduler.SchedulerTimeType.Stride?
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:94:39: error: 'SchedulerTimeType' is not a member type of type 'Scheduler'
92 | public let options: Scheduler.SchedulerOptions?
93 | public let scheduler: Scheduler
94 | public let tolerance: Scheduler.SchedulerTimeType.Stride?
| `- error: 'SchedulerTimeType' is not a member type of type 'Scheduler'
95 |
96 | private lazy var routingSubscription: RoutingSubscription = {
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:106:35: error: 'SchedulerTimeType' is not a member type of type 'Scheduler'
104 |
105 | public init(
106 | every interval: Scheduler.SchedulerTimeType.Stride,
| `- error: 'SchedulerTimeType' is not a member type of type 'Scheduler'
107 | tolerance: Scheduler.SchedulerTimeType.Stride? = nil,
108 | scheduler: Scheduler,
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:107:30: error: 'SchedulerTimeType' is not a member type of type 'Scheduler'
105 | public init(
106 | every interval: Scheduler.SchedulerTimeType.Stride,
107 | tolerance: Scheduler.SchedulerTimeType.Stride? = nil,
| `- error: 'SchedulerTimeType' is not a member type of type 'Scheduler'
108 | scheduler: Scheduler,
109 | options: Scheduler.SchedulerOptions? = nil
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:109:28: error: 'SchedulerOptions' is not a member type of type 'Scheduler'
107 | tolerance: Scheduler.SchedulerTimeType.Stride? = nil,
108 | scheduler: Scheduler,
109 | options: Scheduler.SchedulerOptions? = nil
| `- error: 'SchedulerOptions' is not a member type of type 'Scheduler'
110 | ) {
111 | self.interval = interval
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:119:42: error: cannot find type 'Subscription' in scope
117 | /// Adapter subscription to allow `Timer` to multiplex to multiple subscribers
118 | /// the values produced by a single `TimerPublisher.Inner`
119 | private class RoutingSubscription: Subscription, Subscriber, CustomStringConvertible,
| `- error: cannot find type 'Subscription' in scope
120 | CustomReflectable, CustomPlaygroundDisplayConvertible
121 | {
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:119:56: error: cannot find type 'Subscriber' in scope
117 | /// Adapter subscription to allow `Timer` to multiplex to multiple subscribers
118 | /// the values produced by a single `TimerPublisher.Inner`
119 | private class RoutingSubscription: Subscription, Subscriber, CustomStringConvertible,
| `- error: cannot find type 'Subscriber' in scope
120 | CustomReflectable, CustomPlaygroundDisplayConvertible
121 | {
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:122:37: error: 'SchedulerTimeType' is not a member type of type 'Scheduler'
120 | CustomReflectable, CustomPlaygroundDisplayConvertible
121 | {
122 | typealias Input = Scheduler.SchedulerTimeType
| `- error: 'SchedulerTimeType' is not a member type of type 'Scheduler'
123 | typealias Failure = Never
124 |
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:125:46: error: cannot find type 'AnySubscriber' in scope
123 | typealias Failure = Never
124 |
125 | private typealias ErasedSubscriber = AnySubscriber<Output, Failure>
| `- error: cannot find type 'AnySubscriber' in scope
126 |
127 | private let lock: Lock
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:250:45: error: cannot find type 'Subscriber' in scope
248 |
249 | private typealias Parent = Publishers.Timer
250 | private final class Inner<Downstream: Subscriber>: NSObject, Subscription, CustomReflectable,
| `- error: cannot find type 'Subscriber' in scope
251 | CustomPlaygroundDisplayConvertible
252 | where
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:160:32: error: cannot find type 'CombineIdentifier' in scope
158 | var customMirror: Mirror { return inner.customMirror }
159 | var playgroundDescription: Any { return description }
160 | var combineIdentifier: CombineIdentifier { return inner.combineIdentifier }
| `- error: cannot find type 'CombineIdentifier' in scope
161 |
162 | init(parent: Publishers.Timer<Scheduler>) {
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:162:22: error: cannot find type 'Publishers' in scope
160 | var combineIdentifier: CombineIdentifier { return inner.combineIdentifier }
161 |
162 | init(parent: Publishers.Timer<Scheduler>) {
| `- error: cannot find type 'Publishers' in scope
163 | self.lock = Lock()
164 | self.inner = .init(parent, self)
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:171:33: error: cannot find type 'Subscriber' in scope
169 | }
170 |
171 | func addSubscriber<Sub: Subscriber>(_ sub: Sub)
| `- error: cannot find type 'Subscriber' in scope
172 | where
173 | Sub.Failure == Failure,
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:183:36: error: cannot find type 'Subscription' in scope
181 | }
182 |
183 | func receive(subscription: Subscription) {
| `- error: cannot find type 'Subscription' in scope
184 | lock.lock()
185 | let subscribers = self.subscribers
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:193:41: error: cannot find type 'Subscribers' in scope
191 | }
192 |
193 | func receive(_ value: Input) -> Subscribers.Demand {
| `- error: cannot find type 'Subscribers' in scope
194 | var resultingDemand: Subscribers.Demand = .max(0)
195 | lock.lock()
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:208:34: error: cannot find type 'Subscribers' in scope
206 | }
207 |
208 | func receive(completion: Subscribers.Completion<Failure>) {
| `- error: cannot find type 'Subscribers' in scope
209 | lock.lock()
210 | let subscribers = self.subscribers
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:218:32: error: cannot find type 'Subscribers' in scope
216 | }
217 |
218 | func request(_ demand: Subscribers.Demand) {
| `- error: cannot find type 'Subscribers' in scope
219 | lock.lock()
220 | // Inner will always be non-nil
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:239:32: error: cannot find type 'Subscriber' in scope
237 | }
238 |
239 | public func receive<Sub: Subscriber>(subscriber: Sub)
| `- error: cannot find type 'Subscriber' in scope
240 | where Failure == Sub.Failure, Output == Sub.Input {
241 | routingSubscription.addSubscriber(subscriber)
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:244:32: error: cannot find type 'Cancellable' in scope
242 | }
243 |
244 | public func connect() -> Cancellable {
| `- error: cannot find type 'Cancellable' in scope
245 | routingSubscription.isConnected = true
246 | return routingSubscription
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:249:34: error: cannot find type 'Publishers' in scope
247 | }
248 |
249 | private typealias Parent = Publishers.Timer
| `- error: cannot find type 'Publishers' in scope
250 | private final class Inner<Downstream: Subscriber>: NSObject, Subscription, CustomReflectable,
251 | CustomPlaygroundDisplayConvertible
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:250:68: error: cannot find type 'Subscription' in scope
248 |
249 | private typealias Parent = Publishers.Timer
250 | private final class Inner<Downstream: Subscriber>: NSObject, Subscription, CustomReflectable,
| `- error: cannot find type 'Subscription' in scope
251 | CustomPlaygroundDisplayConvertible
252 | where
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:256:34: error: cannot find type 'Cancellable' in scope
254 | Downstream.Failure == Never
255 | {
256 | private var cancellable: Cancellable?
| `- error: cannot find type 'Cancellable' in scope
257 | private let lock: Lock
258 | private var downstream: Downstream?
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:261:29: error: cannot find type 'Subscribers' in scope
259 | private var parent: Parent<Scheduler>?
260 | private var started: Bool
261 | private var demand: Subscribers.Demand
| `- error: cannot find type 'Subscribers' in scope
262 |
263 | override var description: String { return "Timer" }
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:328:27: error: cannot find type 'Subscribers' in scope
326 | }
327 |
328 | func request(_ n: Subscribers.Demand) {
| `- error: cannot find type 'Subscribers' in scope
329 | lock.lock()
330 | defer { lock.unlock() }
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:23:13: error: cannot find type 'Scheduler' in scope
21 |
22 | @available(macOS 10.15, iOS 13.0, tvOS 13.0, watchOS 6.0, *)
23 | extension Scheduler {
| `- error: cannot find type 'Scheduler' in scope
24 | /// Returns a publisher that repeatedly emits the scheduler's current time on the given
25 | /// interval.
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:44:13: error: cannot find type 'Publishers' in scope
42 |
43 | @available(macOS 10.15, iOS 13.0, tvOS 13.0, watchOS 6.0, *)
44 | extension Publishers {
| `- error: cannot find type 'Publishers' in scope
45 | /// A publisher that emits a scheduler's current time on a repeating interval.
46 | ///
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:38:10: error: cannot find type 'Publishers' in scope
36 | tolerance: SchedulerTimeType.Stride? = nil,
37 | options: SchedulerOptions? = nil
38 | ) -> Publishers.Timer<Self> {
| `- error: cannot find type 'Publishers' in scope
39 | Publishers.Timer(every: interval, tolerance: tolerance, scheduler: self, options: options)
40 | }
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:35:23: error: cannot find type 'SchedulerTimeType' in scope
33 | /// - Returns: A publisher that repeatedly emits the current date on the given interval.
34 | public func timerPublisher(
35 | every interval: SchedulerTimeType.Stride,
| `- error: cannot find type 'SchedulerTimeType' in scope
36 | tolerance: SchedulerTimeType.Stride? = nil,
37 | options: SchedulerOptions? = nil
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:36:18: error: cannot find type 'SchedulerTimeType' in scope
34 | public func timerPublisher(
35 | every interval: SchedulerTimeType.Stride,
36 | tolerance: SchedulerTimeType.Stride? = nil,
| `- error: cannot find type 'SchedulerTimeType' in scope
37 | options: SchedulerOptions? = nil
38 | ) -> Publishers.Timer<Self> {
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:37:16: error: cannot find type 'SchedulerOptions' in scope
35 | every interval: SchedulerTimeType.Stride,
36 | tolerance: SchedulerTimeType.Stride? = nil,
37 | options: SchedulerOptions? = nil
| `- error: cannot find type 'SchedulerOptions' in scope
38 | ) -> Publishers.Timer<Self> {
39 | Publishers.Timer(every: interval, tolerance: tolerance, scheduler: self, options: options)
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:87:41: error: cannot find type '_CombineScheduler' in scope
85 | /// XCTAssertEqual(output, Array(0...1_001))
86 | /// ```
87 | public final class Timer<Scheduler: _CombineScheduler>: ConnectablePublisher {
| `- error: cannot find type '_CombineScheduler' in scope
88 | public typealias Output = Scheduler.SchedulerTimeType
89 | public typealias Failure = Never
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:88:43: error: 'SchedulerTimeType' is not a member type of type 'Scheduler'
86 | /// ```
87 | public final class Timer<Scheduler: _CombineScheduler>: ConnectablePublisher {
88 | public typealias Output = Scheduler.SchedulerTimeType
| `- error: 'SchedulerTimeType' is not a member type of type 'Scheduler'
89 | public typealias Failure = Never
90 |
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:91:38: error: 'SchedulerTimeType' is not a member type of type 'Scheduler'
89 | public typealias Failure = Never
90 |
91 | public let interval: Scheduler.SchedulerTimeType.Stride
| `- error: 'SchedulerTimeType' is not a member type of type 'Scheduler'
92 | public let options: Scheduler.SchedulerOptions?
93 | public let scheduler: Scheduler
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:92:37: error: 'SchedulerOptions' is not a member type of type 'Scheduler'
90 |
91 | public let interval: Scheduler.SchedulerTimeType.Stride
92 | public let options: Scheduler.SchedulerOptions?
| `- error: 'SchedulerOptions' is not a member type of type 'Scheduler'
93 | public let scheduler: Scheduler
94 | public let tolerance: Scheduler.SchedulerTimeType.Stride?
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:94:39: error: 'SchedulerTimeType' is not a member type of type 'Scheduler'
92 | public let options: Scheduler.SchedulerOptions?
93 | public let scheduler: Scheduler
94 | public let tolerance: Scheduler.SchedulerTimeType.Stride?
| `- error: 'SchedulerTimeType' is not a member type of type 'Scheduler'
95 |
96 | private lazy var routingSubscription: RoutingSubscription = {
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:106:35: error: 'SchedulerTimeType' is not a member type of type 'Scheduler'
104 |
105 | public init(
106 | every interval: Scheduler.SchedulerTimeType.Stride,
| `- error: 'SchedulerTimeType' is not a member type of type 'Scheduler'
107 | tolerance: Scheduler.SchedulerTimeType.Stride? = nil,
108 | scheduler: Scheduler,
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:107:30: error: 'SchedulerTimeType' is not a member type of type 'Scheduler'
105 | public init(
106 | every interval: Scheduler.SchedulerTimeType.Stride,
107 | tolerance: Scheduler.SchedulerTimeType.Stride? = nil,
| `- error: 'SchedulerTimeType' is not a member type of type 'Scheduler'
108 | scheduler: Scheduler,
109 | options: Scheduler.SchedulerOptions? = nil
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:109:28: error: 'SchedulerOptions' is not a member type of type 'Scheduler'
107 | tolerance: Scheduler.SchedulerTimeType.Stride? = nil,
108 | scheduler: Scheduler,
109 | options: Scheduler.SchedulerOptions? = nil
| `- error: 'SchedulerOptions' is not a member type of type 'Scheduler'
110 | ) {
111 | self.interval = interval
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:119:42: error: cannot find type 'Subscription' in scope
117 | /// Adapter subscription to allow `Timer` to multiplex to multiple subscribers
118 | /// the values produced by a single `TimerPublisher.Inner`
119 | private class RoutingSubscription: Subscription, Subscriber, CustomStringConvertible,
| `- error: cannot find type 'Subscription' in scope
120 | CustomReflectable, CustomPlaygroundDisplayConvertible
121 | {
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:119:56: error: cannot find type 'Subscriber' in scope
117 | /// Adapter subscription to allow `Timer` to multiplex to multiple subscribers
118 | /// the values produced by a single `TimerPublisher.Inner`
119 | private class RoutingSubscription: Subscription, Subscriber, CustomStringConvertible,
| `- error: cannot find type 'Subscriber' in scope
120 | CustomReflectable, CustomPlaygroundDisplayConvertible
121 | {
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:122:37: error: 'SchedulerTimeType' is not a member type of type 'Scheduler'
120 | CustomReflectable, CustomPlaygroundDisplayConvertible
121 | {
122 | typealias Input = Scheduler.SchedulerTimeType
| `- error: 'SchedulerTimeType' is not a member type of type 'Scheduler'
123 | typealias Failure = Never
124 |
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:125:46: error: cannot find type 'AnySubscriber' in scope
123 | typealias Failure = Never
124 |
125 | private typealias ErasedSubscriber = AnySubscriber<Output, Failure>
| `- error: cannot find type 'AnySubscriber' in scope
126 |
127 | private let lock: Lock
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:250:45: error: cannot find type 'Subscriber' in scope
248 |
249 | private typealias Parent = Publishers.Timer
250 | private final class Inner<Downstream: Subscriber>: NSObject, Subscription, CustomReflectable,
| `- error: cannot find type 'Subscriber' in scope
251 | CustomPlaygroundDisplayConvertible
252 | where
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:160:32: error: cannot find type 'CombineIdentifier' in scope
158 | var customMirror: Mirror { return inner.customMirror }
159 | var playgroundDescription: Any { return description }
160 | var combineIdentifier: CombineIdentifier { return inner.combineIdentifier }
| `- error: cannot find type 'CombineIdentifier' in scope
161 |
162 | init(parent: Publishers.Timer<Scheduler>) {
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:162:22: error: cannot find type 'Publishers' in scope
160 | var combineIdentifier: CombineIdentifier { return inner.combineIdentifier }
161 |
162 | init(parent: Publishers.Timer<Scheduler>) {
| `- error: cannot find type 'Publishers' in scope
163 | self.lock = Lock()
164 | self.inner = .init(parent, self)
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:171:33: error: cannot find type 'Subscriber' in scope
169 | }
170 |
171 | func addSubscriber<Sub: Subscriber>(_ sub: Sub)
| `- error: cannot find type 'Subscriber' in scope
172 | where
173 | Sub.Failure == Failure,
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:183:36: error: cannot find type 'Subscription' in scope
181 | }
182 |
183 | func receive(subscription: Subscription) {
| `- error: cannot find type 'Subscription' in scope
184 | lock.lock()
185 | let subscribers = self.subscribers
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:193:41: error: cannot find type 'Subscribers' in scope
191 | }
192 |
193 | func receive(_ value: Input) -> Subscribers.Demand {
| `- error: cannot find type 'Subscribers' in scope
194 | var resultingDemand: Subscribers.Demand = .max(0)
195 | lock.lock()
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:208:34: error: cannot find type 'Subscribers' in scope
206 | }
207 |
208 | func receive(completion: Subscribers.Completion<Failure>) {
| `- error: cannot find type 'Subscribers' in scope
209 | lock.lock()
210 | let subscribers = self.subscribers
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:218:32: error: cannot find type 'Subscribers' in scope
216 | }
217 |
218 | func request(_ demand: Subscribers.Demand) {
| `- error: cannot find type 'Subscribers' in scope
219 | lock.lock()
220 | // Inner will always be non-nil
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:239:32: error: cannot find type 'Subscriber' in scope
237 | }
238 |
239 | public func receive<Sub: Subscriber>(subscriber: Sub)
| `- error: cannot find type 'Subscriber' in scope
240 | where Failure == Sub.Failure, Output == Sub.Input {
241 | routingSubscription.addSubscriber(subscriber)
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:244:32: error: cannot find type 'Cancellable' in scope
242 | }
243 |
244 | public func connect() -> Cancellable {
| `- error: cannot find type 'Cancellable' in scope
245 | routingSubscription.isConnected = true
246 | return routingSubscription
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:249:34: error: cannot find type 'Publishers' in scope
247 | }
248 |
249 | private typealias Parent = Publishers.Timer
| `- error: cannot find type 'Publishers' in scope
250 | private final class Inner<Downstream: Subscriber>: NSObject, Subscription, CustomReflectable,
251 | CustomPlaygroundDisplayConvertible
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:250:68: error: cannot find type 'Subscription' in scope
248 |
249 | private typealias Parent = Publishers.Timer
250 | private final class Inner<Downstream: Subscriber>: NSObject, Subscription, CustomReflectable,
| `- error: cannot find type 'Subscription' in scope
251 | CustomPlaygroundDisplayConvertible
252 | where
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:256:34: error: cannot find type 'Cancellable' in scope
254 | Downstream.Failure == Never
255 | {
256 | private var cancellable: Cancellable?
| `- error: cannot find type 'Cancellable' in scope
257 | private let lock: Lock
258 | private var downstream: Downstream?
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:261:29: error: cannot find type 'Subscribers' in scope
259 | private var parent: Parent<Scheduler>?
260 | private var started: Bool
261 | private var demand: Subscribers.Demand
| `- error: cannot find type 'Subscribers' in scope
262 |
263 | override var description: String { return "Timer" }
/host/spi-builder-workspace/.build/checkouts/combine-schedulers/Sources/CombineSchedulers/Timer.swift:328:27: error: cannot find type 'Subscribers' in scope
326 | }
327 |
328 | func request(_ n: Subscribers.Demand) {
| `- error: cannot find type 'Subscribers' in scope
329 | lock.lock()
330 | defer { lock.unlock() }
[212/667] Emitting module XCTestDynamicOverlay
[213/667] Compiling XCTestDynamicOverlay Deprecations.swift
[215/669] Compiling ArgumentParserToolInfo ToolInfo.swift
[216/670] Compiling CombineSchedulers UnimplementedScheduler.swift
[217/670] Compiling Crypto AESWrap.swift
[218/670] Compiling Crypto AESWrap_boring.swift
[219/670] Compiling Crypto Ed25519_boring.swift
[220/670] Compiling Crypto NISTCurvesKeys_boring.swift
[221/670] Compiling Crypto X25519Keys_boring.swift
[222/670] Compiling Crypto Curve25519.swift
[223/670] Compiling Crypto Ed25519Keys.swift
[224/670] Compiling Crypto NISTCurvesKeys.swift
[225/670] Compiling Crypto X25519Keys.swift
[226/670] Compiling Crypto SymmetricKeys.swift
[227/670] Compiling Crypto HMAC.swift
[228/670] Compiling Crypto MACFunctions.swift
[229/670] Compiling Crypto MessageAuthenticationCode.swift
[232/670] Compiling Crypto HPKE-KEM.swift
[233/670] Compiling Crypto HPKE-Errors.swift
[234/670] Compiling Crypto HPKE.swift
[235/670] Compiling Crypto HPKE-Context.swift
[236/670] Compiling Crypto HPKE-KeySchedule.swift
[237/670] Compiling Crypto HPKE-Modes.swift
[238/670] Compiling Crypto Insecure.swift
[239/670] Compiling Crypto Insecure_HashFunctions.swift
[240/670] Compiling Crypto KEM.swift
[241/670] Compiling Crypto ECDH_boring.swift
[242/670] Compiling Crypto DH.swift
[243/670] Compiling Crypto ECDH.swift
[244/670] Compiling Crypto HKDF.swift
[245/670] Compiling x509_v3.cc
BUILD FAILURE 6.1 android