Build Information
Failed to build CommandLineToolkit, reference master (e29e76
), with Swift 6.1 for Android on 29 May 2025 21:07:19 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
Build Log
"ControlMessage/ControlMessageParameter.swift",
"ControlMessage/ControlMessageWithMultipleParameters.swift",
"ControlMessage/ControlMessageWithSingleParameter.swift",
"DI/TeamcityMessagingModuleDependencies.swift",
"TeamcityMessageGenerator/TeamcityMessageGenerator.swift",
"TeamcityMessageRenderer/TeamcityMessageRenderer.swift",
"TeamcityMessageRenderer/TeamcityMessageRendererImpl.swift"
],
"target_dependencies" : [
"CLTExtensions",
"DI"
],
"type" : "library"
},
{
"c99name" : "SynchronousWaiterTests",
"module_type" : "SwiftTarget",
"name" : "SynchronousWaiterTests",
"path" : "Tests/SynchronousWaiterTests",
"sources" : [
"SynchronousWaiterTests.swift",
"WaiterTests.swift"
],
"target_dependencies" : [
"SynchronousWaiter",
"TestHelpers"
],
"type" : "test"
},
{
"c99name" : "SynchronousWaiter",
"module_type" : "SwiftTarget",
"name" : "SynchronousWaiter",
"path" : "Sources/SynchronousWaiter",
"product_memberships" : [
"ProcessControllerTestHelpers",
"SynchronousWaiter"
],
"sources" : [
"NoOpWaiter.swift",
"SynchronousWaiter.swift",
"Timeout.swift",
"Waiter+Callbacks.swift",
"Waiter+ErrorMapping.swift",
"Waiter.swift"
],
"target_dependencies" : [
"AtomicModels"
],
"type" : "library"
},
{
"c99name" : "StatsdTests",
"module_type" : "SwiftTarget",
"name" : "StatsdTests",
"path" : "Tests/StatsdTests",
"product_dependencies" : [
"Socket"
],
"sources" : [
"FakeStatsdClient.swift",
"StatsdClientTests.swift",
"StatsdMetricTests.swift"
],
"target_dependencies" : [
"MetricsRecording",
"SocketModels",
"Statsd",
"TestHelpers"
],
"type" : "test"
},
{
"c99name" : "Statsd",
"module_type" : "SwiftTarget",
"name" : "Statsd",
"path" : "Sources/Statsd",
"product_dependencies" : [
"Socket"
],
"product_memberships" : [
"MetricsRecording",
"MetricsTestHelpers",
"Statsd"
],
"sources" : [
"StatsdClient.swift",
"StatsdClientImpl.swift",
"StatsdMetric.swift",
"StatsdMetricHandler.swift",
"StatsdMetricHandlerImpl.swift"
],
"target_dependencies" : [
"AtomicModels",
"MetricsUtils",
"SocketModels"
],
"type" : "library"
},
{
"c99name" : "SocketModels",
"module_type" : "SwiftTarget",
"name" : "SocketModels",
"path" : "Sources/SocketModels",
"product_memberships" : [
"CLTLogging",
"CLTLoggingTestHelpers",
"Graphite",
"GraphiteTestHelpers",
"Kibana",
"KibanaTestHelpers",
"MetricsRecording",
"MetricsTestHelpers",
"SocketModels",
"Statsd"
],
"sources" : [
"Port.swift",
"SocketAddress.swift"
],
"target_dependencies" : [
"Types"
],
"type" : "library"
},
{
"c99name" : "SignalHandlingTests",
"module_type" : "SwiftTarget",
"name" : "SignalHandlingTests",
"path" : "Tests/SignalHandlingTests",
"product_dependencies" : [
"Signals"
],
"sources" : [
"SignalHandlingTests.swift"
],
"target_dependencies" : [
"SignalHandling"
],
"type" : "test"
},
{
"c99name" : "SignalHandling",
"module_type" : "SwiftTarget",
"name" : "SignalHandling",
"path" : "Sources/SignalHandling",
"product_dependencies" : [
"Signals"
],
"product_memberships" : [
"CLTLogging",
"CLTLoggingTestHelpers",
"Cloc",
"CommandSupport",
"Console",
"ConsoleTestHelpers",
"MutualTLS",
"ProcessController",
"ProcessControllerTestHelpers",
"RepoRoot",
"SignalHandling"
],
"sources" : [
"Signal.swift",
"SignalHandling.swift"
],
"target_dependencies" : [
"Types"
],
"type" : "library"
},
{
"c99name" : "RepoRootTests",
"module_type" : "SwiftTarget",
"name" : "RepoRootTests",
"path" : "Tests/RepoRootTests",
"sources" : [
"MarkerFileRepoRootProviderTests.swift"
],
"target_dependencies" : [
"FileSystem",
"FileSystemTestHelpers",
"PathLib",
"RepoRoot",
"TestHelpers"
],
"type" : "test"
},
{
"c99name" : "RepoRoot",
"module_type" : "SwiftTarget",
"name" : "RepoRoot",
"path" : "Sources/RepoRoot",
"product_memberships" : [
"RepoRoot"
],
"sources" : [
"DI/RepoRootModuleDependencies.swift",
"RepoRootProvider/RepoRootProvider.swift",
"RepoRootProvider/RepoRootProviderFactory.swift",
"RepoRootProvider/RepoRootProviderFactoryImplementations/CachingRepoRootProviderFactory.swift",
"RepoRootProvider/RepoRootProviderFactoryImplementations/GitRepoRootProviderFactory.swift",
"RepoRootProvider/RepoRootProviderFactoryImplementations/MarkerFileRepoRootProviderFactory.swift",
"RepoRootProvider/RepoRootProviderImplementations/CachingRepoRootProvider.swift",
"RepoRootProvider/RepoRootProviderImplementations/ClosureRepoRootProvider.swift",
"RepoRootProvider/RepoRootProviderImplementations/CurrentExecutableRepoRootProvider.swift",
"RepoRootProvider/RepoRootProviderImplementations/GitRepoRootProvider.swift",
"RepoRootProvider/RepoRootProviderImplementations/MarkerFileRepoRootProvider.swift",
"RepoRootProvider/RepoRootProviderImplementations/WorkdirRepoRootProvider.swift"
],
"target_dependencies" : [
"CLTExtensions",
"DI",
"Environment",
"FileSystem",
"PathLib",
"ProcessController"
],
"type" : "library"
},
{
"c99name" : "ProcessControllerTests",
"module_type" : "SwiftTarget",
"name" : "ProcessControllerTests",
"path" : "Tests/ProcessControllerTests",
"sources" : [
"AutomaticManagementTests.swift",
"DefaultProcessControllerTests.swift",
"EnvironmentSecureValueTests.swift",
"LoggableProcessControllerProviderTests.swift",
"ProcessControllerProvider+BashTests.swift"
],
"target_dependencies" : [
"DateProvider",
"FileSystem",
"PathLib",
"ProcessController",
"ProcessControllerTestHelpers",
"SignalHandling",
"TestHelpers",
"Tmp"
],
"type" : "test"
},
{
"c99name" : "ProcessControllerTestHelpers",
"module_type" : "SwiftTarget",
"name" : "ProcessControllerTestHelpers",
"path" : "Tests/ProcessControllerTestHelpers",
"product_memberships" : [
"ProcessControllerTestHelpers"
],
"sources" : [
"FakeProcessController.swift",
"FakeProcessControllerProvider.swift"
],
"target_dependencies" : [
"ProcessController",
"SynchronousWaiter",
"Tmp"
],
"type" : "library"
},
{
"c99name" : "ProcessController",
"module_type" : "SwiftTarget",
"name" : "ProcessController",
"path" : "Sources/ProcessController",
"product_dependencies" : [
"Logging"
],
"product_memberships" : [
"CLTLogging",
"CLTLoggingTestHelpers",
"Cloc",
"MutualTLS",
"ProcessController",
"ProcessControllerTestHelpers",
"RepoRoot"
],
"sources" : [
"AutomaticManagement.swift",
"AutomaticManagementItemController.swift",
"BashEscapedCommandMaker/BashEscapedCommandMaker.swift",
"BashEscapedCommandMaker/BashEscapedCommandMakerImpl.swift",
"DI/ProcessControllerDependencies.swift",
"DefaultProcessController.swift",
"DefaultProcessControllerProvider.swift",
"Environment.swift",
"EnvironmentValue.swift",
"LoggableProcessControllerProvider.swift",
"Process+ProcessGroup.swift",
"ProcessController.swift",
"ProcessControllerError.swift",
"ProcessControllerProvider+Shell.swift",
"ProcessControllerProvider+Subprocess.swift",
"ProcessControllerProvider.swift",
"ProcessListener.swift",
"ProcessStatus.swift",
"Subprocess.swift",
"SubprocessArgument.swift",
"SubprocessInfo.swift"
],
"target_dependencies" : [
"AtomicModels",
"Console",
"DI",
"DateProvider",
"Environment",
"FileSystem",
"PathLib",
"SignalHandling",
"Timer",
"Tmp"
],
"type" : "library"
},
{
"c99name" : "PlistLibTests",
"module_type" : "SwiftTarget",
"name" : "PlistLibTests",
"path" : "Tests/PlistLibTests",
"sources" : [
"PlistEntryTests.swift",
"PlistTests.swift"
],
"target_dependencies" : [
"PlistLib",
"TestHelpers"
],
"type" : "test"
},
{
"c99name" : "PlistLib",
"module_type" : "SwiftTarget",
"name" : "PlistLib",
"path" : "Sources/PlistLib",
"product_memberships" : [
"PlistLib",
"UserDefaultsLib",
"UserDefaultsLibTestHelpers",
"XcodeLocator"
],
"sources" : [
"DI/PlistLibModuleDependencies.swift",
"Plist.swift",
"PlistEntry+Access.swift",
"PlistEntry.swift",
"PlistReader/PlistReader.swift",
"PlistReader/PlistReaderImpl.swift",
"RootPlistEntry.swift"
],
"target_dependencies" : [
"DI",
"FileSystem",
"PathLib"
],
"type" : "library"
},
{
"c99name" : "PathLibTests",
"module_type" : "SwiftTarget",
"name" : "PathLibTests",
"path" : "Tests/PathLibTests",
"sources" : [
"AbsolutePathTests.swift",
"PathTests.swift",
"RelativePathTests.swift"
],
"target_dependencies" : [
"PathLib",
"TestHelpers"
],
"type" : "test"
},
{
"c99name" : "PathLib",
"module_type" : "SwiftTarget",
"name" : "PathLib",
"path" : "Sources/PathLib",
"product_memberships" : [
"CLTLogging",
"CLTLoggingTestHelpers",
"Cloc",
"CommandSupport",
"Concurrency",
"Downloader",
"Environment",
"FileSystem",
"FileSystemTestHelpers",
"ImagesInterfaces",
"ImagesTestHelpers",
"MutualTLS",
"PathLib",
"PlistLib",
"ProcessController",
"ProcessControllerTestHelpers",
"RepoRoot",
"TestHelpers",
"Tmp",
"TmpTestHelpers",
"UserDefaultsLib",
"UserDefaultsLibTestHelpers",
"XcodeLocator",
"XcodeLocatorModels"
],
"sources" : [
"AbsolutePath.swift",
"FileManager+Extensions.swift",
"Path+CommonOperations.swift",
"Path.swift",
"RelativePath.swift",
"String+ShellEscaping.swift",
"StringPathParsing.swift"
],
"type" : "library"
},
{
"c99name" : "MutualTLS",
"module_type" : "SwiftTarget",
"name" : "MutualTLS",
"path" : "Sources/MutualTLS",
"product_memberships" : [
"MutualTLS"
],
"sources" : [
"AbsolutePath+Credentials.swift",
"DI/MutualTLSModuleDependencies.swift",
"MutualTLSCredentialProvider.swift",
"PEM.swift"
],
"target_dependencies" : [
"DI",
"Environment",
"PathLib",
"ProcessController"
],
"type" : "library"
},
{
"c99name" : "MetricsUtils",
"module_type" : "SwiftTarget",
"name" : "MetricsUtils",
"path" : "Sources/MetricsUtils",
"product_memberships" : [
"Graphite",
"GraphiteTestHelpers",
"MetricsRecording",
"MetricsTestHelpers",
"MetricsUtils",
"Statsd"
],
"sources" : [
"String+MetricComponent.swift"
],
"type" : "library"
},
{
"c99name" : "MetricsTests",
"module_type" : "SwiftTarget",
"name" : "MetricsTests",
"path" : "Tests/MetricsTests",
"sources" : [
"MetricHandlerTests.swift",
"TimeMeasurerTests.swift"
],
"target_dependencies" : [
"DateProviderTestHelpers",
"Graphite",
"MetricsRecording",
"MetricsTestHelpers",
"Statsd",
"TestHelpers"
],
"type" : "test"
},
{
"c99name" : "MetricsTestHelpers",
"module_type" : "SwiftTarget",
"name" : "MetricsTestHelpers",
"path" : "Tests/MetricsTestHelpers",
"product_memberships" : [
"MetricsTestHelpers"
],
"sources" : [
"FakeMetricHandler.swift",
"Metric+TestCompare.swift",
"NoOpMetricRecorder.swift"
],
"target_dependencies" : [
"Graphite",
"MetricsRecording",
"Statsd"
],
"type" : "library"
},
{
"c99name" : "MetricsRecording",
"module_type" : "SwiftTarget",
"name" : "MetricsRecording",
"path" : "Sources/MetricsRecording",
"product_memberships" : [
"MetricsRecording",
"MetricsTestHelpers"
],
"sources" : [
"MetricRecorder.swift",
"MetricRecorderImpl.swift",
"MutableMetricRecorder.swift",
"NoOpMetricHandler.swift",
"TimeMeasurer.swift"
],
"target_dependencies" : [
"DateProvider",
"Graphite",
"Statsd"
],
"type" : "library"
},
{
"c99name" : "LaunchdUtilsTests",
"module_type" : "SwiftTarget",
"name" : "LaunchdUtilsTests",
"path" : "Tests/LaunchdUtilsTests",
"sources" : [
"LaunchdUtilsTests.swift"
],
"target_dependencies" : [
"LaunchdUtils"
],
"type" : "test"
},
{
"c99name" : "LaunchdUtils",
"module_type" : "SwiftTarget",
"name" : "LaunchdUtils",
"path" : "Sources/LaunchdUtils",
"product_memberships" : [
"LaunchdUtils"
],
"sources" : [
"LaunchdJob.swift",
"LaunchdPlist.swift",
"LaunchdSocket.swift",
"LaunchdSocketActivation.swift",
"LaunchdSocketActivationError.swift"
],
"type" : "library"
},
{
"c99name" : "KibanaTests",
"module_type" : "SwiftTarget",
"name" : "KibanaTests",
"path" : "Tests/KibanaTests",
"sources" : [
"HttpKibanaClientTests.swift"
],
"target_dependencies" : [
"DateProviderTestHelpers",
"Kibana",
"SocketModels",
"TestHelpers",
"URLSessionTestHelpers"
],
"type" : "test"
},
{
"c99name" : "KibanaTestHelpers",
"module_type" : "SwiftTarget",
"name" : "KibanaTestHelpers",
"path" : "Tests/KibanaTestHelpers",
"product_memberships" : [
"KibanaTestHelpers"
],
"sources" : [
"FakeKibanaClient.swift"
],
"target_dependencies" : [
"Kibana"
],
"type" : "library"
},
{
"c99name" : "KibanaModels",
"module_type" : "SwiftTarget",
"name" : "KibanaModels",
"path" : "Sources/KibanaModels",
"product_memberships" : [
"CLTLogging",
"CLTLoggingTestHelpers",
"KibanaModels"
],
"sources" : [
"KibanaConfiguration.swift"
],
"target_dependencies" : [
"CLTTypes"
],
"type" : "library"
},
{
"c99name" : "Kibana",
"module_type" : "SwiftTarget",
"name" : "Kibana",
"path" : "Sources/Kibana",
"product_memberships" : [
"CLTLogging",
"CLTLoggingTestHelpers",
"Kibana",
"KibanaTestHelpers"
],
"sources" : [
"HttpKibanaClient.swift",
"KibanaClient.swift",
"KibanaHttpEndpoint.swift"
],
"target_dependencies" : [
"CLTExtensions",
"CLTTypes",
"DateProvider",
"SocketModels"
],
"type" : "library"
},
{
"c99name" : "JSONStreamTests",
"module_type" : "SwiftTarget",
"name" : "JSONStreamTests",
"path" : "Tests/JSONStreamTests",
"sources" : [
"BlockingArrayBasedJSONStreamTests.swift",
"Helpers.swift",
"JSONReaderNumberEdgeCaseTests.swift",
"JSONReaderStringEdgeCaseTests.swift",
"JSONStreamReaderTests.swift"
],
"target_dependencies" : [
"JSONStream",
"TestHelpers"
],
"type" : "test"
},
{
"c99name" : "JSONStream",
"module_type" : "SwiftTarget",
"name" : "JSONStream",
"path" : "Sources/JSONStream",
"product_memberships" : [
"JSONStream"
],
"sources" : [
"AppendableJSONStream.swift",
"BlockingArrayBasedJSONStream.swift",
"JSONReader.swift",
"JSONReaderContext.swift",
"JSONReaderError.swift",
"JSONReaderEventStream.swift",
"JSONReaderFatalError.swift",
"JSONStream.swift",
"JSONStreamFactory.swift",
"NumberValidator.swift"
],
"target_dependencies" : [
"AtomicModels"
],
"type" : "library"
},
{
"c99name" : "ImagesTestHelpers",
"module_type" : "SwiftTarget",
"name" : "ImagesTestHelpers",
"path" : "Tests/ImagesTestHelpers",
"product_memberships" : [
"ImagesTestHelpers"
],
"sources" : [
"Mocks/ImageFactoryGeneratorMock.swift",
"Mocks/ImageParserMock.swift",
"Mocks/ImageSetGeneratorMock.swift",
"Mocks/ImageValidatorMock.swift",
"Mocks/KnownImageCategoriesMock.swift"
],
"target_dependencies" : [
"ImagesInterfaces",
"PathLib"
],
"type" : "library"
},
{
"c99name" : "ImagesInterfaces",
"module_type" : "SwiftTarget",
"name" : "ImagesInterfaces",
"path" : "Sources/ImagesInterfaces",
"product_memberships" : [
"ImagesInterfaces",
"ImagesTestHelpers"
],
"sources" : [
"ImageError.swift",
"ImageFactoryGenerator.swift",
"ImageParser.swift",
"ImageSetGenerator.swift",
"ImageValidator.swift",
"KnownImageCategories.swift"
],
"target_dependencies" : [
"PathLib"
],
"type" : "library"
},
{
"c99name" : "GraphiteTests",
"module_type" : "SwiftTarget",
"name" : "GraphiteTests",
"path" : "Tests/GraphiteTests",
"product_dependencies" : [
"Socket"
],
"sources" : [
"LazySocketConnectionIntegrationTests.swift"
],
"target_dependencies" : [
"AtomicModels",
"Graphite",
"SocketModels",
"TestHelpers"
],
"type" : "test"
},
{
"c99name" : "GraphiteTestHelpers",
"module_type" : "SwiftTarget",
"name" : "GraphiteTestHelpers",
"path" : "Tests/GraphiteTestHelpers",
"product_memberships" : [
"GraphiteTestHelpers"
],
"sources" : [
"GraphiteClient.swift"
],
"target_dependencies" : [
"Graphite"
],
"type" : "library"
},
{
"c99name" : "Graphite",
"module_type" : "SwiftTarget",
"name" : "Graphite",
"path" : "Sources/Graphite",
"product_dependencies" : [
"Socket"
],
"product_memberships" : [
"Graphite",
"GraphiteTestHelpers",
"MetricsRecording",
"MetricsTestHelpers"
],
"sources" : [
"GraphiteMetric.swift",
"GraphiteMetricHandler.swift",
"LazySocketConnection.swift",
"NoOpGraphiteMetricHandler.swift",
"SocketGraphiteMetricHandler.swift"
],
"target_dependencies" : [
"MetricsUtils",
"SocketModels"
],
"type" : "library"
},
{
"c99name" : "FileSystemTests",
"module_type" : "SwiftTarget",
"name" : "FileSystemTests",
"path" : "Tests/FileSystemTests",
"sources" : [
"AppleCommonlyUsedPathsProviderTests.swift",
"DeepFileSystemEnumeratorTests.swift",
"DefaultFilePropertiesContainerTests.swift",
"DirectoryCreatorImplTests.swift",
"GlobFileSystemEnumeratorTests.swift",
"LocalFileSystemTests.swift",
"PathDeleterImplTests.swift",
"PatternComponentTests.swift",
"ShallowFileSystemEnumeratorTests.swift",
"TestDataForEnumeration.swift"
],
"target_dependencies" : [
"FileSystem",
"PathLib",
"TestHelpers",
"Tmp",
"TmpTestHelpers"
],
"type" : "test"
},
{
"c99name" : "FileSystemTestHelpers",
"module_type" : "SwiftTarget",
"name" : "FileSystemTestHelpers",
"path" : "Tests/FileSystemTestHelpers",
"product_memberships" : [
"FileSystemTestHelpers"
],
"sources" : [
"FakeFilePropertiesContainer.swift",
"FakeFileReader.swift",
"FakeFileSystem.swift",
"FakeFileSystemEnumerator.swift",
"FakeFileSystemPropertiesContainer.swift",
"FakeThrowingProperty.swift",
"FileSystemTestHelpers.swift"
],
"target_dependencies" : [
"FileSystem",
"PathLib",
"Types"
],
"type" : "library"
},
{
"c99name" : "FileSystem",
"module_type" : "SwiftTarget",
"name" : "FileSystem",
"path" : "Sources/FileSystem",
"product_dependencies" : [
"Glob"
],
"product_memberships" : [
"CLTLogging",
"CLTLoggingTestHelpers",
"Cloc",
"FileSystem",
"FileSystemTestHelpers",
"MutualTLS",
"PlistLib",
"ProcessController",
"ProcessControllerTestHelpers",
"RepoRoot",
"UserDefaultsLib",
"UserDefaultsLibTestHelpers",
"XcodeLocator"
],
"sources" : [
"DI/FileSystemModuleDependencies.swift",
"File/WorkingWithContents/DataWriter/DataWriter.swift",
"File/WorkingWithContents/DataWriter/DataWriterImpl.swift",
"File/WorkingWithContents/FileReader/FileReader.swift",
"File/WorkingWithContents/FileReader/FileReaderImpl.swift",
"File/WorkingWithProperties/DefaultFilePropertiesContainer.swift",
"File/WorkingWithProperties/FileExistence.swift",
"File/WorkingWithProperties/FileExistenceCheckType.swift",
"File/WorkingWithProperties/FilePropertiesContainer.swift",
"File/WorkingWithProperties/FilePropertiesContainerError.swift",
"Files/CommonlyUsedPathsProvider/AppleCommonlyUsedPathsProvider.swift",
"Files/CommonlyUsedPathsProvider/CommonlyUsedPathsProvider.swift",
"Files/CommonlyUsedPathsProvider/LinuxCommonlyUsedPathsProvider.swift",
"Files/Enumeration/Deep/DeepFileSystemEnumerator.swift",
"Files/Enumeration/Deep/DeepFollowSymlinksFileSystemEnumerator.swift",
"Files/Enumeration/FileSystemEnumerator.swift",
"Files/Enumeration/Glob/GlobFileSystemEnumerator.swift",
"Files/Enumeration/Glob/GlobPattern.swift",
"Files/Enumeration/Shallow/ShallowFileSystemEnumerator.swift",
"Files/FileSystem/CommonlyUsedPathsProviderFactory/CommonlyUsedPathsProviderFactory.swift",
"Files/FileSystem/CommonlyUsedPathsProviderFactory/CommonlyUsedPathsProviderFactoryImpl.swift",
"Files/FileSystem/DirectoryCreator/DirectoryCreator.swift",
"Files/FileSystem/DirectoryCreator/DirectoryCreatorImpl.swift",
"Files/FileSystem/FileAppender/FileAppender.swift",
"Files/FileSystem/FileAppender/FileAppenderImpl.swift",
"Files/FileSystem/FileCreator/FileCreator.swift",
"Files/FileSystem/FileCreator/FileCreatorImpl.swift",
"Files/FileSystem/FilePropertiesProvider/FileExistenceChecker.swift",
"Files/FileSystem/FilePropertiesProvider/FilePropertiesProvider.swift",
"Files/FileSystem/FilePropertiesProvider/FilePropertiesProviderImpl.swift",
"Files/FileSystem/FileSystem.swift",
"Files/FileSystem/FileSystemEnumeratorFactory/ContentEnumerationStyle.swift",
"Files/FileSystem/FileSystemEnumeratorFactory/FileSystemEnumeratorFactory.swift",
"Files/FileSystem/FileSystemEnumeratorFactory/FileSystemEnumeratorFactoryImpl.swift",
"Files/FileSystem/FileSystemPropertiesProvider/FileSystemPropertiesProvider.swift",
"Files/FileSystem/FileSystemPropertiesProvider/FileSystemPropertiesProviderImpl.swift",
"Files/FileSystem/FileToucher/FileToucher.swift",
"Files/FileSystem/FileToucher/FileToucherImpl.swift",
"Files/FileSystem/LocalFileSystem.swift",
"Files/FileSystem/PathCopier/PathCopier.swift",
"Files/FileSystem/PathCopier/PathCopierImpl.swift",
"Files/FileSystem/PathDeleter/PathDeleter.swift",
"Files/FileSystem/PathDeleter/PathDeleterImpl.swift",
"Files/FileSystem/PathLinker/PathLinker.swift",
"Files/FileSystem/PathLinker/PathLinkerImpl.swift",
"Files/FileSystem/PathMover/PathMover.swift",
"Files/FileSystem/PathMover/PathMoverImpl.swift",
"Files/FileSystem/Support/DestinationPreparer.swift",
"Files/Properties/DefaultFileSystemPropertiesContainer.swift",
"Files/Properties/FileSystemPropertiesContainer.swift",
"Files/RealPathProvider/RealpathProvider.swift",
"Files/RealPathProvider/RealpathProviderImpl.swift"
],
"target_dependencies" : [
"CLTExtensions",
"DI",
"PathLib",
"Types"
],
"type" : "library"
},
{
"c99name" : "Environment",
"module_type" : "SwiftTarget",
"name" : "Environment",
"path" : "Sources/Environment",
"product_memberships" : [
"CLTLogging",
"CLTLoggingTestHelpers",
"Cloc",
"Environment",
"MutualTLS",
"ProcessController",
"ProcessControllerTestHelpers",
"RepoRoot"
],
"sources" : [
"CurrentExecutableProvider/CurrentExecutableProvider.swift",
"CurrentExecutableProvider/ProcessInfoCurrentExecutableProvider.swift",
"DI/EnvironmentModuleDependencies.swift",
"EnvironmentProvider/Conversion.swift",
"EnvironmentProvider/EnvironmentKey.swift",
"EnvironmentProvider/EnvironmentProvider.swift",
"EnvironmentProvider/ProcessInfoEnvironmentProvider.swift"
],
"target_dependencies" : [
"CLTExtensions",
"DI",
"PathLib"
],
"type" : "library"
},
{
"c99name" : "Downloader",
"module_type" : "SwiftTarget",
"name" : "Downloader",
"path" : "Sources/Downloader",
"product_dependencies" : [
"Alamofire"
],
"product_memberships" : [
"Downloader"
],
"sources" : [
"DI/DownloaderModuleDependencies.swift",
"Downloader.swift",
"DownloaderImpl.swift"
],
"target_dependencies" : [
"DI",
"DateProvider",
"PathLib"
],
"type" : "library"
},
{
"c99name" : "DateProviderTestHelpers",
"module_type" : "SwiftTarget",
"name" : "DateProviderTestHelpers",
"path" : "Tests/DateProviderTestHelpers",
"product_memberships" : [
"DateProviderTestHelpers"
],
"sources" : [
"DateProviderFixture.swift"
],
"target_dependencies" : [
"DateProvider"
],
"type" : "library"
},
{
"c99name" : "DateProvider",
"module_type" : "SwiftTarget",
"name" : "DateProvider",
"path" : "Sources/DateProvider",
"product_memberships" : [
"CLTLogging",
"CLTLoggingTestHelpers",
"Cloc",
"DateProvider",
"DateProviderTestHelpers",
"Downloader",
"Kibana",
"KibanaTestHelpers",
"MetricsRecording",
"MetricsTestHelpers",
"MutualTLS",
"ProcessController",
"ProcessControllerTestHelpers",
"RepoRoot"
],
"sources" : [
"DI/DateProviderModuleDependencies.swift",
"DateProvider.swift",
"SystemDateProvider.swift"
],
"target_dependencies" : [
"DI"
],
"type" : "library"
},
{
"c99name" : "DI",
"module_type" : "SwiftTarget",
"name" : "DI",
"path" : "Sources/DI",
"product_memberships" : [
"CLTLogging",
"CLTLoggingTestHelpers",
"Cloc",
"CommandSupport",
"Console",
"ConsoleTestHelpers",
"DI",
"DateProvider",
"DateProviderTestHelpers",
"Downloader",
"Environment",
"FileSystem",
"FileSystemTestHelpers",
"Kibana",
"KibanaTestHelpers",
"MetricsRecording",
"MetricsTestHelpers",
"MutualTLS",
"PlistLib",
"ProcessController",
"ProcessControllerTestHelpers",
"RepoRoot",
"TeamcityMessaging",
"UserDefaultsLib",
"UserDefaultsLibTestHelpers",
"XcodeLocator"
],
"sources" : [
"DependencyCollectionRegisterer/CompoundDependencyCollectionRegisterer.swift",
"DependencyCollectionRegisterer/DependencyCollectionRegisterer.swift",
"DependencyInjection/DelegatingDependencyInjection.swift",
"DependencyInjection/DependencyInjection.swift",
"DependencyInjectionFactory/DependencyInjectionFactory.swift",
"DependencyRegisterer/DependencyRegisterer+RegisterMultiple.swift",
"DependencyRegisterer/DependencyRegisterer.swift",
"DependencyRegisterer/MultipleDependenciesRegistrationContinuation.swift",
"DependencyResolver/CompoundDependencyResolver.swift",
"DependencyResolver/DependencyResolver.swift",
"DependencyResolver/WeakDependencyResolver.swift",
"Facade/DIContext.swift",
"Facade/InitializableWithNoArguments.swift",
"HashableType/HashableType.swift",
"Implementation/DependencyInjection/DependencyInjectionFactoryImpl.swift",
"Implementation/DependencyInjection/DependencyInjectionImpl.swift",
"Implementation/DependencyInjection/RegisteredDependency.swift",
"Models/DiError.swift",
"Models/Scope.swift",
"Modular/AllModularDependenciesDependencyCollectionRegisterer.swift",
"Modular/ModuleDependencies.swift"
],
"type" : "library"
},
{
"c99name" : "ConsoleTests",
"module_type" : "SwiftTarget",
"name" : "ConsoleTests",
"path" : "Tests/ConsoleTests",
"product_dependencies" : [
"InlineSnapshotTesting",
"Logging",
"SnapshotTesting"
],
"sources" : [
"Helpers/ConsoleComponent+TestHelpers.swift",
"Helpers/Snapshotting+ConsoleComponent.swift",
"LogRendererTests.swift",
"TraceHierarchyTests.swift"
],
"target_dependencies" : [
"Console"
],
"type" : "test"
},
{
"c99name" : "ConsoleTestHelpers",
"module_type" : "SwiftTarget",
"name" : "ConsoleTestHelpers",
"path" : "Tests/ConsoleTestHelpers",
"product_dependencies" : [
"Logging"
],
"product_memberships" : [
"ConsoleTestHelpers"
],
"sources" : [
"TestCLI.swift"
],
"target_dependencies" : [
"Console"
],
"type" : "library"
},
{
"c99name" : "Console",
"module_type" : "SwiftTarget",
"name" : "Console",
"path" : "Sources/Console",
"product_dependencies" : [
"Logging",
"Yams"
],
"product_memberships" : [
"CLTLogging",
"CLTLoggingTestHelpers",
"Cloc",
"CommandSupport",
"Console",
"ConsoleTestHelpers",
"MutualTLS",
"ProcessController",
"ProcessControllerTestHelpers",
"RepoRoot"
],
"sources" : [
"ANSI/ANSI.swift",
"ANSI/ANSIKeyboard.swift",
"ANSI/ANSIScreen.swift",
"ANSI/ANSITerminal.swift",
"ANSIConsoleHandler/ANSIConsoleHandler.swift",
"ANSIConsoleHandler/Input/ANSIConsoleHandler+Input.swift",
"ANSIConsoleHandler/Input/InputComponent.swift",
"ANSIConsoleHandler/Input/InputComponentRenderer.swift",
"ANSIConsoleHandler/Input/InputComponentState.swift",
"ANSIConsoleHandler/Log/ANSIConsoleHandler+Log.swift",
"ANSIConsoleHandler/Log/ConsoleLogHandler.swift",
"ANSIConsoleHandler/Log/LogComponent.swift",
"ANSIConsoleHandler/Log/LogComponentRenderer.swift",
"ANSIConsoleHandler/Log/LogComponentState.swift",
"ANSIConsoleHandler/LogStream/ANSIConsoleHandler+LogStream.swift",
"ANSIConsoleHandler/LogStream/LogStreamComponent.swift",
"ANSIConsoleHandler/LogStream/LogStreamComponentRenderer.swift",
"ANSIConsoleHandler/LogStream/LogStreamComponentState.swift",
"ANSIConsoleHandler/Question/ANSIConsoleHandler+Question.swift",
"ANSIConsoleHandler/Question/QuestionComponent.swift",
"ANSIConsoleHandler/Question/QuestionComponentRenderer.swift",
"ANSIConsoleHandler/Question/QuestionComponentState.swift",
"ANSIConsoleHandler/Select/ANSIConsoleHandler+Select.swift",
"ANSIConsoleHandler/Select/SelectComponent.swift",
"ANSIConsoleHandler/Select/SelectComponentRenderer.swift",
"ANSIConsoleHandler/Select/SelectComponentState.swift",
"ANSIConsoleHandler/Trace/ANSIConsoleHandler+Trace.swift",
"ANSIConsoleHandler/Trace/TraceClock.swift",
"ANSIConsoleHandler/Trace/TraceComponent.swift",
"ANSIConsoleHandler/Trace/TraceComponentRenderer.swift",
"ANSIConsoleHandler/Trace/TraceComponentState.swift",
"Console.swift",
"ConsoleColor.swift",
"ConsoleContext.swift",
"ConsoleHandler.swift",
"ConsoleStyle.swift",
"ConsoleSystem.swift",
"ConsoleText.swift",
"ConsoleTextFragment.swift",
"DI/ConsoleModuleDependencies.swift",
"TeamcityConsoleHandler/TeamcityConsoleHandler.swift",
"Utils/ReadWriteLock.swift",
"Utils/StdioOutputStream.swift",
"Utils/String+Symbols.swift"
],
"target_dependencies" : [
"AtomicModels",
"DI",
"SignalHandling",
"TeamcityMessaging"
],
"type" : "library"
},
{
"c99name" : "Concurrency",
"module_type" : "SwiftTarget",
"name" : "Concurrency",
"path" : "Sources/Concurrency",
"product_memberships" : [
"Concurrency"
],
"sources" : [
"ThreadSafeLazy.swift",
"ThrowingThreadSafeLazy.swift"
],
"target_dependencies" : [
"PathLib"
],
"type" : "library"
},
{
"c99name" : "CommandSupportTests",
"module_type" : "SwiftTarget",
"name" : "CommandSupportTests",
"path" : "Tests/CommandSupportTests",
"product_dependencies" : [
"ArgumentParser"
],
"sources" : [
"ParsableCommandPathTests.swift"
],
"target_dependencies" : [
"CommandSupport"
],
"type" : "test"
},
{
"c99name" : "CommandSupport",
"module_type" : "SwiftTarget",
"name" : "CommandSupport",
"path" : "Sources/CommandSupport",
"product_dependencies" : [
"ArgumentParser",
"Logging"
],
"product_memberships" : [
"CommandSupport"
],
"sources" : [
"AbsolutePath+ExpressibleByArgument.swift",
"AsyncCommandLogic.swift",
"AsyncCommandLogicProvider.swift",
"BaseCommand.swift",
"CommandDiValidator.swift",
"CommandLogic.swift",
"CommandLogicProvider.swift",
"CompoundAsyncCommandLogic.swift",
"CompoundCommandLogic.swift",
"LogOptionsCommand.swift",
"ParsableCommand+pathFromRootCommand.swift",
"TestableCommand.swift"
],
"target_dependencies" : [
"CLTExtensions",
"Console",
"DI",
"PathLib",
"TeamcityMessaging"
],
"type" : "library"
},
{
"c99name" : "Cloc",
"module_type" : "SwiftTarget",
"name" : "Cloc",
"path" : "Sources/Cloc",
"product_memberships" : [
"Cloc"
],
"sources" : [
"Cloc.swift",
"ClocTool.swift"
],
"target_dependencies" : [
"FileSystem",
"PathLib",
"ProcessController"
],
"type" : "library"
},
{
"c99name" : "CLTTypes",
"module_type" : "SwiftTarget",
"name" : "CLTTypes",
"path" : "Sources/CLTTypes",
"product_memberships" : [
"CLTLogging",
"CLTLoggingTestHelpers",
"CLTTypes",
"Kibana",
"KibanaModels",
"KibanaTestHelpers"
],
"sources" : [
"Credentials.swift",
"Http/HttpAuthorizationScheme.swift"
],
"target_dependencies" : [
"CLTExtensions"
],
"type" : "library"
},
{
"c99name" : "CLTLoggingTests",
"module_type" : "SwiftTarget",
"name" : "CLTLoggingTests",
"path" : "Tests/CLTLoggingTests",
"sources" : [
"AggregatedLoggerHandlerTests.swift",
"ContextualLoggerTests.swift",
"FakeFileHandle.swift",
"FileHandleLoggerHandlerTests.swift",
"KibanaLoggerHandlerTests.swift",
"LimitingLoggerHandlerTests.swift",
"NSLogLikeLogEntryTextFormatterTests.swift",
"SimpleLogEntryTextFormatter.swift",
"VerbosityTests.swift"
],
"target_dependencies" : [
"CLTLogging",
"CLTLoggingModels",
"CLTLoggingTestHelpers",
"DateProviderTestHelpers",
"Kibana",
"KibanaTestHelpers",
"TestHelpers",
"Tmp"
],
"type" : "test"
},
{
"c99name" : "CLTLoggingTestHelpers",
"module_type" : "SwiftTarget",
"name" : "CLTLoggingTestHelpers",
"path" : "Tests/CLTLoggingTestHelpers",
"product_memberships" : [
"CLTLoggingTestHelpers"
],
"sources" : [
"FakeLoggerHandler.swift",
"LogEntryFixture.swift"
],
"target_dependencies" : [
"CLTLogging",
"CLTLoggingModels"
],
"type" : "library"
},
{
"c99name" : "CLTLoggingModels",
"module_type" : "SwiftTarget",
"name" : "CLTLoggingModels",
"path" : "Sources/CLTLoggingModels",
"product_memberships" : [
"CLTLogging",
"CLTLoggingModels",
"CLTLoggingTestHelpers"
],
"sources" : [
"LogEntry.swift",
"LogEntryCoordinate.swift",
"LogEntryTextFormatter.swift",
"LoggableDate.swift",
"LoggableDouble.swift",
"LoggableOptional.swift",
"NSLogLikeLogEntryTextFormatter.swift",
"PidInfo.swift",
"Verbosity.swift"
],
"type" : "library"
},
{
"c99name" : "CLTLogging",
"module_type" : "SwiftTarget",
"name" : "CLTLogging",
"path" : "Sources/CLTLogging",
"product_dependencies" : [
"Logging"
],
"product_memberships" : [
"CLTLogging",
"CLTLoggingTestHelpers"
],
"sources" : [
"AggregatedLoggerHandler.swift",
"ChildProcessLogsContainerProvider.swift",
"ContextualLogger+Levels.swift",
"ContextualLogger+ProcessController.swift",
"ContextualLogger.swift",
"FileHandle+TextOutputStream.swift",
"FileHandleLoggerHandler.swift",
"FileState.swift",
"FileSystem+Logging.swift",
"KibanaHandler.swift",
"LimitingLoggerHandler.swift",
"Logger+TypedInit.swift",
"LoggerHandler.swift",
"LoggingSetup.swift",
"NoOpLoggerHandler.swift",
"RedirectingLoggerHandler.swift",
"SubprocessInfo+PidInfo.swift"
],
"target_dependencies" : [
"AtomicModels",
"CLTLoggingModels",
"DateProvider",
"FileSystem",
"Kibana",
"KibanaModels",
"PathLib",
"ProcessController",
"Tmp"
],
"type" : "library"
},
{
"c99name" : "CLTExtensionsTests",
"module_type" : "SwiftTarget",
"name" : "CLTExtensionsTests",
"path" : "Tests/CLTExtensionsTests",
"sources" : [
"Array+Comparable_Tests.swift",
"Array+UniquifyTests.swift",
"NSLocking+WhileLockedTests.swift",
"String+UTF8Tests.swift"
],
"target_dependencies" : [
"CLTCollections",
"CLTExtensions",
"TestHelpers"
],
"type" : "test"
},
{
"c99name" : "CLTExtensions",
"module_type" : "SwiftTarget",
"name" : "CLTExtensions",
"path" : "Sources/CLTExtensions",
"product_memberships" : [
"CLTExtensions",
"CLTLogging",
"CLTLoggingTestHelpers",
"CLTTypes",
"Cloc",
"CommandSupport",
"Console",
"ConsoleTestHelpers",
"Environment",
"FileSystem",
"FileSystemTestHelpers",
"Kibana",
"KibanaModels",
"KibanaTestHelpers",
"MutualTLS",
"PlistLib",
"ProcessController",
"ProcessControllerTestHelpers",
"RepoRoot",
"TeamcityMessaging",
"TestHelpers",
"Tmp",
"TmpTestHelpers",
"UserDefaultsLib",
"UserDefaultsLibTestHelpers",
"XcodeLocator"
],
"sources" : [
"Casting.swift",
"Collections/Array+Comparable.swift",
"Collections/Array+Uniquify.swift",
"Collections/Bool+Order.swift",
"Collections/Collection+OnlyOrTrow.swift",
"Collections/Collection+Single.swift",
"Collections/Dictionary+Inverse.swift",
"Collections/Dictionary+Map.swift",
"Collections/Sequence+FilterSplit.swift",
"Collections/Sequence+Grouping.swift",
"Collections/Sequence+SortingByKey.swift",
"Collections/Set+PlusOperator.swift",
"Collections/SetAlgebra+Intersects.swift",
"DispatchGroup+wait.swift",
"Models/KeyValuePair.swift",
"NSLocking+WhileLocked.swift",
"Optional+UnwrapOrThrow.swift",
"String+LocalizedError.swift",
"String+UTF8.swift",
"UrlComponents+Throws.swift"
],
"type" : "library"
},
{
"c99name" : "CLTCollections",
"module_type" : "SwiftTarget",
"name" : "CLTCollections",
"path" : "Sources/CLTCollections",
"product_memberships" : [
"CLTCollections"
],
"sources" : [
"Array+Set.swift",
"Collection+Concurrency.swift"
],
"target_dependencies" : [
"Types"
],
"type" : "library"
},
{
"c99name" : "AtomicModels",
"module_type" : "SwiftTarget",
"name" : "AtomicModels",
"path" : "Sources/AtomicModels",
"product_memberships" : [
"AtomicModels",
"CLTLogging",
"CLTLoggingTestHelpers",
"Cloc",
"CommandSupport",
"Console",
"ConsoleTestHelpers",
"JSONStream",
"MetricsRecording",
"MetricsTestHelpers",
"MutualTLS",
"ProcessController",
"ProcessControllerTestHelpers",
"RepoRoot",
"Statsd",
"SynchronousWaiter",
"TestHelpers",
"TmpTestHelpers"
],
"sources" : [
"AtomicValue.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/Kitura/BlueSocket.git
Fetching https://github.com/Bouke/Glob
Fetching https://github.com/apple/swift-argument-parser
Fetching https://github.com/pointfreeco/swift-snapshot-testing.git
Fetching https://github.com/jpsim/Yams.git
[1/2942] Fetching bluesocket
[737/6778] Fetching bluesocket, swift-log
[891/7024] Fetching bluesocket, swift-log, glob
[5146/17681] Fetching bluesocket, swift-log, glob, yams
[8624/30870] Fetching bluesocket, swift-log, glob, yams, swift-snapshot-testing
[9233/46249] Fetching bluesocket, swift-log, glob, yams, swift-snapshot-testing, swift-argument-parser
Fetched https://github.com/apple/swift-log.git from cache (1.04s)
Fetched https://github.com/Kitura/BlueSocket.git from cache (1.04s)
Fetching https://github.com/IBM-Swift/BlueSignals.git
Fetching https://github.com/Alamofire/Alamofire
[30635/39471] Fetching glob, yams, swift-snapshot-testing, swift-argument-parser
[35252/40152] Fetching glob, yams, swift-snapshot-testing, swift-argument-parser, bluesignals
[36592/70293] Fetching glob, yams, swift-snapshot-testing, swift-argument-parser, bluesignals, alamofire
Fetched https://github.com/jpsim/Yams.git from cache (1.48s)
[27838/59636] Fetching glob, swift-snapshot-testing, swift-argument-parser, bluesignals, alamofire
Fetched https://github.com/Bouke/Glob from cache (2.24s)
[42512/59390] Fetching swift-snapshot-testing, swift-argument-parser, bluesignals, alamofire
Fetched https://github.com/apple/swift-argument-parser from cache (2.25s)
[27434/44011] Fetching swift-snapshot-testing, bluesignals, alamofire
Fetched https://github.com/pointfreeco/swift-snapshot-testing.git from cache (2.32s)
[20273/30822] Fetching bluesignals, alamofire
Fetched https://github.com/IBM-Swift/BlueSignals.git from cache (2.78s)
Fetched https://github.com/Alamofire/Alamofire from cache (2.85s)
Computing version for https://github.com/Bouke/Glob
Computed https://github.com/Bouke/Glob at 1.0.5 (6.42s)
Computing version for https://github.com/Kitura/BlueSocket.git
Computed https://github.com/Kitura/BlueSocket.git at 1.0.52 (0.53s)
Computing version for https://github.com/IBM-Swift/BlueSignals.git
Computed https://github.com/IBM-Swift/BlueSignals.git at 1.0.21 (0.52s)
Computing version for https://github.com/Alamofire/Alamofire
Computed https://github.com/Alamofire/Alamofire at 5.5.0 (0.54s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing.git
Computed https://github.com/pointfreeco/swift-snapshot-testing.git at 1.18.4 (0.52s)
Fetching https://github.com/pointfreeco/swift-custom-dump
Fetching https://github.com/swiftlang/swift-syntax
[1/4581] Fetching swift-custom-dump
[4582/75033] Fetching swift-custom-dump, swift-syntax
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (4.76s)
Fetched https://github.com/swiftlang/swift-syntax from cache (4.83s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (5.48s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/5458] Fetching xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (0.80s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 5.4.0 (1.33s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.1 (0.49s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 601.0.1 (0.70s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.5.2 (0.54s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.55s)
Creating working copy for https://github.com/Kitura/BlueSocket.git
Working copy of https://github.com/Kitura/BlueSocket.git resolved at 1.0.52
Creating working copy for https://github.com/IBM-Swift/BlueSignals.git
Working copy of https://github.com/IBM-Swift/BlueSignals.git resolved at 1.0.21
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/Bouke/Glob
Working copy of https://github.com/Bouke/Glob resolved at 1.0.5
Creating working copy for https://github.com/Alamofire/Alamofire
Working copy of https://github.com/Alamofire/Alamofire resolved at 5.5.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.3.3
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.5.2
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.5.1
Creating working copy for https://github.com/pointfreeco/swift-snapshot-testing.git
Working copy of https://github.com/pointfreeco/swift-snapshot-testing.git resolved at 1.18.4
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 601.0.1
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/69] Write sources
[62/69] Compiling reader.c
[63/69] Compiling writer.c
[64/69] Compiling parser.c
[65/69] Compiling api.c
[66/69] Compiling emitter.c
[67/69] Compiling scanner.c
[68/69] Write swift-version-24593BA9C3E375BF.txt
[70/136] Emitting module Waitable
error: emit-module command failed with exit code 1 (use -v to see invocation)
[71/136] Emitting module URLSessionTestHelpers
/host/spi-builder-workspace/Tests/URLSessionTestHelpers/FakeURLSession.swift:10:20: warning: class 'FakeURLSession' must restate inherited '@unchecked Sendable' conformance
8 | #endif
9 |
10 | public final class FakeURLSession: URLSession {
| `- warning: class 'FakeURLSession' must restate inherited '@unchecked Sendable' conformance
11 | let session = URLSession.shared
12 |
/host/spi-builder-workspace/Tests/URLSessionTestHelpers/FakeURLSession.swift:42:14: warning: class 'FakeDownloadTask' must restate inherited '@unchecked Sendable' conformance
40 | }
41 |
42 | public class FakeDownloadTask: URLSessionDownloadTask {
| `- warning: class 'FakeDownloadTask' must restate inherited '@unchecked Sendable' conformance
43 | public var originalTask: URLSessionTask
44 | public var completionHandler: (URL?, URLResponse?, Error?) -> ()
/host/spi-builder-workspace/Tests/URLSessionTestHelpers/FakeURLSession.swift:58:14: warning: class 'FakeDataTask' must restate inherited '@unchecked Sendable' conformance
56 | }
57 |
58 | public class FakeDataTask: URLSessionDataTask {
| `- warning: class 'FakeDataTask' must restate inherited '@unchecked Sendable' conformance
59 | public var originalTask: URLSessionTask
60 | public var completionHandler: (Data?, URLResponse?, Error?) -> ()
[72/136] Emitting module Glob
/host/spi-builder-workspace/.build/checkouts/Glob/Sources/Glob/Glob.swift:116:31: error: cannot find 'GLOB_TILDE' in scope
114 | // MARK: Private
115 |
116 | private var globalFlags = GLOB_TILDE | GLOB_BRACE | GLOB_MARK
| `- error: cannot find 'GLOB_TILDE' in scope
117 |
118 | private func executeGlob(pattern: UnsafePointer<CChar>, gt: UnsafeMutablePointer<glob_t>) -> Bool {
/host/spi-builder-workspace/.build/checkouts/Glob/Sources/Glob/Glob.swift:116:44: error: cannot find 'GLOB_BRACE' in scope
114 | // MARK: Private
115 |
116 | private var globalFlags = GLOB_TILDE | GLOB_BRACE | GLOB_MARK
| `- error: cannot find 'GLOB_BRACE' in scope
117 |
118 | private func executeGlob(pattern: UnsafePointer<CChar>, gt: UnsafeMutablePointer<glob_t>) -> Bool {
/host/spi-builder-workspace/.build/checkouts/Glob/Sources/Glob/Glob.swift:116:57: error: cannot find 'GLOB_MARK' in scope
114 | // MARK: Private
115 |
116 | private var globalFlags = GLOB_TILDE | GLOB_BRACE | GLOB_MARK
| `- error: cannot find 'GLOB_MARK' in scope
117 |
118 | private func executeGlob(pattern: UnsafePointer<CChar>, gt: UnsafeMutablePointer<glob_t>) -> Bool {
/host/spi-builder-workspace/.build/checkouts/Glob/Sources/Glob/Glob.swift:118:86: error: cannot find type 'glob_t' in scope
116 | private var globalFlags = GLOB_TILDE | GLOB_BRACE | GLOB_MARK
117 |
118 | private func executeGlob(pattern: UnsafePointer<CChar>, gt: UnsafeMutablePointer<glob_t>) -> Bool {
| `- error: cannot find type 'glob_t' in scope
119 | return 0 == glob(pattern, globalFlags, nil, gt)
120 | }
/host/spi-builder-workspace/.build/checkouts/Glob/Sources/Glob/Glob.swift:192:36: error: cannot find type 'glob_t' in scope
190 | }
191 |
192 | private func populateFiles(gt: glob_t, includeFiles: Bool) {
| `- error: cannot find type 'glob_t' in scope
193 | let includeDirectories = behavior.includesDirectoriesInResults
194 | #if os(Linux)
error: emit-module command failed with exit code 1 (use -v to see invocation)
[73/136] Emitting module Socket
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:52:39: error: cannot find 'in_addr_t' in scope
50 | public static let SOCKET_INVALID_DESCRIPTOR = Int32(-1)
51 |
52 | public static let INADDR_ANY = in_addr_t(0)
| `- error: cannot find 'in_addr_t' in scope
53 |
54 | public static let NO_HOSTNAME = "No hostname"
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:320:13: error: cannot find type 'sockaddr_in' in scope
318 |
319 | /// sockaddr_in
320 | case ipv4(sockaddr_in)
| `- error: cannot find type 'sockaddr_in' in scope
321 |
322 | /// sockaddr_in6
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:323:13: error: cannot find type 'sockaddr_in6' in scope
321 |
322 | /// sockaddr_in6
323 | case ipv6(sockaddr_in6)
| `- error: cannot find type 'sockaddr_in6' in scope
324 |
325 | /// sockaddr_un
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:326:13: error: cannot find type 'sockaddr_un' in scope
324 |
325 | /// sockaddr_un
326 | case unix(sockaddr_un)
| `- error: cannot find type 'sockaddr_un' in scope
327 |
328 | ///
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/SocketUtils.swift:43:56: error: cannot find type 'sockaddr' in scope
41 | /// - Returns: The result of executing the closure.
42 | ///
43 | func withSockAddrPointer<Result>(body: (UnsafePointer<sockaddr>, socklen_t) throws -> Result) rethrows -> Result {
| `- error: cannot find type 'sockaddr' in scope
44 |
45 | ///
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/SocketUtils.swift:86:47: error: cannot find type 'sockaddr' in scope
84 | /// - Returns: Newly initialized Socket.Address.
85 | ///
86 | init?(addressProvider: (UnsafeMutablePointer<sockaddr>, UnsafeMutablePointer<socklen_t>) throws -> Void) rethrows {
| `- error: cannot find type 'sockaddr' in scope
87 |
88 | var addressStorage = sockaddr_storage()
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/SocketUtils.swift:146:27: error: cannot find '__DARWIN_FD_SETSIZE' in scope
144 | // __DARWIN_FD_SETSIZE is number of *bits*, so divide by number bits in each element to get element count
145 | // at present this is 1024 / 32 == 32
146 | let __fd_set_count = Int(__DARWIN_FD_SETSIZE) / 32
| `- error: cannot find '__DARWIN_FD_SETSIZE' in scope
147 |
148 | extension fd_set {
[74/136] Compiling ArgumentParserToolInfo ToolInfo.swift
[75/136] Emitting module ArgumentParserToolInfo
[77/137] Compiling Yams Tag.swift
[78/137] Compiling Yams YamlAnchorProviding.swift
[79/152] Compiling Types ThrowingProperty.swift
[80/153] Compiling Types GettableThrowingPropertyOf.swift
[81/153] Compiling Types SettableThrowingProperty.swift
[82/153] Compiling Types SettableThrowingPropertyOf.swift
[83/153] Compiling Types ThrowingPropertyOf.swift
[84/153] Emitting module Yams
[85/153] Compiling Socket SocketUtils.swift
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/SocketUtils.swift:43:56: error: cannot find type 'sockaddr' in scope
41 | /// - Returns: The result of executing the closure.
42 | ///
43 | func withSockAddrPointer<Result>(body: (UnsafePointer<sockaddr>, socklen_t) throws -> Result) rethrows -> Result {
| `- error: cannot find type 'sockaddr' in scope
44 |
45 | ///
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/SocketUtils.swift:86:47: error: cannot find type 'sockaddr' in scope
84 | /// - Returns: Newly initialized Socket.Address.
85 | ///
86 | init?(addressProvider: (UnsafeMutablePointer<sockaddr>, UnsafeMutablePointer<socklen_t>) throws -> Void) rethrows {
| `- error: cannot find type 'sockaddr' in scope
87 |
88 | var addressStorage = sockaddr_storage()
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/SocketUtils.swift:146:27: error: cannot find '__DARWIN_FD_SETSIZE' in scope
144 | // __DARWIN_FD_SETSIZE is number of *bits*, so divide by number bits in each element to get element count
145 | // at present this is 1024 / 32 == 32
146 | let __fd_set_count = Int(__DARWIN_FD_SETSIZE) / 32
| `- error: cannot find '__DARWIN_FD_SETSIZE' in scope
147 |
148 | extension fd_set {
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/SocketUtils.swift:52:60: error: cannot find type 'sockaddr' in scope
50 | /// - Returns: Result of executing the closure.
51 | ///
52 | func castAndCall<T>(_ address: T, _ body: (UnsafePointer<sockaddr>, socklen_t) throws -> Result) rethrows -> Result {
| `- error: cannot find type 'sockaddr' in scope
53 | var localAddress = address // We need a `var` here for the `&`.
54 | return try withUnsafePointer(to: &localAddress) {
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/SocketUtils.swift:55:41: error: cannot find 'sockaddr' in scope
53 | var localAddress = address // We need a `var` here for the `&`.
54 | return try withUnsafePointer(to: &localAddress) {
55 | return try $0.withMemoryRebound(to: sockaddr.self, capacity: 1, {
| `- error: cannot find 'sockaddr' in scope
56 | return try body($0, socklen_t(MemoryLayout<T>.size))
57 | })
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/SocketUtils.swift:55:19: error: generic parameter 'T' could not be inferred
53 | var localAddress = address // We need a `var` here for the `&`.
54 | return try withUnsafePointer(to: &localAddress) {
55 | return try $0.withMemoryRebound(to: sockaddr.self, capacity: 1, {
| `- error: generic parameter 'T' could not be inferred
56 | return try body($0, socklen_t(MemoryLayout<T>.size))
57 | })
Swift.UnsafePointer.withMemoryRebound:2:13: note: in call to function 'withMemoryRebound(to:capacity:_:)'
1 | generic struct UnsafePointer {
2 | public func withMemoryRebound<T, E, Result>(to type: T.Type, capacity count: Int, _ body: (_ pointer: UnsafePointer<T>) throws(E) -> Result) throws(E) -> Result where E : Error, T : ~Copyable, Result : ~Copyable}
| `- note: in call to function 'withMemoryRebound(to:capacity:_:)'
3 |
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:320:13: error: cannot find type 'sockaddr_in' in scope
318 |
319 | /// sockaddr_in
320 | case ipv4(sockaddr_in)
| `- error: cannot find type 'sockaddr_in' in scope
321 |
322 | /// sockaddr_in6
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:323:13: error: cannot find type 'sockaddr_in6' in scope
321 |
322 | /// sockaddr_in6
323 | case ipv6(sockaddr_in6)
| `- error: cannot find type 'sockaddr_in6' in scope
324 |
325 | /// sockaddr_un
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:326:13: error: cannot find type 'sockaddr_un' in scope
324 |
325 | /// sockaddr_un
326 | case unix(sockaddr_un)
| `- error: cannot find type 'sockaddr_un' in scope
327 |
328 | ///
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/SocketUtils.swift:88:24: error: cannot find 'sockaddr_storage' in scope
86 | init?(addressProvider: (UnsafeMutablePointer<sockaddr>, UnsafeMutablePointer<socklen_t>) throws -> Void) rethrows {
87 |
88 | var addressStorage = sockaddr_storage()
| `- error: cannot find 'sockaddr_storage' in scope
89 | var addressStorageLength = socklen_t(MemoryLayout.size(ofValue: addressStorage))
90 | try withUnsafeMutablePointer(to: &addressStorage) {
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/SocketUtils.swift:91:33: error: cannot find 'sockaddr' in scope
89 | var addressStorageLength = socklen_t(MemoryLayout.size(ofValue: addressStorage))
90 | try withUnsafeMutablePointer(to: &addressStorage) {
91 | try $0.withMemoryRebound(to: sockaddr.self, capacity: 1) { addressPointer in
| `- error: cannot find 'sockaddr' in scope
92 | try withUnsafeMutablePointer(to: &addressStorageLength) { addressLengthPointer in
93 | try addressProvider(addressPointer, addressLengthPointer)
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/SocketUtils.swift:91:11: error: generic parameter 'T' could not be inferred
89 | var addressStorageLength = socklen_t(MemoryLayout.size(ofValue: addressStorage))
90 | try withUnsafeMutablePointer(to: &addressStorage) {
91 | try $0.withMemoryRebound(to: sockaddr.self, capacity: 1) { addressPointer in
| `- error: generic parameter 'T' could not be inferred
92 | try withUnsafeMutablePointer(to: &addressStorageLength) { addressLengthPointer in
93 | try addressProvider(addressPointer, addressLengthPointer)
Swift.UnsafeMutablePointer.withMemoryRebound:2:13: note: in call to function 'withMemoryRebound(to:capacity:_:)'
1 | generic struct UnsafeMutablePointer {
2 | public func withMemoryRebound<T, E, Result>(to type: T.Type, capacity count: Int, _ body: (_ pointer: UnsafeMutablePointer<T>) throws(E) -> Result) throws(E) -> Result where E : Error, T : ~Copyable, Result : ~Copyable}
| `- note: in call to function 'withMemoryRebound(to:capacity:_:)'
3 |
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/SocketUtils.swift:99:8: error: cannot find 'AF_INET' in scope
97 |
98 | switch Int32(addressStorage.ss_family) {
99 | case AF_INET:
| `- error: cannot find 'AF_INET' in scope
100 | self = withUnsafePointer(to: &addressStorage) {
101 | return $0.withMemoryRebound(to: sockaddr_in.self, capacity: 1) {
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/SocketUtils.swift:105:8: error: cannot find 'AF_INET6' in scope
103 | }
104 | }
105 | case AF_INET6:
| `- error: cannot find 'AF_INET6' in scope
106 | self = withUnsafePointer(to: &addressStorage) {
107 | return $0.withMemoryRebound(to: sockaddr_in6.self, capacity: 1) {
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/SocketUtils.swift:111:8: error: cannot find 'AF_UNIX' in scope
109 | }
110 | }
111 | case AF_UNIX:
| `- error: cannot find 'AF_UNIX' in scope
112 | self = withUnsafePointer(to: &addressStorage) {
113 | return $0.withMemoryRebound(to: sockaddr_un.self, capacity: 1) {
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/SocketUtils.swift:101:37: error: cannot find 'sockaddr_in' in scope
99 | case AF_INET:
100 | self = withUnsafePointer(to: &addressStorage) {
101 | return $0.withMemoryRebound(to: sockaddr_in.self, capacity: 1) {
| `- error: cannot find 'sockaddr_in' in scope
102 | return Socket.Address.ipv4($0.pointee)
103 | }
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/SocketUtils.swift:101:15: error: generic parameter 'T' could not be inferred
99 | case AF_INET:
100 | self = withUnsafePointer(to: &addressStorage) {
101 | return $0.withMemoryRebound(to: sockaddr_in.self, capacity: 1) {
| `- error: generic parameter 'T' could not be inferred
102 | return Socket.Address.ipv4($0.pointee)
103 | }
Swift.UnsafePointer.withMemoryRebound:2:13: note: in call to function 'withMemoryRebound(to:capacity:_:)'
1 | generic struct UnsafePointer {
2 | public func withMemoryRebound<T, E, Result>(to type: T.Type, capacity count: Int, _ body: (_ pointer: UnsafePointer<T>) throws(E) -> Result) throws(E) -> Result where E : Error, T : ~Copyable, Result : ~Copyable}
| `- note: in call to function 'withMemoryRebound(to:capacity:_:)'
3 |
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/SocketUtils.swift:107:37: error: cannot find 'sockaddr_in6' in scope
105 | case AF_INET6:
106 | self = withUnsafePointer(to: &addressStorage) {
107 | return $0.withMemoryRebound(to: sockaddr_in6.self, capacity: 1) {
| `- error: cannot find 'sockaddr_in6' in scope
108 | return Socket.Address.ipv6($0.pointee)
109 | }
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/SocketUtils.swift:107:15: error: generic parameter 'T' could not be inferred
105 | case AF_INET6:
106 | self = withUnsafePointer(to: &addressStorage) {
107 | return $0.withMemoryRebound(to: sockaddr_in6.self, capacity: 1) {
| `- error: generic parameter 'T' could not be inferred
108 | return Socket.Address.ipv6($0.pointee)
109 | }
Swift.UnsafePointer.withMemoryRebound:2:13: note: in call to function 'withMemoryRebound(to:capacity:_:)'
1 | generic struct UnsafePointer {
2 | public func withMemoryRebound<T, E, Result>(to type: T.Type, capacity count: Int, _ body: (_ pointer: UnsafePointer<T>) throws(E) -> Result) throws(E) -> Result where E : Error, T : ~Copyable, Result : ~Copyable}
| `- note: in call to function 'withMemoryRebound(to:capacity:_:)'
3 |
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/SocketUtils.swift:113:37: error: cannot find 'sockaddr_un' in scope
111 | case AF_UNIX:
112 | self = withUnsafePointer(to: &addressStorage) {
113 | return $0.withMemoryRebound(to: sockaddr_un.self, capacity: 1) {
| `- error: cannot find 'sockaddr_un' in scope
114 | return Socket.Address.unix($0.pointee)
115 | }
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/SocketUtils.swift:113:15: error: generic parameter 'T' could not be inferred
111 | case AF_UNIX:
112 | self = withUnsafePointer(to: &addressStorage) {
113 | return $0.withMemoryRebound(to: sockaddr_un.self, capacity: 1) {
| `- error: generic parameter 'T' could not be inferred
114 | return Socket.Address.unix($0.pointee)
115 | }
Swift.UnsafePointer.withMemoryRebound:2:13: note: in call to function 'withMemoryRebound(to:capacity:_:)'
1 | generic struct UnsafePointer {
2 | public func withMemoryRebound<T, E, Result>(to type: T.Type, capacity count: Int, _ body: (_ pointer: UnsafePointer<T>) throws(E) -> Result) throws(E) -> Result where E : Error, T : ~Copyable, Result : ~Copyable}
| `- note: in call to function 'withMemoryRebound(to:capacity:_:)'
3 |
[86/153] Compiling Waitable Waitable.swift
[87/153] Compiling Signals Signals.swift
[88/153] Emitting module Signals
[89/154] Emitting module Types
/host/spi-builder-workspace/Sources/Types/CompoundError.swift:5:16: warning: stored property 'descriptionPreparer' of 'Sendable'-conforming class 'CompoundError' has non-sendable type '([any Error]) -> String'; this is an error in the Swift 6 language mode
3 | public final class CompoundError: LocalizedError {
4 | public let errors: [Error]
5 | public let descriptionPreparer: ([Error]) -> String
| |- warning: stored property 'descriptionPreparer' of 'Sendable'-conforming class 'CompoundError' has non-sendable type '([any Error]) -> String'; this is an error in the Swift 6 language mode
| `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
6 |
7 | public init(
[90/155] Compiling Alamofire ResponseSerialization.swift
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Combine.swift:27:8: error: no such module 'Combine'
25 | #if !((os(iOS) && (arch(i386) || arch(arm))) || os(Windows) || os(Linux))
26 |
27 | import Combine
| `- error: no such module 'Combine'
28 | import Dispatch
29 | import Foundation
[91/155] Compiling Alamofire Result+Alamofire.swift
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Combine.swift:27:8: error: no such module 'Combine'
25 | #if !((os(iOS) && (arch(i386) || arch(arm))) || os(Windows) || os(Linux))
26 |
27 | import Combine
| `- error: no such module 'Combine'
28 | import Dispatch
29 | import Foundation
[92/155] Compiling Alamofire RetryPolicy.swift
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Combine.swift:27:8: error: no such module 'Combine'
25 | #if !((os(iOS) && (arch(i386) || arch(arm))) || os(Windows) || os(Linux))
26 |
27 | import Combine
| `- error: no such module 'Combine'
28 | import Dispatch
29 | import Foundation
[93/155] Compiling Alamofire ServerTrustEvaluation.swift
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Combine.swift:27:8: error: no such module 'Combine'
25 | #if !((os(iOS) && (arch(i386) || arch(arm))) || os(Windows) || os(Linux))
26 |
27 | import Combine
| `- error: no such module 'Combine'
28 | import Dispatch
29 | import Foundation
[94/155] Compiling Alamofire Request.swift
[95/155] Compiling Alamofire RequestInterceptor.swift
[96/159] Compiling Types MapWithCollection.swift
[97/159] Compiling Types MutableBox.swift
[98/159] Compiling Types NewIntType.swift
[100/159] Compiling Socket Socket.swift
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:52:39: error: cannot find 'in_addr_t' in scope
50 | public static let SOCKET_INVALID_DESCRIPTOR = Int32(-1)
51 |
52 | public static let INADDR_ANY = in_addr_t(0)
| `- error: cannot find 'in_addr_t' in scope
53 |
54 | public static let NO_HOSTNAME = "No hostname"
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:320:13: error: cannot find type 'sockaddr_in' in scope
318 |
319 | /// sockaddr_in
320 | case ipv4(sockaddr_in)
| `- error: cannot find type 'sockaddr_in' in scope
321 |
322 | /// sockaddr_in6
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:323:13: error: cannot find type 'sockaddr_in6' in scope
321 |
322 | /// sockaddr_in6
323 | case ipv6(sockaddr_in6)
| `- error: cannot find type 'sockaddr_in6' in scope
324 |
325 | /// sockaddr_un
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:326:13: error: cannot find type 'sockaddr_un' in scope
324 |
325 | /// sockaddr_un
326 | case unix(sockaddr_un)
| `- error: cannot find type 'sockaddr_un' in scope
327 |
328 | ///
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:147:18: error: cannot find 'AF_INET' in scope
145 |
146 | case .inet:
147 | return Int32(AF_INET)
| `- error: cannot find 'AF_INET' in scope
148 |
149 | case .inet6:
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:150:18: error: cannot find 'AF_INET6' in scope
148 |
149 | case .inet6:
150 | return Int32(AF_INET6)
| `- error: cannot find 'AF_INET6' in scope
151 |
152 | case .unix:
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:153:18: error: cannot find 'AF_UNIX' in scope
151 |
152 | case .unix:
153 | return Int32(AF_UNIX)
| `- error: cannot find 'AF_UNIX' in scope
154 | }
155 | }
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:167:15: error: cannot find 'AF_INET' in scope
165 | switch forValue {
166 |
167 | case Int32(AF_INET):
| `- error: cannot find 'AF_INET' in scope
168 | return .inet
169 | case Int32(AF_INET6):
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:169:15: error: cannot find 'AF_INET6' in scope
167 | case Int32(AF_INET):
168 | return .inet
169 | case Int32(AF_INET6):
| `- error: cannot find 'AF_INET6' in scope
170 | return .inet6
171 | case Int32(AF_UNIX):
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:171:15: error: cannot find 'AF_UNIX' in scope
169 | case Int32(AF_INET6):
170 | return .inet6
171 | case Int32(AF_UNIX):
| `- error: cannot find 'AF_UNIX' in scope
172 | return .unix
173 | default:
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:208:13: error: cannot find 'SOCK_STREAM' in scope
206 | return Int32(SOCK_STREAM.rawValue)
207 | #else
208 | return SOCK_STREAM
| `- error: cannot find 'SOCK_STREAM' in scope
209 | #endif
210 | case .datagram:
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:214:13: error: cannot find 'SOCK_DGRAM' in scope
212 | return Int32(SOCK_DGRAM.rawValue)
213 | #else
214 | return SOCK_DGRAM
| `- error: cannot find 'SOCK_DGRAM' in scope
215 | #endif
216 | }
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:241:10: error: cannot find 'SOCK_STREAM' in scope
239 | switch forValue {
240 |
241 | case SOCK_STREAM:
| `- error: cannot find 'SOCK_STREAM' in scope
242 | return .stream
243 | case SOCK_DGRAM:
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:243:10: error: cannot find 'SOCK_DGRAM' in scope
241 | case SOCK_STREAM:
242 | return .stream
243 | case SOCK_DGRAM:
| `- error: cannot find 'SOCK_DGRAM' in scope
244 | return .datagram
245 | default:
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:281:18: error: cannot find 'IPPROTO_TCP' in scope
279 |
280 | case .tcp:
281 | return Int32(IPPROTO_TCP)
| `- error: cannot find 'IPPROTO_TCP' in scope
282 | case .udp:
283 | return Int32(IPPROTO_UDP)
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:283:18: error: cannot find 'IPPROTO_UDP' in scope
281 | return Int32(IPPROTO_TCP)
282 | case .udp:
283 | return Int32(IPPROTO_UDP)
| `- error: cannot find 'IPPROTO_UDP' in scope
284 | case .unix:
285 | return Int32(0)
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:300:15: error: cannot find 'IPPROTO_TCP' in scope
298 | switch forValue {
299 |
300 | case Int32(IPPROTO_TCP):
| `- error: cannot find 'IPPROTO_TCP' in scope
301 | return .tcp
302 | case Int32(IPPROTO_UDP):
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:302:15: error: cannot find 'IPPROTO_UDP' in scope
300 | case Int32(IPPROTO_TCP):
301 | return .tcp
302 | case Int32(IPPROTO_UDP):
| `- error: cannot find 'IPPROTO_UDP' in scope
303 | return .udp
304 | case Int32(0):
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:336:26: error: cannot find type 'sockaddr_in' in scope
334 |
335 | case .ipv4( _):
336 | return MemoryLayout<(sockaddr_in)>.size
| `- error: cannot find type 'sockaddr_in' in scope
337 | case .ipv6( _):
338 | return MemoryLayout<(sockaddr_in6)>.size
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:338:26: error: cannot find type 'sockaddr_in6' in scope
336 | return MemoryLayout<(sockaddr_in)>.size
337 | case .ipv6( _):
338 | return MemoryLayout<(sockaddr_in6)>.size
| `- error: cannot find type 'sockaddr_in6' in scope
339 | case .unix( _):
340 | return MemoryLayout<(sockaddr_un)>.size
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:340:26: error: cannot find type 'sockaddr_un' in scope
338 | return MemoryLayout<(sockaddr_in6)>.size
339 | case .unix( _):
340 | return MemoryLayout<(sockaddr_un)>.size
| `- error: cannot find type 'sockaddr_un' in scope
341 | }
342 | }
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:591:21: error: cannot find 'sockaddr_un' in scope
589 |
590 | // Create the address...
591 | var remoteAddr = sockaddr_un()
| `- error: cannot find 'sockaddr_un' in scope
592 | remoteAddr.sun_family = sa_family_t(AF_UNIX)
593 |
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:592:28: error: cannot find 'sa_family_t' in scope
590 | // Create the address...
591 | var remoteAddr = sockaddr_un()
592 | remoteAddr.sun_family = sa_family_t(AF_UNIX)
| `- error: cannot find 'sa_family_t' in scope
593 |
594 | let lengthOfPath = path.utf8.count
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:592:40: error: cannot find 'AF_UNIX' in scope
590 | // Create the address...
591 | var remoteAddr = sockaddr_un()
592 | remoteAddr.sun_family = sa_family_t(AF_UNIX)
| `- error: cannot find 'AF_UNIX' in scope
593 |
594 | let lengthOfPath = path.utf8.count
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:611:75: error: cannot find type 'sa_family_t' in scope
609 |
610 | #if !os(Linux)
611 | remoteAddr.sun_len = UInt8(MemoryLayout<UInt8>.size + MemoryLayout<sa_family_t>.size + path.utf8.count + 1)
| `- error: cannot find type 'sa_family_t' in scope
612 | #endif
613 |
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:614:20: error: type 'Socket.Address?' has no member 'unix'
612 | #endif
613 |
614 | self.address = .unix(remoteAddr)
| `- error: type 'Socket.Address?' has no member 'unix'
615 | }
616 |
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:686:59: error: cannot find type 'sa_family_t' in scope
684 | let addrLen = MemoryLayout<sockaddr_un>.size
685 | #else
686 | let addrLen = MemoryLayout<UInt8>.size + MemoryLayout<sa_family_t>.size + utf8.count + 1
| `- error: cannot find type 'sa_family_t' in scope
687 | #endif
688 | let addrPtr = UnsafeMutablePointer<UInt8>.allocate(capacity: addrLen)
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:710:29: error: cannot find 'AF_UNIX' in scope
708 | addrPtr[memLoc] = UInt8(addrLen)
709 | memLoc += 1
710 | addrPtr[memLoc] = UInt8(AF_UNIX)
| `- error: cannot find 'AF_UNIX' in scope
711 | memLoc += 1
712 | #endif
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:1082:17: error: cannot find 'INET_ADDRSTRLEN' in scope
1080 | case .ipv4(let address_in):
1081 | var addr_in = address_in
1082 | bufLen = Int(INET_ADDRSTRLEN)
| `- error: cannot find 'INET_ADDRSTRLEN' in scope
1083 | buf = [CChar](repeating: 0, count: bufLen)
1084 | inet_ntop(Int32(addr_in.sin_family), &addr_in.sin_addr, &buf, socklen_t(bufLen))
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:1084:4: error: cannot find 'inet_ntop' in scope
1082 | bufLen = Int(INET_ADDRSTRLEN)
1083 | buf = [CChar](repeating: 0, count: bufLen)
1084 | inet_ntop(Int32(addr_in.sin_family), &addr_in.sin_addr, &buf, socklen_t(bufLen))
| `- error: cannot find 'inet_ntop' in scope
1085 | if isLittleEndian {
1086 | port = Int32(UInt16(addr_in.sin_port).byteSwapped)
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:1093:17: error: cannot find 'INET6_ADDRSTRLEN' in scope
1091 | case .ipv6(let address_in):
1092 | var addr_in = address_in
1093 | bufLen = Int(INET6_ADDRSTRLEN)
| `- error: cannot find 'INET6_ADDRSTRLEN' in scope
1094 | buf = [CChar](repeating: 0, count: bufLen)
1095 | inet_ntop(Int32(addr_in.sin6_family), &addr_in.sin6_addr, &buf, socklen_t(bufLen))
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:1095:4: error: cannot find 'inet_ntop' in scope
1093 | bufLen = Int(INET6_ADDRSTRLEN)
1094 | buf = [CChar](repeating: 0, count: bufLen)
1095 | inet_ntop(Int32(addr_in.sin6_family), &addr_in.sin6_addr, &buf, socklen_t(bufLen))
| `- error: cannot find 'inet_ntop' in scope
1096 | if isLittleEndian {
1097 | port = Int32(UInt16(addr_in.sin6_port).byteSwapped)
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:1187:21: error: cannot assign value of type 'Int32' to type '__kernel_suseconds_t' (aka 'Int')
1185 | timer.tv_usec = Int(uSecs)
1186 | #else
1187 | timer.tv_usec = Int32(uSecs)
| `- error: cannot assign value of type 'Int32' to type '__kernel_suseconds_t' (aka 'Int')
1188 | #endif
1189 | }
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:1215:95: error: cannot find 'errno' in scope
1213 | if count < 0 {
1214 |
1215 | throw Error(code: Socket.SOCKET_ERR_SELECT_FAILED, reason: String(validatingUTF8: strerror(errno)) ?? "Error: \(errno)")
| `- error: cannot find 'errno' in scope
1216 | }
1217 |
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/errno.h:58:9: note: macro 'errno' unavailable: structure not supported
56 | * thread.
57 | */
58 | #define errno (*__errno())
| `- note: macro 'errno' unavailable: structure not supported
59 |
60 | __END_DECLS
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:1215:116: error: cannot find 'errno' in scope
1213 | if count < 0 {
1214 |
1215 | throw Error(code: Socket.SOCKET_ERR_SELECT_FAILED, reason: String(validatingUTF8: strerror(errno)) ?? "Error: \(errno)")
| `- error: cannot find 'errno' in scope
1216 | }
1217 |
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/errno.h:58:9: note: macro 'errno' unavailable: structure not supported
56 | * thread.
57 | */
58 | #define errno (*__errno())
| `- note: macro 'errno' unavailable: structure not supported
59 |
60 | __END_DECLS
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:1238:34: error: cannot find type 'addrinfo' in scope
1236 | public class func createAddress(for host: String, on port: Int32) -> Address? {
1237 |
1238 | var info: UnsafeMutablePointer<addrinfo>?
| `- error: cannot find type 'addrinfo' in scope
1239 |
1240 | // Retrieve the info on our target...
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:1241:23: error: cannot find 'getaddrinfo' in scope
1239 |
1240 | // Retrieve the info on our target...
1241 | let status: Int32 = getaddrinfo(host, String(port), nil, &info)
| `- error: cannot find 'getaddrinfo' in scope
1242 | if status != 0 {
1243 |
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:1241:55: error: 'nil' requires a contextual type
1239 |
1240 | // Retrieve the info on our target...
1241 | let status: Int32 = getaddrinfo(host, String(port), nil, &info)
| `- error: 'nil' requires a contextual type
1242 | if status != 0 {
1243 |
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:1251:5: error: cannot find 'freeaddrinfo' in scope
1249 |
1250 | if info != nil {
1251 | freeaddrinfo(info)
| `- error: cannot find 'freeaddrinfo' in scope
1252 | }
1253 | }
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:1256:39: error: cannot find 'AF_INET' in scope
1254 |
1255 | var address: Address
1256 | if info!.pointee.ai_family == Int32(AF_INET) {
| `- error: cannot find 'AF_INET' in scope
1257 |
1258 | var addr = sockaddr_in()
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:1258:15: error: cannot find 'sockaddr_in' in scope
1256 | if info!.pointee.ai_family == Int32(AF_INET) {
1257 |
1258 | var addr = sockaddr_in()
| `- error: cannot find 'sockaddr_in' in scope
1259 | memcpy(&addr, info!.pointee.ai_addr, Int(MemoryLayout<sockaddr_in>.size))
1260 | address = .ipv4(addr)
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:1259:58: error: cannot find type 'sockaddr_in' in scope
1257 |
1258 | var addr = sockaddr_in()
1259 | memcpy(&addr, info!.pointee.ai_addr, Int(MemoryLayout<sockaddr_in>.size))
| `- error: cannot find type 'sockaddr_in' in scope
1260 | address = .ipv4(addr)
1261 |
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:1262:46: error: cannot find 'AF_INET6' in scope
1260 | address = .ipv4(addr)
1261 |
1262 | } else if info!.pointee.ai_family == Int32(AF_INET6) {
| `- error: cannot find 'AF_INET6' in scope
1263 |
1264 | var addr = sockaddr_in6()
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:1264:15: error: cannot find 'sockaddr_in6' in scope
1262 | } else if info!.pointee.ai_family == Int32(AF_INET6) {
1263 |
1264 | var addr = sockaddr_in6()
| `- error: cannot find 'sockaddr_in6' in scope
1265 | memcpy(&addr, info!.pointee.ai_addr, Int(MemoryLayout<sockaddr_in6>.size))
1266 | address = .ipv6(addr)
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:1265:58: error: cannot find type 'sockaddr_in6' in scope
1263 |
1264 | var addr = sockaddr_in6()
1265 | memcpy(&addr, info!.pointee.ai_addr, Int(MemoryLayout<sockaddr_in6>.size))
| `- error: cannot find type 'sockaddr_in6' in scope
1266 | address = .ipv6(addr)
1267 |
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:1309:20: error: cannot find 'Darwin' in scope
1307 | self.socketfd = Glibc.socket(family.value, type.value, sockProto.value)
1308 | #else
1309 | self.socketfd = Darwin.socket(family.value, type.value, sockProto.value)
| `- error: cannot find 'Darwin' in scope
1310 | #endif
1311 |
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:1354:15: error: cannot find 'SOCK_STREAM' in scope
1352 | let type = Int32(SOCK_STREAM.rawValue)
1353 | #else
1354 | let type = SOCK_STREAM
| `- error: cannot find 'SOCK_STREAM' in scope
1355 | #endif
1356 |
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:1368:19: error: cannot find 'IPPROTO_TCP' in scope
1366 | protocolFamily: remoteAddress.family.value,
1367 | socketType: type,
1368 | proto: Int32(IPPROTO_TCP),
| `- error: cannot find 'IPPROTO_TCP' in scope
1369 | address: remoteAddress,
1370 | hostname: hostname,
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:1376:19: error: cannot find 'IPPROTO_TCP' in scope
1374 | protocolFamily: remoteAddress.family.value,
1375 | socketType: type,
1376 | proto: Int32(IPPROTO_TCP),
| `- error: cannot find 'IPPROTO_TCP' in scope
1377 | address: remoteAddress)
1378 | }
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:1444:16: error: cannot find 'Darwin' in scope
1442 | let fd = Glibc.accept(self.socketfd, addressPointer, addressLengthPointer)
1443 | #else
1444 | let fd = Darwin.accept(self.socketfd, addressPointer, addressLengthPointer)
| `- error: cannot find 'Darwin' in scope
1445 | #endif
1446 |
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:1450:10: error: cannot find 'errno' in scope
1448 |
1449 | // The operation was interrupted, continue the loop...
1450 | if errno == EINTR {
| `- error: cannot find 'errno' in scope
1451 | throw OperationInterrupted.accept
1452 | }
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/errno.h:58:9: note: macro 'errno' unavailable: structure not supported
56 | * thread.
57 | */
58 | #define errno (*__errno())
| `- note: macro 'errno' unavailable: structure not supported
59 |
60 | __END_DECLS
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/SocketUtils.swift:86:47: error: cannot find type 'sockaddr' in scope
84 | /// - Returns: Newly initialized Socket.Address.
85 | ///
86 | init?(addressProvider: (UnsafeMutablePointer<sockaddr>, UnsafeMutablePointer<socklen_t>) throws -> Void) rethrows {
| `- error: cannot find type 'sockaddr' in scope
87 |
88 | var addressStorage = sockaddr_storage()
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:1557:16: error: cannot find 'Darwin' in scope
1555 | let fd = Glibc.accept(self.socketfd, addressPointer, addressLengthPointer)
1556 | #else
1557 | let fd = Darwin.accept(self.socketfd, addressPointer, addressLengthPointer)
| `- error: cannot find 'Darwin' in scope
1558 | #endif
1559 |
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:1563:10: error: cannot find 'errno' in scope
1561 |
1562 | // The operation was interrupted, continue the loop...
1563 | if errno == EINTR {
| `- error: cannot find 'errno' in scope
1564 | throw OperationInterrupted.accept
1565 | }
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/errno.h:58:9: note: macro 'errno' unavailable: structure not supported
56 | * thread.
57 | */
58 | #define errno (*__errno())
| `- note: macro 'errno' unavailable: structure not supported
59 |
60 | __END_DECLS
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:1706:16: error: cannot find 'addrinfo' in scope
1704 | ai_next: nil)
1705 | #else
1706 | var hints = addrinfo(
| `- error: cannot find 'addrinfo' in scope
1707 | ai_flags: AI_PASSIVE,
1708 | ai_family: familyOnly ? signature?.protocolFamily.value ?? AF_UNSPEC : AF_UNSPEC,
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:1707:15: error: cannot find 'AI_PASSIVE' in scope
1705 | #else
1706 | var hints = addrinfo(
1707 | ai_flags: AI_PASSIVE,
| `- error: cannot find 'AI_PASSIVE' in scope
1708 | ai_family: familyOnly ? signature?.protocolFamily.value ?? AF_UNSPEC : AF_UNSPEC,
1709 | ai_socktype: socketType.value,
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:1708:64: error: cannot find 'AF_UNSPEC' in scope
1706 | var hints = addrinfo(
1707 | ai_flags: AI_PASSIVE,
1708 | ai_family: familyOnly ? signature?.protocolFamily.value ?? AF_UNSPEC : AF_UNSPEC,
| `- error: cannot find 'AF_UNSPEC' in scope
1709 | ai_socktype: socketType.value,
1710 | ai_protocol: 0,
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:1708:76: error: cannot find 'AF_UNSPEC' in scope
1706 | var hints = addrinfo(
1707 | ai_flags: AI_PASSIVE,
1708 | ai_family: familyOnly ? signature?.protocolFamily.value ?? AF_UNSPEC : AF_UNSPEC,
| `- error: cannot find 'AF_UNSPEC' in scope
1709 | ai_socktype: socketType.value,
1710 | ai_protocol: 0,
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:1712:19: error: 'nil' requires a contextual type
1710 | ai_protocol: 0,
1711 | ai_addrlen: 0,
1712 | ai_canonname: nil,
| `- error: 'nil' requires a contextual type
1713 | ai_addr: nil,
1714 | ai_next: nil)
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:1713:14: error: 'nil' requires a contextual type
1711 | ai_addrlen: 0,
1712 | ai_canonname: nil,
1713 | ai_addr: nil,
| `- error: 'nil' requires a contextual type
1714 | ai_next: nil)
1715 | #endif
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:1714:14: error: 'nil' requires a contextual type
1712 | ai_canonname: nil,
1713 | ai_addr: nil,
1714 | ai_next: nil)
| `- error: 'nil' requires a contextual type
1715 | #endif
1716 |
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:1717:40: error: cannot find type 'addrinfo' in scope
1715 | #endif
1716 |
1717 | var targetInfo: UnsafeMutablePointer<addrinfo>?
| `- error: cannot find type 'addrinfo' in scope
1718 |
1719 | // Retrieve the info on our target...
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:1720:23: error: cannot find 'getaddrinfo' in scope
1718 |
1719 | // Retrieve the info on our target...
1720 | var status: Int32 = getaddrinfo(host, String(port), &hints, &targetInfo)
| `- error: cannot find 'getaddrinfo' in scope
1721 | if status != 0 {
1722 |
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:1724:17: error: cannot find 'EAI_SYSTEM' in scope
1722 |
1723 | var errorString: String
1724 | if status == EAI_SYSTEM {
| `- error: cannot find 'EAI_SYSTEM' in scope
1725 | errorString = String(validatingUTF8: strerror(errno)) ?? "Unknown error code."
1726 | } else {
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:1725:51: error: cannot find 'errno' in scope
1723 | var errorString: String
1724 | if status == EAI_SYSTEM {
1725 | errorString = String(validatingUTF8: strerror(errno)) ?? "Unknown error code."
| `- error: cannot find 'errno' in scope
1726 | } else {
1727 | errorString = String(validatingUTF8: gai_strerror(status)) ?? "Unknown error code."
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/errno.h:58:9: note: macro 'errno' unavailable: structure not supported
56 | * thread.
57 | */
58 | #define errno (*__errno())
| `- note: macro 'errno' unavailable: structure not supported
59 |
60 | __END_DECLS
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:1727:42: error: cannot find 'gai_strerror' in scope
1725 | errorString = String(validatingUTF8: strerror(errno)) ?? "Unknown error code."
1726 | } else {
1727 | errorString = String(validatingUTF8: gai_strerror(status)) ?? "Unknown error code."
| `- error: cannot find 'gai_strerror' in scope
1728 | }
1729 | throw Error(code: Socket.SOCKET_ERR_GETADDRINFO_FAILED, reason: errorString)
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:1736:5: error: cannot find 'freeaddrinfo' in scope
1734 |
1735 | if targetInfo != nil {
1736 | freeaddrinfo(targetInfo)
| `- error: cannot find 'freeaddrinfo' in scope
1737 | }
1738 | }
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:1748:10: error: cannot find 'Darwin' in scope
1746 | _ = Glibc.close(socketDescriptor!)
1747 | #else
1748 | _ = Darwin.close(socketDescriptor!)
| `- error: cannot find 'Darwin' in scope
1749 | #endif
1750 | }
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:1759:24: error: cannot find 'Darwin' in scope
1757 | socketDescriptor = Glibc.socket(info!.pointee.ai_family, info!.pointee.ai_socktype, info!.pointee.ai_protocol)
1758 | #else
1759 | socketDescriptor = Darwin.socket(info!.pointee.ai_family, info!.pointee.ai_socktype, info!.pointee.ai_protocol)
| `- error: cannot find 'Darwin' in scope
1760 | #endif
1761 | if socketDescriptor == -1 {
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:1769:17: error: cannot find 'fcntl' in scope
1767 | if !self.isBlocking || timeout > 0 {
1768 |
1769 | let flags = fcntl(socketDescriptor!, F_GETFL)
| `- error: cannot find 'fcntl' in scope
1770 | if flags < 0 {
1771 |
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:1769:42: error: cannot find 'F_GETFL' in scope
1767 | if !self.isBlocking || timeout > 0 {
1768 |
1769 | let flags = fcntl(socketDescriptor!, F_GETFL)
| `- error: cannot find 'F_GETFL' in scope
1770 | if flags < 0 {
1771 |
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:1775:18: error: cannot find 'fcntl' in scope
1773 | }
1774 |
1775 | let result = fcntl(socketDescriptor!, F_SETFL, flags | O_NONBLOCK)
| `- error: cannot find 'fcntl' in scope
1776 | if result < 0 {
1777 |
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:1775:43: error: cannot find 'F_SETFL' in scope
1773 | }
1774 |
1775 | let result = fcntl(socketDescriptor!, F_SETFL, flags | O_NONBLOCK)
| `- error: cannot find 'F_SETFL' in scope
1776 | if result < 0 {
1777 |
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:1775:60: error: cannot find 'O_NONBLOCK' in scope
1773 | }
1774 |
1775 | let result = fcntl(socketDescriptor!, F_SETFL, flags | O_NONBLOCK)
| `- error: cannot find 'O_NONBLOCK' in scope
1776 | if result < 0 {
1777 |
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:1786:14: error: cannot find 'Darwin' in scope
1784 | status = Glibc.connect(socketDescriptor!, info!.pointee.ai_addr, info!.pointee.ai_addrlen)
1785 | #else
1786 | status = Darwin.connect(socketDescriptor!, info!.pointee.ai_addr, info!.pointee.ai_addrlen)
| `- error: cannot find 'Darwin' in scope
1787 | #endif
1788 |
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:1795:7: error: cannot find 'errno' in scope
1793 |
1794 | // If this is a non-blocking socket, check errno for EINPROGRESS and if set we've got a timeout, wait the appropriate time...
1795 | if errno == EINPROGRESS {
| `- error: cannot find 'errno' in scope
1796 |
1797 | if timeout > 0 {
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/errno.h:58:9: note: macro 'errno' unavailable: structure not supported
56 | * thread.
57 | */
58 | #define errno (*__errno())
| `- note: macro 'errno' unavailable: structure not supported
59 |
60 | __END_DECLS
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:1820:23: error: cannot assign value of type 'Int32' to type '__kernel_suseconds_t' (aka 'Int')
1818 | timer.tv_usec = Int(uSecs)
1819 | #else
1820 | timer.tv_usec = Int32(uSecs)
| `- error: cannot assign value of type 'Int32' to type '__kernel_suseconds_t' (aka 'Int')
1821 | #endif
1822 |
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:1836:10: error: cannot find 'getsockopt' in scope
1834 | var result: Int = 0
1835 | var resultLength = socklen_t(MemoryLayout<Int>.size)
1836 | if getsockopt(socketDescriptor!, SOL_SOCKET, SO_ERROR, &result, &resultLength) < 0 {
| `- error: cannot find 'getsockopt' in scope
1837 |
1838 | throw Error(code: Socket.SOCKET_ERR_GETSOCKOPT_FAILED, reason: self.lastError())
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:1836:40: error: cannot find 'SOL_SOCKET' in scope
1834 | var result: Int = 0
1835 | var resultLength = socklen_t(MemoryLayout<Int>.size)
1836 | if getsockopt(socketDescriptor!, SOL_SOCKET, SO_ERROR, &result, &resultLength) < 0 {
| `- error: cannot find 'SOL_SOCKET' in scope
1837 |
1838 | throw Error(code: Socket.SOCKET_ERR_GETSOCKOPT_FAILED, reason: self.lastError())
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:1836:52: error: cannot find 'SO_ERROR' in scope
1834 | var result: Int = 0
1835 | var resultLength = socklen_t(MemoryLayout<Int>.size)
1836 | if getsockopt(socketDescriptor!, SOL_SOCKET, SO_ERROR, &result, &resultLength) < 0 {
| `- error: cannot find 'SO_ERROR' in scope
1837 |
1838 | throw Error(code: Socket.SOCKET_ERR_GETSOCKOPT_FAILED, reason: self.lastError())
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:1860:9: error: cannot find 'Darwin' in scope
1858 | _ = Glibc.close(socketDescriptor!)
1859 | #else
1860 | _ = Darwin.close(socketDescriptor!)
| `- error: cannot find 'Darwin' in scope
1861 | #endif
1862 | socketDescriptor = nil
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:1873:10: error: cannot find 'Darwin' in scope
1871 | _ = Glibc.close(socketDescriptor!)
1872 | #else
1873 | _ = Darwin.close(socketDescriptor!)
| `- error: cannot find 'Darwin' in scope
1874 | #endif
1875 | }
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:1890:39: error: cannot find 'AF_INET6' in scope
1888 | self.isConnected = true
1889 | var address: Address
1890 | if info!.pointee.ai_family == Int32(AF_INET6) {
| `- error: cannot find 'AF_INET6' in scope
1891 |
1892 | var addr = sockaddr_in6()
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:1892:15: error: cannot find 'sockaddr_in6' in scope
1890 | if info!.pointee.ai_family == Int32(AF_INET6) {
1891 |
1892 | var addr = sockaddr_in6()
| `- error: cannot find 'sockaddr_in6' in scope
1893 | memcpy(&addr, info!.pointee.ai_addr, Int(MemoryLayout<sockaddr_in6>.size))
1894 | address = .ipv6(addr)
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:1893:58: error: cannot find type 'sockaddr_in6' in scope
1891 |
1892 | var addr = sockaddr_in6()
1893 | memcpy(&addr, info!.pointee.ai_addr, Int(MemoryLayout<sockaddr_in6>.size))
| `- error: cannot find type 'sockaddr_in6' in scope
1894 | address = .ipv6(addr)
1895 |
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:1896:46: error: cannot find 'AF_INET' in scope
1894 | address = .ipv6(addr)
1895 |
1896 | } else if info!.pointee.ai_family == Int32(AF_INET) {
| `- error: cannot find 'AF_INET' in scope
1897 |
1898 | var addr = sockaddr_in()
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:1898:15: error: cannot find 'sockaddr_in' in scope
1896 | } else if info!.pointee.ai_family == Int32(AF_INET) {
1897 |
1898 | var addr = sockaddr_in()
| `- error: cannot find 'sockaddr_in' in scope
1899 | memcpy(&addr, info!.pointee.ai_addr, Int(MemoryLayout<sockaddr_in>.size))
1900 | address = .ipv4(addr)
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:1899:58: error: cannot find type 'sockaddr_in' in scope
1897 |
1898 | var addr = sockaddr_in()
1899 | memcpy(&addr, info!.pointee.ai_addr, Int(MemoryLayout<sockaddr_in>.size))
| `- error: cannot find type 'sockaddr_in' in scope
1900 | address = .ipv4(addr)
1901 |
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:1922:16: error: cannot find 'fcntl' in scope
1920 | // Socket supposed to be blocking but we've changed it to non-blocking because
1921 | // a timeout was requested... Got to change it back before proceeding...
1922 | let flags = fcntl(self.socketfd, F_GETFL)
| `- error: cannot find 'fcntl' in scope
1923 | if flags < 0 {
1924 |
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:1922:37: error: cannot find 'F_GETFL' in scope
1920 | // Socket supposed to be blocking but we've changed it to non-blocking because
1921 | // a timeout was requested... Got to change it back before proceeding...
1922 | let flags = fcntl(self.socketfd, F_GETFL)
| `- error: cannot find 'F_GETFL' in scope
1923 | if flags < 0 {
1924 |
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:1928:17: error: cannot find 'fcntl' in scope
1926 | }
1927 |
1928 | let result = fcntl(self.socketfd, F_SETFL, flags & ~O_NONBLOCK)
| `- error: cannot find 'fcntl' in scope
1929 | if result < 0 {
1930 |
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:1928:38: error: cannot find 'F_SETFL' in scope
1926 | }
1927 |
1928 | let result = fcntl(self.socketfd, F_SETFL, flags & ~O_NONBLOCK)
| `- error: cannot find 'F_SETFL' in scope
1929 | if result < 0 {
1930 |
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:1928:56: error: cannot find 'O_NONBLOCK' in scope
1926 | }
1927 |
1928 | let result = fcntl(self.socketfd, F_SETFL, flags & ~O_NONBLOCK)
| `- error: cannot find 'O_NONBLOCK' in scope
1929 | if result < 0 {
1930 |
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:1995:42: error: cannot find 'sockaddr' in scope
1993 | }
1994 |
1995 | let rc = addrPtr.withMemoryRebound(to: sockaddr.self, capacity: 1) {
| `- error: cannot find 'sockaddr' in scope
1996 |
1997 | (p: UnsafeMutablePointer<sockaddr>) -> Int32 in
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:2002:12: error: cannot find 'Darwin' in scope
2000 | return Glibc.connect(self.socketfd, p, socklen_t(addrLen))
2001 | #else
2002 | return Darwin.connect(self.socketfd, p, socklen_t(addrLen))
| `- error: cannot find 'Darwin' in scope
2003 | #endif
2004 | }
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:1997:29: error: cannot find type 'sockaddr' in scope
1995 | let rc = addrPtr.withMemoryRebound(to: sockaddr.self, capacity: 1) {
1996 |
1997 | (p: UnsafeMutablePointer<sockaddr>) -> Int32 in
| `- error: cannot find type 'sockaddr' in scope
1998 |
1999 | #if os(Linux)
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:1995:20: error: generic parameter 'T' could not be inferred
1993 | }
1994 |
1995 | let rc = addrPtr.withMemoryRebound(to: sockaddr.self, capacity: 1) {
| `- error: generic parameter 'T' could not be inferred
1996 |
1997 | (p: UnsafeMutablePointer<sockaddr>) -> Int32 in
Swift.UnsafeMutablePointer.withMemoryRebound:2:13: note: in call to function 'withMemoryRebound(to:capacity:_:)'
1 | generic struct UnsafeMutablePointer {
2 | public func withMemoryRebound<T, E, Result>(to type: T.Type, capacity count: Int, _ body: (_ pointer: UnsafeMutablePointer<T>) throws(E) -> Result) throws(E) -> Result where E : Error, T : ~Copyable, Result : ~Copyable}
| `- note: in call to function 'withMemoryRebound(to:capacity:_:)'
3 |
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:2056:13: error: cannot find 'Darwin' in scope
2054 | return Glibc.connect(self.socketfd, sockaddr, length)
2055 | #else
2056 | return Darwin.connect(self.socketfd, sockaddr, length)
| `- error: cannot find 'Darwin' in scope
2057 | #endif
2058 | }
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/SocketUtils.swift:43:56: error: cannot find type 'sockaddr' in scope
41 | /// - Returns: The result of executing the closure.
42 | ///
43 | func withSockAddrPointer<Result>(body: (UnsafePointer<sockaddr>, socklen_t) throws -> Result) rethrows -> Result {
| `- error: cannot find type 'sockaddr' in scope
44 |
45 | ///
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:2138:6: error: cannot find 'setsockopt' in scope
2136 | // closes. (TCP normally imposes a delay before an address can be re-used.)
2137 | var on: Int32 = 1
2138 | if setsockopt(self.socketfd, SOL_SOCKET, SO_REUSEADDR, &on, socklen_t(MemoryLayout<Int32>.size)) < 0 {
| `- error: cannot find 'setsockopt' in scope
2139 |
2140 | throw Error(code: Socket.SOCKET_ERR_SETSOCKOPT_FAILED, reason: self.lastError())
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:2138:32: error: cannot find 'SOL_SOCKET' in scope
2136 | // closes. (TCP normally imposes a delay before an address can be re-used.)
2137 | var on: Int32 = 1
2138 | if setsockopt(self.socketfd, SOL_SOCKET, SO_REUSEADDR, &on, socklen_t(MemoryLayout<Int32>.size)) < 0 {
| `- error: cannot find 'SOL_SOCKET' in scope
2139 |
2140 | throw Error(code: Socket.SOCKET_ERR_SETSOCKOPT_FAILED, reason: self.lastError())
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:2138:44: error: cannot find 'SO_REUSEADDR' in scope
2136 | // closes. (TCP normally imposes a delay before an address can be re-used.)
2137 | var on: Int32 = 1
2138 | if setsockopt(self.socketfd, SOL_SOCKET, SO_REUSEADDR, &on, socklen_t(MemoryLayout<Int32>.size)) < 0 {
| `- error: cannot find 'SO_REUSEADDR' in scope
2139 |
2140 | throw Error(code: Socket.SOCKET_ERR_SETSOCKOPT_FAILED, reason: self.lastError())
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:2150:7: error: cannot find 'setsockopt' in scope
2148 | // instances of a program to each receive UDP/IP multicast or broadcast datagrams
2149 | // destined for the bound port.
2150 | if setsockopt(self.socketfd, SOL_SOCKET, SO_REUSEPORT, &on, socklen_t(MemoryLayout<Int32>.size)) < 0 {
| `- error: cannot find 'setsockopt' in scope
2151 |
2152 | // Setting of this option on WSL (Windows Subsytem for Linux) is not supported. Check for
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:2150:33: error: cannot find 'SOL_SOCKET' in scope
2148 | // instances of a program to each receive UDP/IP multicast or broadcast datagrams
2149 | // destined for the bound port.
2150 | if setsockopt(self.socketfd, SOL_SOCKET, SO_REUSEPORT, &on, socklen_t(MemoryLayout<Int32>.size)) < 0 {
| `- error: cannot find 'SOL_SOCKET' in scope
2151 |
2152 | // Setting of this option on WSL (Windows Subsytem for Linux) is not supported. Check for
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:2150:45: error: cannot find 'SO_REUSEPORT' in scope
2148 | // instances of a program to each receive UDP/IP multicast or broadcast datagrams
2149 | // destined for the bound port.
2150 | if setsockopt(self.socketfd, SOL_SOCKET, SO_REUSEPORT, &on, socklen_t(MemoryLayout<Int32>.size)) < 0 {
| `- error: cannot find 'SO_REUSEPORT' in scope
2151 |
2152 | // Setting of this option on WSL (Windows Subsytem for Linux) is not supported. Check for
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:2154:8: error: cannot find 'errno' in scope
2152 | // Setting of this option on WSL (Windows Subsytem for Linux) is not supported. Check for
2153 | // the appropriate errno value and if set, ignore the error...
2154 | if errno != ENOPROTOOPT {
| `- error: cannot find 'errno' in scope
2155 | throw Error(code: Socket.SOCKET_ERR_SETSOCKOPT_FAILED, reason: self.lastError())
2156 | }
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/errno.h:58:9: note: macro 'errno' unavailable: structure not supported
56 | * thread.
57 | */
58 | #define errno (*__errno())
| `- note: macro 'errno' unavailable: structure not supported
59 |
60 | __END_DECLS
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:2168:16: error: cannot find 'setsockopt' in scope
2166 | // Configure ipv6 socket so that it can share ports with ipv4 on the same port.
2167 | if sig.protocolFamily == .inet6 && sig.proto == .tcp {
2168 | if setsockopt(self.socketfd, Int32(IPPROTO_IPV6), IPV6_V6ONLY, &on, socklen_t(MemoryLayout<Int32>.size)) < 0 {
| `- error: cannot find 'setsockopt' in scope
2169 |
2170 | throw Error(code: Socket.SOCKET_ERR_SETSOCKOPT_FAILED, reason: self.lastError())
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:2168:48: error: cannot find 'IPPROTO_IPV6' in scope
2166 | // Configure ipv6 socket so that it can share ports with ipv4 on the same port.
2167 | if sig.protocolFamily == .inet6 && sig.proto == .tcp {
2168 | if setsockopt(self.socketfd, Int32(IPPROTO_IPV6), IPV6_V6ONLY, &on, socklen_t(MemoryLayout<Int32>.size)) < 0 {
| `- error: cannot find 'IPPROTO_IPV6' in scope
2169 |
2170 | throw Error(code: Socket.SOCKET_ERR_SETSOCKOPT_FAILED, reason: self.lastError())
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:2168:63: error: cannot find 'IPV6_V6ONLY' in scope
2166 | // Configure ipv6 socket so that it can share ports with ipv4 on the same port.
2167 | if sig.protocolFamily == .inet6 && sig.proto == .tcp {
2168 | if setsockopt(self.socketfd, Int32(IPPROTO_IPV6), IPV6_V6ONLY, &on, socklen_t(MemoryLayout<Int32>.size)) < 0 {
| `- error: cannot find 'IPV6_V6ONLY' in scope
2169 |
2170 | throw Error(code: Socket.SOCKET_ERR_SETSOCKOPT_FAILED, reason: self.lastError())
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:2205:16: error: cannot find 'addrinfo' in scope
2203 | ai_next: nil)
2204 | #else
2205 | var hints = addrinfo(
| `- error: cannot find 'addrinfo' in scope
2206 | ai_flags: AI_PASSIVE,
2207 | ai_family: sig.protocolFamily.value,
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:2206:15: error: cannot find 'AI_PASSIVE' in scope
2204 | #else
2205 | var hints = addrinfo(
2206 | ai_flags: AI_PASSIVE,
| `- error: cannot find 'AI_PASSIVE' in scope
2207 | ai_family: sig.protocolFamily.value,
2208 | ai_socktype: sig.socketType.value,
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:2211:19: error: 'nil' requires a contextual type
2209 | ai_protocol: 0,
2210 | ai_addrlen: 0,
2211 | ai_canonname: nil,
| `- error: 'nil' requires a contextual type
2212 | ai_addr: nil,
2213 | ai_next: nil)
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:2212:14: error: 'nil' requires a contextual type
2210 | ai_addrlen: 0,
2211 | ai_canonname: nil,
2212 | ai_addr: nil,
| `- error: 'nil' requires a contextual type
2213 | ai_next: nil)
2214 | #endif
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:2213:14: error: 'nil' requires a contextual type
2211 | ai_canonname: nil,
2212 | ai_addr: nil,
2213 | ai_next: nil)
| `- error: 'nil' requires a contextual type
2214 | #endif
2215 |
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:2216:40: error: cannot find type 'addrinfo' in scope
2214 | #endif
2215 |
2216 | var targetInfo: UnsafeMutablePointer<addrinfo>?
| `- error: cannot find type 'addrinfo' in scope
2217 |
2218 | // Retrieve the info on our target...
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:2219:23: error: cannot find 'getaddrinfo' in scope
2217 |
2218 | // Retrieve the info on our target...
2219 | let status: Int32 = getaddrinfo(node ?? nil, String(port), &hints, &targetInfo)
| `- error: cannot find 'getaddrinfo' in scope
2220 | if status != 0 {
2221 |
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:2223:17: error: cannot find 'EAI_SYSTEM' in scope
2221 |
2222 | var errorString: String
2223 | if status == EAI_SYSTEM {
| `- error: cannot find 'EAI_SYSTEM' in scope
2224 | errorString = String(validatingUTF8: strerror(errno)) ?? "Unknown error code."
2225 | } else {
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:2224:51: error: cannot find 'errno' in scope
2222 | var errorString: String
2223 | if status == EAI_SYSTEM {
2224 | errorString = String(validatingUTF8: strerror(errno)) ?? "Unknown error code."
| `- error: cannot find 'errno' in scope
2225 | } else {
2226 | errorString = String(validatingUTF8: gai_strerror(errno)) ?? "Unknown error code."
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/errno.h:58:9: note: macro 'errno' unavailable: structure not supported
56 | * thread.
57 | */
58 | #define errno (*__errno())
| `- note: macro 'errno' unavailable: structure not supported
59 |
60 | __END_DECLS
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:2226:42: error: cannot find 'gai_strerror' in scope
2224 | errorString = String(validatingUTF8: strerror(errno)) ?? "Unknown error code."
2225 | } else {
2226 | errorString = String(validatingUTF8: gai_strerror(errno)) ?? "Unknown error code."
| `- error: cannot find 'gai_strerror' in scope
2227 | }
2228 | throw Error(code: Socket.SOCKET_ERR_GETADDRINFO_FAILED, reason: errorString)
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:2226:55: error: cannot find 'errno' in scope
2224 | errorString = String(validatingUTF8: strerror(errno)) ?? "Unknown error code."
2225 | } else {
2226 | errorString = String(validatingUTF8: gai_strerror(errno)) ?? "Unknown error code."
| `- error: cannot find 'errno' in scope
2227 | }
2228 | throw Error(code: Socket.SOCKET_ERR_GETADDRINFO_FAILED, reason: errorString)
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/errno.h:58:9: note: macro 'errno' unavailable: structure not supported
56 | * thread.
57 | */
58 | #define errno (*__errno())
| `- note: macro 'errno' unavailable: structure not supported
59 |
60 | __END_DECLS
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:2235:5: error: cannot find 'freeaddrinfo' in scope
2233 |
2234 | if targetInfo != nil {
2235 | freeaddrinfo(targetInfo)
| `- error: cannot find 'freeaddrinfo' in scope
2236 | }
2237 | }
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:2253:8: error: cannot find 'Darwin' in scope
2251 | }
2252 | #else
2253 | if Darwin.bind(self.socketfd, info!.pointee.ai_addr, info!.pointee.ai_addrlen) == 0 {
| `- error: cannot find 'Darwin' in scope
2254 |
2255 | // Success... We've found our address...
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:2277:8: error: cannot find 'getsockname' in scope
2275 | if port == 0 {
2276 | guard let addressFromSockName = try Address(addressProvider: { (sockaddr, length) in
2277 | if getsockname(self.socketfd, sockaddr, length) != 0 {
| `- error: cannot find 'getsockname' in scope
2278 | throw Error(code: Socket.SOCKET_ERR_BIND_FAILED, reason: "Unable to determine listening socket address after bind.")
2279 | }
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:2286:40: error: cannot find 'AF_INET6' in scope
2284 | } else {
2285 |
2286 | if info!.pointee.ai_family == Int32(AF_INET6) {
| `- error: cannot find 'AF_INET6' in scope
2287 |
2288 | var addr = sockaddr_in6()
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:2288:16: error: cannot find 'sockaddr_in6' in scope
2286 | if info!.pointee.ai_family == Int32(AF_INET6) {
2287 |
2288 | var addr = sockaddr_in6()
| `- error: cannot find 'sockaddr_in6' in scope
2289 | memcpy(&addr, info!.pointee.ai_addr, Int(MemoryLayout<sockaddr_in6>.size))
2290 | address = .ipv6(addr)
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:2289:59: error: cannot find type 'sockaddr_in6' in scope
2287 |
2288 | var addr = sockaddr_in6()
2289 | memcpy(&addr, info!.pointee.ai_addr, Int(MemoryLayout<sockaddr_in6>.size))
| `- error: cannot find type 'sockaddr_in6' in scope
2290 | address = .ipv6(addr)
2291 |
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:2292:47: error: cannot find 'AF_INET' in scope
2290 | address = .ipv6(addr)
2291 |
2292 | } else if info!.pointee.ai_family == Int32(AF_INET) {
| `- error: cannot find 'AF_INET' in scope
2293 |
2294 | var addr = sockaddr_in()
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:2294:16: error: cannot find 'sockaddr_in' in scope
2292 | } else if info!.pointee.ai_family == Int32(AF_INET) {
2293 |
2294 | var addr = sockaddr_in()
| `- error: cannot find 'sockaddr_in' in scope
2295 | memcpy(&addr, info!.pointee.ai_addr, Int(MemoryLayout<sockaddr_in>.size))
2296 | address = .ipv4(addr)
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:2295:59: error: cannot find type 'sockaddr_in' in scope
2293 |
2294 | var addr = sockaddr_in()
2295 | memcpy(&addr, info!.pointee.ai_addr, Int(MemoryLayout<sockaddr_in>.size))
| `- error: cannot find type 'sockaddr_in' in scope
2296 | address = .ipv4(addr)
2297 |
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:2326:7: error: cannot find 'Darwin' in scope
2324 | }
2325 | #else
2326 | if Darwin.listen(self.socketfd, Int32(maxBacklogSize)) < 0 {
| `- error: cannot find 'Darwin' in scope
2327 |
2328 | throw Error(code: Socket.SOCKET_ERR_LISTEN_FAILED, reason: self.lastError())
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:2362:6: error: cannot find 'setsockopt' in scope
2360 | // closes. (TCP normally imposes a delay before an address can be re-used.)
2361 | var on: Int32 = 1
2362 | if setsockopt(self.socketfd, SOL_SOCKET, SO_REUSEADDR, &on, socklen_t(MemoryLayout<Int32>.size)) < 0 {
| `- error: cannot find 'setsockopt' in scope
2363 |
2364 | throw Error(code: Socket.SOCKET_ERR_SETSOCKOPT_FAILED, reason: self.lastError())
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:2362:32: error: cannot find 'SOL_SOCKET' in scope
2360 | // closes. (TCP normally imposes a delay before an address can be re-used.)
2361 | var on: Int32 = 1
2362 | if setsockopt(self.socketfd, SOL_SOCKET, SO_REUSEADDR, &on, socklen_t(MemoryLayout<Int32>.size)) < 0 {
| `- error: cannot find 'SOL_SOCKET' in scope
2363 |
2364 | throw Error(code: Socket.SOCKET_ERR_SETSOCKOPT_FAILED, reason: self.lastError())
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:2362:44: error: cannot find 'SO_REUSEADDR' in scope
2360 | // closes. (TCP normally imposes a delay before an address can be re-used.)
2361 | var on: Int32 = 1
2362 | if setsockopt(self.socketfd, SOL_SOCKET, SO_REUSEADDR, &on, socklen_t(MemoryLayout<Int32>.size)) < 0 {
| `- error: cannot find 'SO_REUSEADDR' in scope
2363 |
2364 | throw Error(code: Socket.SOCKET_ERR_SETSOCKOPT_FAILED, reason: self.lastError())
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:2378:8: error: cannot find 'Darwin' in scope
2376 | _ = Glibc.unlink(path)
2377 | #else
2378 | _ = Darwin.unlink(path)
| `- error: cannot find 'Darwin' in scope
2379 | #endif
2380 |
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:2392:42: error: cannot find 'sockaddr' in scope
2390 | }
2391 |
2392 | let rc = addrPtr.withMemoryRebound(to: sockaddr.self, capacity: 1) {
| `- error: cannot find 'sockaddr' in scope
2393 |
2394 | (p: UnsafeMutablePointer<sockaddr>) -> Int32 in
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:2399:12: error: cannot find 'Darwin' in scope
2397 | return Glibc.bind(self.socketfd, p, socklen_t(addrLen))
2398 | #else
2399 | return Darwin.bind(self.socketfd, p, socklen_t(addrLen))
| `- error: cannot find 'Darwin' in scope
2400 | #endif
2401 | }
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:2394:29: error: cannot find type 'sockaddr' in scope
2392 | let rc = addrPtr.withMemoryRebound(to: sockaddr.self, capacity: 1) {
2393 |
2394 | (p: UnsafeMutablePointer<sockaddr>) -> Int32 in
| `- error: cannot find type 'sockaddr' in scope
2395 |
2396 | #if os(Linux)
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:2392:20: error: generic parameter 'T' could not be inferred
2390 | }
2391 |
2392 | let rc = addrPtr.withMemoryRebound(to: sockaddr.self, capacity: 1) {
| `- error: generic parameter 'T' could not be inferred
2393 |
2394 | (p: UnsafeMutablePointer<sockaddr>) -> Int32 in
Swift.UnsafeMutablePointer.withMemoryRebound:2:13: note: in call to function 'withMemoryRebound(to:capacity:_:)'
1 | generic struct UnsafeMutablePointer {
2 | public func withMemoryRebound<T, E, Result>(to type: T.Type, capacity count: Int, _ body: (_ pointer: UnsafeMutablePointer<T>) throws(E) -> Result) throws(E) -> Result where E : Error, T : ~Copyable, Result : ~Copyable}
| `- note: in call to function 'withMemoryRebound(to:capacity:_:)'
3 |
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:2415:7: error: cannot find 'Darwin' in scope
2413 | }
2414 | #else
2415 | if Darwin.listen(self.socketfd, Int32(maxBacklogSize)) < 0 {
| `- error: cannot find 'Darwin' in scope
2416 |
2417 | throw Error(code: Socket.SOCKET_ERR_LISTEN_FAILED, reason: self.lastError())
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:3020:10: error: cannot find 'Darwin' in scope
3018 | s = Glibc.send(self.socketfd, buffer.advanced(by: sent), Int(bufSize - sent), sendFlags)
3019 | #else
3020 | s = Darwin.send(self.socketfd, buffer.advanced(by: sent), Int(bufSize - sent), sendFlags)
| `- error: cannot find 'Darwin' in scope
3021 | #endif
3022 | }
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:3025:8: error: cannot find 'errno' in scope
3023 | if s <= 0 {
3024 |
3025 | if errno == EAGAIN && !isBlocking {
| `- error: cannot find 'errno' in scope
3026 |
3027 | // We have written out as much as we can...
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/errno.h:58:9: note: macro 'errno' unavailable: structure not supported
56 | * thread.
57 | */
58 | #define errno (*__errno())
| `- note: macro 'errno' unavailable: structure not supported
59 |
60 | __END_DECLS
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:3032:8: error: cannot find 'errno' in scope
3030 |
3031 | // - Handle a connection reset by peer (ECONNRESET) and throw a different exception...
3032 | if errno == ECONNRESET {
| `- error: cannot find 'errno' in scope
3033 | self.remoteConnectionClosed = true
3034 | throw Error(code: Socket.SOCKET_ERR_CONNECTION_RESET, reason: self.lastError())
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/errno.h:58:9: note: macro 'errno' unavailable: structure not supported
56 | * thread.
57 | */
58 | #define errno (*__errno())
| `- note: macro 'errno' unavailable: structure not supported
59 |
60 | __END_DECLS
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:3157:10: error: cannot find 'Darwin' in scope
3155 | s = Glibc.sendto(self.socketfd, buffer.advanced(by: sent), Int(bufSize - sent), sendFlags, addressPointer, addressLength)
3156 | #else
3157 | s = Darwin.sendto(self.socketfd, buffer.advanced(by: sent), Int(bufSize - sent), sendFlags, addressPointer, addressLength)
| `- error: cannot find 'Darwin' in scope
3158 | #endif
3159 |
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:3162:9: error: cannot find 'errno' in scope
3160 | if s <= 0 {
3161 |
3162 | if errno == EAGAIN && !isBlocking {
| `- error: cannot find 'errno' in scope
3163 |
3164 | // We have written out as much as we can...
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/errno.h:58:9: note: macro 'errno' unavailable: structure not supported
56 | * thread.
57 | */
58 | #define errno (*__errno())
| `- note: macro 'errno' unavailable: structure not supported
59 |
60 | __END_DECLS
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:3169:9: error: cannot find 'errno' in scope
3167 |
3168 | // - Handle a connection reset by peer (ECONNRESET) and throw a different exception...
3169 | if errno == ECONNRESET {
| `- error: cannot find 'errno' in scope
3170 | self.remoteConnectionClosed = true
3171 | throw Error(code: Socket.SOCKET_ERR_CONNECTION_RESET, reason: self.lastError())
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/errno.h:58:9: note: macro 'errno' unavailable: structure not supported
56 | * thread.
57 | */
58 | #define errno (*__errno())
| `- note: macro 'errno' unavailable: structure not supported
59 |
60 | __END_DECLS
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:3302:22: error: cannot assign value of type 'Int32' to type '__kernel_suseconds_t' (aka 'Int')
3300 | timer.tv_usec = Int(uSecs)
3301 | #else
3302 | timer.tv_usec = Int32(uSecs)
| `- error: cannot assign value of type 'Int32' to type '__kernel_suseconds_t' (aka 'Int')
3303 | #endif
3304 | }
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:3327:15: error: cannot find 'fcntl' in scope
3325 | public func setBlocking(mode shouldBlock: Bool) throws {
3326 |
3327 | let flags = fcntl(self.socketfd, F_GETFL)
| `- error: cannot find 'fcntl' in scope
3328 | if flags < 0 {
3329 |
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:3327:36: error: cannot find 'F_GETFL' in scope
3325 | public func setBlocking(mode shouldBlock: Bool) throws {
3326 |
3327 | let flags = fcntl(self.socketfd, F_GETFL)
| `- error: cannot find 'F_GETFL' in scope
3328 | if flags < 0 {
3329 |
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:3336:13: error: cannot find 'fcntl' in scope
3334 | if shouldBlock {
3335 |
3336 | result = fcntl(self.socketfd, F_SETFL, flags & ~O_NONBLOCK)
| `- error: cannot find 'fcntl' in scope
3337 |
3338 | } else {
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:3336:34: error: cannot find 'F_SETFL' in scope
3334 | if shouldBlock {
3335 |
3336 | result = fcntl(self.socketfd, F_SETFL, flags & ~O_NONBLOCK)
| `- error: cannot find 'F_SETFL' in scope
3337 |
3338 | } else {
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:3336:52: error: cannot find 'O_NONBLOCK' in scope
3334 | if shouldBlock {
3335 |
3336 | result = fcntl(self.socketfd, F_SETFL, flags & ~O_NONBLOCK)
| `- error: cannot find 'O_NONBLOCK' in scope
3337 |
3338 | } else {
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:3340:13: error: cannot find 'fcntl' in scope
3338 | } else {
3339 |
3340 | result = fcntl(self.socketfd, F_SETFL, flags | O_NONBLOCK)
| `- error: cannot find 'fcntl' in scope
3341 | }
3342 |
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:3340:34: error: cannot find 'F_SETFL' in scope
3338 | } else {
3339 |
3340 | result = fcntl(self.socketfd, F_SETFL, flags | O_NONBLOCK)
| `- error: cannot find 'F_SETFL' in scope
3341 | }
3342 |
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:3340:51: error: cannot find 'O_NONBLOCK' in scope
3338 | } else {
3339 |
3340 | result = fcntl(self.socketfd, F_SETFL, flags | O_NONBLOCK)
| `- error: cannot find 'O_NONBLOCK' in scope
3341 | }
3342 |
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:3379:21: error: cannot assign value of type 'Int32' to type '__kernel_suseconds_t' (aka 'Int')
3377 | timer.tv_usec = Int(uSecs)
3378 | #else
3379 | timer.tv_usec = Int32(uSecs)
| `- error: cannot assign value of type 'Int32' to type '__kernel_suseconds_t' (aka 'Int')
3380 | #endif
3381 | }
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:3383:16: error: cannot find 'setsockopt' in scope
3381 | }
3382 |
3383 | let result = setsockopt(self.socketfd, SOL_SOCKET, SO_RCVTIMEO, &timer, socklen_t(MemoryLayout<timeval>.stride))
| `- error: cannot find 'setsockopt' in scope
3384 |
3385 | if result < 0 {
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:3383:42: error: cannot find 'SOL_SOCKET' in scope
3381 | }
3382 |
3383 | let result = setsockopt(self.socketfd, SOL_SOCKET, SO_RCVTIMEO, &timer, socklen_t(MemoryLayout<timeval>.stride))
| `- error: cannot find 'SOL_SOCKET' in scope
3384 |
3385 | if result < 0 {
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:3383:54: error: cannot find 'SO_RCVTIMEO' in scope
3381 | }
3382 |
3383 | let result = setsockopt(self.socketfd, SOL_SOCKET, SO_RCVTIMEO, &timer, socklen_t(MemoryLayout<timeval>.stride))
| `- error: cannot find 'SO_RCVTIMEO' in scope
3384 |
3385 | if result < 0 {
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:3419:21: error: cannot assign value of type 'Int32' to type '__kernel_suseconds_t' (aka 'Int')
3417 | timer.tv_usec = Int(uSecs)
3418 | #else
3419 | timer.tv_usec = Int32(uSecs)
| `- error: cannot assign value of type 'Int32' to type '__kernel_suseconds_t' (aka 'Int')
3420 | #endif
3421 | }
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:3423:16: error: cannot find 'setsockopt' in scope
3421 | }
3422 |
3423 | let result = setsockopt(self.socketfd, SOL_SOCKET, SO_SNDTIMEO, &timer, socklen_t(MemoryLayout<timeval>.stride))
| `- error: cannot find 'setsockopt' in scope
3424 |
3425 | if result < 0 {
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:3423:42: error: cannot find 'SOL_SOCKET' in scope
3421 | }
3422 |
3423 | let result = setsockopt(self.socketfd, SOL_SOCKET, SO_SNDTIMEO, &timer, socklen_t(MemoryLayout<timeval>.stride))
| `- error: cannot find 'SOL_SOCKET' in scope
3424 |
3425 | if result < 0 {
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:3423:54: error: cannot find 'SO_SNDTIMEO' in scope
3421 | }
3422 |
3423 | let result = setsockopt(self.socketfd, SOL_SOCKET, SO_SNDTIMEO, &timer, socklen_t(MemoryLayout<timeval>.stride))
| `- error: cannot find 'SO_SNDTIMEO' in scope
3424 |
3425 | if result < 0 {
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:3454:6: error: cannot find 'setsockopt' in scope
3452 | // Turn on or off UDP broadcasting...
3453 | var on: Int32 = enable ? 1 : 0
3454 | if setsockopt(self.socketfd, SOL_SOCKET, SO_BROADCAST, &on, socklen_t(MemoryLayout<Int32>.size)) < 0 {
| `- error: cannot find 'setsockopt' in scope
3455 | throw Error(code: Socket.SOCKET_ERR_SETSOCKOPT_FAILED, reason: self.lastError())
3456 | }
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:3454:32: error: cannot find 'SOL_SOCKET' in scope
3452 | // Turn on or off UDP broadcasting...
3453 | var on: Int32 = enable ? 1 : 0
3454 | if setsockopt(self.socketfd, SOL_SOCKET, SO_BROADCAST, &on, socklen_t(MemoryLayout<Int32>.size)) < 0 {
| `- error: cannot find 'SOL_SOCKET' in scope
3455 | throw Error(code: Socket.SOCKET_ERR_SETSOCKOPT_FAILED, reason: self.lastError())
3456 | }
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:3454:44: error: cannot find 'SO_BROADCAST' in scope
3452 | // Turn on or off UDP broadcasting...
3453 | var on: Int32 = enable ? 1 : 0
3454 | if setsockopt(self.socketfd, SOL_SOCKET, SO_BROADCAST, &on, socklen_t(MemoryLayout<Int32>.size)) < 0 {
| `- error: cannot find 'SO_BROADCAST' in scope
3455 | throw Error(code: Socket.SOCKET_ERR_SETSOCKOPT_FAILED, reason: self.lastError())
3456 | }
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:3487:10: error: cannot find 'Darwin' in scope
3485 | #else
3486 | if self.isListening {
3487 | _ = Darwin.shutdown(self.socketfd, Int32(SHUT_RDWR))
| `- error: cannot find 'Darwin' in scope
3488 | self.isListening = false
3489 | }
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:3487:47: error: cannot find 'SHUT_RDWR' in scope
3485 | #else
3486 | if self.isListening {
3487 | _ = Darwin.shutdown(self.socketfd, Int32(SHUT_RDWR))
| `- error: cannot find 'SHUT_RDWR' in scope
3488 | self.isListening = false
3489 | }
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:3491:9: error: cannot find 'Darwin' in scope
3489 | }
3490 | self.isConnected = false
3491 | _ = Darwin.close(self.socketfd)
| `- error: cannot find 'Darwin' in scope
3492 | #endif
3493 |
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:3508:10: error: cannot find 'Darwin' in scope
3506 | _ = Glibc.unlink(self.signature!.path!)
3507 | #else
3508 | _ = Darwin.unlink(self.signature!.path!)
| `- error: cannot find 'Darwin' in scope
3509 | #endif
3510 | }
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:3532:23: error: cannot find 'MSG_DONTWAIT' in scope
3530 | var recvFlags: Int32 = 0
3531 | if self.readStorage.length > 0 {
3532 | recvFlags |= Int32(MSG_DONTWAIT)
| `- error: cannot find 'MSG_DONTWAIT' in scope
3533 | }
3534 |
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:3544:14: error: cannot find 'Darwin' in scope
3542 | count = Glibc.recv(self.socketfd, self.readBuffer, self.readBufferSize, recvFlags)
3543 | #else
3544 | count = Darwin.recv(self.socketfd, self.readBuffer, self.readBufferSize, recvFlags)
| `- error: cannot find 'Darwin' in scope
3545 | #endif
3546 |
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:3592:12: error: cannot find 'errno' in scope
3590 | if count < 0 {
3591 |
3592 | switch errno {
| `- error: cannot find 'errno' in scope
3593 |
3594 | // - Could be an error, but if errno is EAGAIN or EWOULDBLOCK (if a non-blocking socket),
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/errno.h:58:9: note: macro 'errno' unavailable: structure not supported
56 | * thread.
57 | */
58 | #define errno (*__errno())
| `- note: macro 'errno' unavailable: structure not supported
59 |
60 | __END_DECLS
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:3646:23: error: cannot find 'MSG_DONTWAIT' in scope
3644 | var recvFlags: Int32 = 0
3645 | if self.readStorage.length > 0 {
3646 | recvFlags |= Int32(MSG_DONTWAIT)
| `- error: cannot find 'MSG_DONTWAIT' in scope
3647 | }
3648 |
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:3656:18: error: cannot find 'Darwin' in scope
3654 | let count = Glibc.recvfrom(self.socketfd, self.readBuffer, self.readBufferSize, recvFlags, addresssPointer, addressLengthPointer)
3655 | #else
3656 | let count = Darwin.recvfrom(self.socketfd, self.readBuffer, self.readBufferSize, recvFlags, addresssPointer, addressLengthPointer)
| `- error: cannot find 'Darwin' in scope
3657 | #endif
3658 |
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:3664:9: error: cannot find 'errno' in scope
3662 | // - Could be an error, but if errno is EAGAIN or EWOULDBLOCK (if a non-blocking socket),
3663 | // it means there was NO data to read...
3664 | if errno == EAGAIN || errno == EWOULDBLOCK {
| `- error: cannot find 'errno' in scope
3665 |
3666 | throw OperationInterrupted.readDatagram(length: self.readStorage.length)
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/errno.h:58:9: note: macro 'errno' unavailable: structure not supported
56 | * thread.
57 | */
58 | #define errno (*__errno())
| `- note: macro 'errno' unavailable: structure not supported
59 |
60 | __END_DECLS
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:3664:28: error: cannot find 'errno' in scope
3662 | // - Could be an error, but if errno is EAGAIN or EWOULDBLOCK (if a non-blocking socket),
3663 | // it means there was NO data to read...
3664 | if errno == EAGAIN || errno == EWOULDBLOCK {
| `- error: cannot find 'errno' in scope
3665 |
3666 | throw OperationInterrupted.readDatagram(length: self.readStorage.length)
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/errno.h:58:9: note: macro 'errno' unavailable: structure not supported
56 | * thread.
57 | */
58 | #define errno (*__errno())
| `- note: macro 'errno' unavailable: structure not supported
59 |
60 | __END_DECLS
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:3670:9: error: cannot find 'errno' in scope
3668 |
3669 | // - Handle a connection reset by peer (ECONNRESET) and throw a different exception...
3670 | if errno == ECONNRESET {
| `- error: cannot find 'errno' in scope
3671 | self.remoteConnectionClosed = true
3672 | throw Error(code: Socket.SOCKET_ERR_CONNECTION_RESET, reason: self.lastError())
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/errno.h:58:9: note: macro 'errno' unavailable: structure not supported
56 | * thread.
57 | */
58 | #define errno (*__errno())
| `- note: macro 'errno' unavailable: structure not supported
59 |
60 | __END_DECLS
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:3737:42: error: cannot find 'errno' in scope
3735 | private func lastError() -> String {
3736 |
3737 | return String(validatingUTF8: strerror(errno)) ?? "Error: \(errno)"
| `- error: cannot find 'errno' in scope
3738 | }
3739 |
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/errno.h:58:9: note: macro 'errno' unavailable: structure not supported
56 | * thread.
57 | */
58 | #define errno (*__errno())
| `- note: macro 'errno' unavailable: structure not supported
59 |
60 | __END_DECLS
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:3737:63: error: cannot find 'errno' in scope
3735 | private func lastError() -> String {
3736 |
3737 | return String(validatingUTF8: strerror(errno)) ?? "Error: \(errno)"
| `- error: cannot find 'errno' in scope
3738 | }
3739 |
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/errno.h:58:9: note: macro 'errno' unavailable: structure not supported
56 | * thread.
57 | */
58 | #define errno (*__errno())
| `- note: macro 'errno' unavailable: structure not supported
59 |
60 | __END_DECLS
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:3753:7: error: cannot find 'setsockopt' in scope
3751 | // MSG_NOSIGNAL flags passed to send. See the write() functions below.
3752 | var on: Int32 = 1
3753 | if setsockopt(self.socketfd, SOL_SOCKET, SO_NOSIGPIPE, &on, socklen_t(MemoryLayout<Int32>.size)) < 0 {
| `- error: cannot find 'setsockopt' in scope
3754 | throw Error(code: Socket.SOCKET_ERR_SETSOCKOPT_FAILED, reason: self.lastError())
3755 | }
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:3753:33: error: cannot find 'SOL_SOCKET' in scope
3751 | // MSG_NOSIGNAL flags passed to send. See the write() functions below.
3752 | var on: Int32 = 1
3753 | if setsockopt(self.socketfd, SOL_SOCKET, SO_NOSIGPIPE, &on, socklen_t(MemoryLayout<Int32>.size)) < 0 {
| `- error: cannot find 'SOL_SOCKET' in scope
3754 | throw Error(code: Socket.SOCKET_ERR_SETSOCKOPT_FAILED, reason: self.lastError())
3755 | }
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:3753:45: error: cannot find 'SO_NOSIGPIPE' in scope
3751 | // MSG_NOSIGNAL flags passed to send. See the write() functions below.
3752 | var on: Int32 = 1
3753 | if setsockopt(self.socketfd, SOL_SOCKET, SO_NOSIGPIPE, &on, socklen_t(MemoryLayout<Int32>.size)) < 0 {
| `- error: cannot find 'SO_NOSIGPIPE' in scope
3754 | throw Error(code: Socket.SOCKET_ERR_SETSOCKOPT_FAILED, reason: self.lastError())
3755 | }
[101/159] Compiling Socket SocketProtocols.swift
[104/159] Compiling Alamofire OperationQueue+Alamofire.swift
[105/159] Compiling Alamofire ParameterEncoder.swift
[106/159] Compiling Alamofire ParameterEncoding.swift
[107/159] Compiling Alamofire Protected.swift
[108/159] Compiling Alamofire RedirectHandler.swift
[109/159] Compiling Types NewStringType.swift
[110/159] Compiling Types GettableThrowingProperty.swift
[112/159] Compiling Types CompoundError.swift
[113/159] Compiling Types CustomOrDefault.swift
[114/159] Compiling Types Either.swift
[119/159] Compiling Glob Glob.swift
/host/spi-builder-workspace/.build/checkouts/Glob/Sources/Glob/Glob.swift:116:31: error: cannot find 'GLOB_TILDE' in scope
114 | // MARK: Private
115 |
116 | private var globalFlags = GLOB_TILDE | GLOB_BRACE | GLOB_MARK
| `- error: cannot find 'GLOB_TILDE' in scope
117 |
118 | private func executeGlob(pattern: UnsafePointer<CChar>, gt: UnsafeMutablePointer<glob_t>) -> Bool {
/host/spi-builder-workspace/.build/checkouts/Glob/Sources/Glob/Glob.swift:116:44: error: cannot find 'GLOB_BRACE' in scope
114 | // MARK: Private
115 |
116 | private var globalFlags = GLOB_TILDE | GLOB_BRACE | GLOB_MARK
| `- error: cannot find 'GLOB_BRACE' in scope
117 |
118 | private func executeGlob(pattern: UnsafePointer<CChar>, gt: UnsafeMutablePointer<glob_t>) -> Bool {
/host/spi-builder-workspace/.build/checkouts/Glob/Sources/Glob/Glob.swift:116:57: error: cannot find 'GLOB_MARK' in scope
114 | // MARK: Private
115 |
116 | private var globalFlags = GLOB_TILDE | GLOB_BRACE | GLOB_MARK
| `- error: cannot find 'GLOB_MARK' in scope
117 |
118 | private func executeGlob(pattern: UnsafePointer<CChar>, gt: UnsafeMutablePointer<glob_t>) -> Bool {
/host/spi-builder-workspace/.build/checkouts/Glob/Sources/Glob/Glob.swift:118:86: error: cannot find type 'glob_t' in scope
116 | private var globalFlags = GLOB_TILDE | GLOB_BRACE | GLOB_MARK
117 |
118 | private func executeGlob(pattern: UnsafePointer<CChar>, gt: UnsafeMutablePointer<glob_t>) -> Bool {
| `- error: cannot find type 'glob_t' in scope
119 | return 0 == glob(pattern, globalFlags, nil, gt)
120 | }
/host/spi-builder-workspace/.build/checkouts/Glob/Sources/Glob/Glob.swift:192:36: error: cannot find type 'glob_t' in scope
190 | }
191 |
192 | private func populateFiles(gt: glob_t, includeFiles: Bool) {
| `- error: cannot find type 'glob_t' in scope
193 | let includeDirectories = behavior.includesDirectoriesInResults
194 | #if os(Linux)
/host/spi-builder-workspace/.build/checkouts/Glob/Sources/Glob/Glob.swift:99:22: error: cannot find 'glob_t' in scope
97 |
98 | for pattern in patterns {
99 | var gt = glob_t()
| `- error: cannot find 'glob_t' in scope
100 | if executeGlob(pattern: pattern, gt: >) {
101 | populateFiles(gt: gt, includeFiles: includeFiles)
/host/spi-builder-workspace/.build/checkouts/Glob/Sources/Glob/Glob.swift:104:13: error: cannot find 'globfree' in scope
102 | }
103 |
104 | globfree(>)
| `- error: cannot find 'globfree' in scope
105 | }
106 |
/host/spi-builder-workspace/.build/checkouts/Glob/Sources/Glob/Glob.swift:119:21: error: cannot find 'glob' in scope
117 |
118 | private func executeGlob(pattern: UnsafePointer<CChar>, gt: UnsafeMutablePointer<glob_t>) -> Bool {
119 | return 0 == glob(pattern, globalFlags, nil, gt)
| `- error: cannot find 'glob' in scope
120 | }
121 |
/host/spi-builder-workspace/.build/checkouts/Glob/Sources/Glob/Glob.swift:119:48: error: 'nil' requires a contextual type
117 |
118 | private func executeGlob(pattern: UnsafePointer<CChar>, gt: UnsafeMutablePointer<glob_t>) -> Bool {
119 | return 0 == glob(pattern, globalFlags, nil, gt)
| `- error: 'nil' requires a contextual type
120 | }
121 |
[120/159] Compiling URLSessionTestHelpers FakeURLSession.swift
/host/spi-builder-workspace/Tests/URLSessionTestHelpers/FakeURLSession.swift:10:20: warning: class 'FakeURLSession' must restate inherited '@unchecked Sendable' conformance
8 | #endif
9 |
10 | public final class FakeURLSession: URLSession {
| `- warning: class 'FakeURLSession' must restate inherited '@unchecked Sendable' conformance
11 | let session = URLSession.shared
12 |
/host/spi-builder-workspace/Tests/URLSessionTestHelpers/FakeURLSession.swift:42:14: warning: class 'FakeDownloadTask' must restate inherited '@unchecked Sendable' conformance
40 | }
41 |
42 | public class FakeDownloadTask: URLSessionDownloadTask {
| `- warning: class 'FakeDownloadTask' must restate inherited '@unchecked Sendable' conformance
43 | public var originalTask: URLSessionTask
44 | public var completionHandler: (URL?, URLResponse?, Error?) -> ()
/host/spi-builder-workspace/Tests/URLSessionTestHelpers/FakeURLSession.swift:58:14: warning: class 'FakeDataTask' must restate inherited '@unchecked Sendable' conformance
56 | }
57 |
58 | public class FakeDataTask: URLSessionDataTask {
| `- warning: class 'FakeDataTask' must restate inherited '@unchecked Sendable' conformance
59 | public var originalTask: URLSessionTask
60 | public var completionHandler: (Data?, URLResponse?, Error?) -> ()
/host/spi-builder-workspace/Tests/URLSessionTestHelpers/FakeURLSession.swift:23:82: warning: passing non-sendable parameter 'completionHandler' to function expecting a @Sendable closure
19 | #endif
20 |
21 | override public func downloadTask(with request: URLRequest, completionHandler: @escaping (URL?, URLResponse?, Error?) -> ()) -> URLSessionDownloadTask {
| `- note: parameter 'completionHandler' is implicitly non-sendable
22 | let task = FakeDownloadTask(
23 | originalTask: session.downloadTask(with: request, completionHandler: completionHandler),
| `- warning: passing non-sendable parameter 'completionHandler' to function expecting a @Sendable closure
24 | completionHandler: completionHandler
25 | )
/host/spi-builder-workspace/Tests/URLSessionTestHelpers/FakeURLSession.swift:34:78: warning: passing non-sendable parameter 'completionHandler' to function expecting a @Sendable closure
30 | public var providedDataTasks = [FakeDataTask]()
31 |
32 | override public func dataTask(with request: URLRequest, completionHandler: @escaping (Data?, URLResponse?, Error?) -> ()) -> URLSessionDataTask {
| `- note: parameter 'completionHandler' is implicitly non-sendable
33 | let task = FakeDataTask(
34 | originalTask: session.dataTask(with: request, completionHandler: completionHandler),
| `- warning: passing non-sendable parameter 'completionHandler' to function expecting a @Sendable closure
35 | completionHandler: completionHandler
36 | )
[121/159] Compiling Yams YamlError.swift
[122/159] Compiling Yams YamlTagProviding.swift
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Combine.swift:27:8: error: no such module 'Combine'
25 | #if !((os(iOS) && (arch(i386) || arch(arm))) || os(Windows) || os(Linux))
26 |
27 | import Combine
| `- error: no such module 'Combine'
28 | import Dispatch
29 | import Foundation
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Combine.swift:27:8: error: no such module 'Combine'
25 | #if !((os(iOS) && (arch(i386) || arch(arm))) || os(Windows) || os(Linux))
26 |
27 | import Combine
| `- error: no such module 'Combine'
28 | import Dispatch
29 | import Foundation
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Combine.swift:27:8: error: no such module 'Combine'
25 | #if !((os(iOS) && (arch(i386) || arch(arm))) || os(Windows) || os(Linux))
26 |
27 | import Combine
| `- error: no such module 'Combine'
28 | import Dispatch
29 | import Foundation
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Combine.swift:27:8: error: no such module 'Combine'
25 | #if !((os(iOS) && (arch(i386) || arch(arm))) || os(Windows) || os(Linux))
26 |
27 | import Combine
| `- error: no such module 'Combine'
28 | import Dispatch
29 | import Foundation
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Combine.swift:27:8: error: no such module 'Combine'
25 | #if !((os(iOS) && (arch(i386) || arch(arm))) || os(Windows) || os(Linux))
26 |
27 | import Combine
| `- error: no such module 'Combine'
28 | import Dispatch
29 | import Foundation
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Combine.swift:27:8: error: no such module 'Combine'
25 | #if !((os(iOS) && (arch(i386) || arch(arm))) || os(Windows) || os(Linux))
26 |
27 | import Combine
| `- error: no such module 'Combine'
28 | import Dispatch
29 | import Foundation
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Combine.swift:27:8: error: no such module 'Combine'
25 | #if !((os(iOS) && (arch(i386) || arch(arm))) || os(Windows) || os(Linux))
26 |
27 | import Combine
| `- error: no such module 'Combine'
28 | import Dispatch
29 | import Foundation
[130/161] Compiling Alamofire MultipartUpload.swift
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Combine.swift:27:8: error: no such module 'Combine'
25 | #if !((os(iOS) && (arch(i386) || arch(arm))) || os(Windows) || os(Linux))
26 |
27 | import Combine
| `- error: no such module 'Combine'
28 | import Dispatch
29 | import Foundation
[131/161] Compiling Alamofire NetworkReachabilityManager.swift
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Combine.swift:27:8: error: no such module 'Combine'
25 | #if !((os(iOS) && (arch(i386) || arch(arm))) || os(Windows) || os(Linux))
26 |
27 | import Combine
| `- error: no such module 'Combine'
28 | import Dispatch
29 | import Foundation
[132/161] Compiling Alamofire Notifications.swift
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Combine.swift:27:8: error: no such module 'Combine'
25 | #if !((os(iOS) && (arch(i386) || arch(arm))) || os(Windows) || os(Linux))
26 |
27 | import Combine
| `- error: no such module 'Combine'
28 | import Dispatch
29 | import Foundation
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Combine.swift:27:8: error: no such module 'Combine'
25 | #if !((os(iOS) && (arch(i386) || arch(arm))) || os(Windows) || os(Linux))
26 |
27 | import Combine
| `- error: no such module 'Combine'
28 | import Dispatch
29 | import Foundation
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Combine.swift:27:8: error: no such module 'Combine'
25 | #if !((os(iOS) && (arch(i386) || arch(arm))) || os(Windows) || os(Linux))
26 |
27 | import Combine
| `- error: no such module 'Combine'
28 | import Dispatch
29 | import Foundation
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Combine.swift:27:8: error: no such module 'Combine'
25 | #if !((os(iOS) && (arch(i386) || arch(arm))) || os(Windows) || os(Linux))
26 |
27 | import Combine
| `- error: no such module 'Combine'
28 | import Dispatch
29 | import Foundation
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Combine.swift:27:8: error: no such module 'Combine'
25 | #if !((os(iOS) && (arch(i386) || arch(arm))) || os(Windows) || os(Linux))
26 |
27 | import Combine
| `- error: no such module 'Combine'
28 | import Dispatch
29 | import Foundation
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Combine.swift:27:8: error: no such module 'Combine'
25 | #if !((os(iOS) && (arch(i386) || arch(arm))) || os(Windows) || os(Linux))
26 |
27 | import Combine
| `- error: no such module 'Combine'
28 | import Dispatch
29 | import Foundation
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Combine.swift:27:8: error: no such module 'Combine'
25 | #if !((os(iOS) && (arch(i386) || arch(arm))) || os(Windows) || os(Linux))
26 |
27 | import Combine
| `- error: no such module 'Combine'
28 | import Dispatch
29 | import Foundation
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Combine.swift:27:8: error: no such module 'Combine'
25 | #if !((os(iOS) && (arch(i386) || arch(arm))) || os(Windows) || os(Linux))
26 |
27 | import Combine
| `- error: no such module 'Combine'
28 | import Dispatch
29 | import Foundation
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Combine.swift:27:8: error: no such module 'Combine'
25 | #if !((os(iOS) && (arch(i386) || arch(arm))) || os(Windows) || os(Linux))
26 |
27 | import Combine
| `- error: no such module 'Combine'
28 | import Dispatch
29 | import Foundation
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Combine.swift:27:8: error: no such module 'Combine'
25 | #if !((os(iOS) && (arch(i386) || arch(arm))) || os(Windows) || os(Linux))
26 |
27 | import Combine
| `- error: no such module 'Combine'
28 | import Dispatch
29 | import Foundation
[142/161] Compiling Alamofire Session.swift
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Combine.swift:27:8: error: no such module 'Combine'
25 | #if !((os(iOS) && (arch(i386) || arch(arm))) || os(Windows) || os(Linux))
26 |
27 | import Combine
| `- error: no such module 'Combine'
28 | import Dispatch
29 | import Foundation
[143/161] Compiling Alamofire SessionDelegate.swift
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Combine.swift:27:8: error: no such module 'Combine'
25 | #if !((os(iOS) && (arch(i386) || arch(arm))) || os(Windows) || os(Linux))
26 |
27 | import Combine
| `- error: no such module 'Combine'
28 | import Dispatch
29 | import Foundation
[144/161] Compiling Alamofire StringEncoding+Alamofire.swift
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Combine.swift:27:8: error: no such module 'Combine'
25 | #if !((os(iOS) && (arch(i386) || arch(arm))) || os(Windows) || os(Linux))
26 |
27 | import Combine
| `- error: no such module 'Combine'
28 | import Dispatch
29 | import Foundation
[145/161] Compiling Alamofire URLConvertible+URLRequestConvertible.swift
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Combine.swift:27:8: error: no such module 'Combine'
25 | #if !((os(iOS) && (arch(i386) || arch(arm))) || os(Windows) || os(Linux))
26 |
27 | import Combine
| `- error: no such module 'Combine'
28 | import Dispatch
29 | import Foundation
error: emit-module command failed with exit code 1 (use -v to see invocation)
[146/161] Emitting module Alamofire
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Combine.swift:27:8: error: no such module 'Combine'
25 | #if !((os(iOS) && (arch(i386) || arch(arm))) || os(Windows) || os(Linux))
26 |
27 | import Combine
| `- error: no such module 'Combine'
28 | import Dispatch
29 | import Foundation
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Combine.swift:27:8: error: no such module 'Combine'
25 | #if !((os(iOS) && (arch(i386) || arch(arm))) || os(Windows) || os(Linux))
26 |
27 | import Combine
| `- error: no such module 'Combine'
28 | import Dispatch
29 | import Foundation
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Combine.swift:27:8: error: no such module 'Combine'
25 | #if !((os(iOS) && (arch(i386) || arch(arm))) || os(Windows) || os(Linux))
26 |
27 | import Combine
| `- error: no such module 'Combine'
28 | import Dispatch
29 | import Foundation
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Combine.swift:27:8: error: no such module 'Combine'
25 | #if !((os(iOS) && (arch(i386) || arch(arm))) || os(Windows) || os(Linux))
26 |
27 | import Combine
| `- error: no such module 'Combine'
28 | import Dispatch
29 | import Foundation
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Combine.swift:27:8: error: no such module 'Combine'
25 | #if !((os(iOS) && (arch(i386) || arch(arm))) || os(Windows) || os(Linux))
26 |
27 | import Combine
| `- error: no such module 'Combine'
28 | import Dispatch
29 | import Foundation
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Combine.swift:27:8: error: no such module 'Combine'
25 | #if !((os(iOS) && (arch(i386) || arch(arm))) || os(Windows) || os(Linux))
26 |
27 | import Combine
| `- error: no such module 'Combine'
28 | import Dispatch
29 | import Foundation
/host/spi-builder-workspace/Sources/Types/CompoundError.swift:5:16: warning: stored property 'descriptionPreparer' of 'Sendable'-conforming class 'CompoundError' has non-sendable type '([any Error]) -> String'; this is an error in the Swift 6 language mode
3 | public final class CompoundError: LocalizedError {
4 | public let errors: [Error]
5 | public let descriptionPreparer: ([Error]) -> String
| |- warning: stored property 'descriptionPreparer' of 'Sendable'-conforming class 'CompoundError' has non-sendable type '([any Error]) -> String'; this is an error in the Swift 6 language mode
| `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
6 |
7 | public init(
/host/spi-builder-workspace/Sources/Types/CompoundError.swift:5:16: warning: stored property 'descriptionPreparer' of 'Sendable'-conforming class 'CompoundError' has non-sendable type '([any Error]) -> String'; this is an error in the Swift 6 language mode
3 | public final class CompoundError: LocalizedError {
4 | public let errors: [Error]
5 | public let descriptionPreparer: ([Error]) -> String
| |- warning: stored property 'descriptionPreparer' of 'Sendable'-conforming class 'CompoundError' has non-sendable type '([any Error]) -> String'; this is an error in the Swift 6 language mode
| `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
6 |
7 | public init(
[159/162] Compiling Alamofire URLEncodedFormEncoder.swift
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Combine.swift:27:8: error: no such module 'Combine'
25 | #if !((os(iOS) && (arch(i386) || arch(arm))) || os(Windows) || os(Linux))
26 |
27 | import Combine
| `- error: no such module 'Combine'
28 | import Dispatch
29 | import Foundation
[160/162] Compiling Alamofire URLRequest+Alamofire.swift
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Combine.swift:27:8: error: no such module 'Combine'
25 | #if !((os(iOS) && (arch(i386) || arch(arm))) || os(Windows) || os(Linux))
26 |
27 | import Combine
| `- error: no such module 'Combine'
28 | import Dispatch
29 | import Foundation
[161/162] Compiling Alamofire URLSessionConfiguration+Alamofire.swift
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Combine.swift:27:8: error: no such module 'Combine'
25 | #if !((os(iOS) && (arch(i386) || arch(arm))) || os(Windows) || os(Linux))
26 |
27 | import Combine
| `- error: no such module 'Combine'
28 | import Dispatch
29 | import Foundation
[162/162] Compiling Alamofire Validation.swift
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Combine.swift:27:8: error: no such module 'Combine'
25 | #if !((os(iOS) && (arch(i386) || arch(arm))) || os(Windows) || os(Linux))
26 |
27 | import Combine
| `- error: no such module 'Combine'
28 | import Dispatch
29 | import Foundation
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" 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:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
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
Building for debugging...
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/29] Emitting module ArgumentParserToolInfo
[4/49] Compiling Types ThrowingProperty.swift
[5/49] Compiling Waitable Waitable.swift
[6/49] Emitting module Waitable
[7/51] Compiling URLSessionTestHelpers FakeURLSession.swift
/host/spi-builder-workspace/Tests/URLSessionTestHelpers/FakeURLSession.swift:10:20: warning: class 'FakeURLSession' must restate inherited '@unchecked Sendable' conformance
8 | #endif
9 |
10 | public final class FakeURLSession: URLSession {
| `- warning: class 'FakeURLSession' must restate inherited '@unchecked Sendable' conformance
11 | let session = URLSession.shared
12 |
/host/spi-builder-workspace/Tests/URLSessionTestHelpers/FakeURLSession.swift:42:14: warning: class 'FakeDownloadTask' must restate inherited '@unchecked Sendable' conformance
40 | }
41 |
42 | public class FakeDownloadTask: URLSessionDownloadTask {
| `- warning: class 'FakeDownloadTask' must restate inherited '@unchecked Sendable' conformance
43 | public var originalTask: URLSessionTask
44 | public var completionHandler: (URL?, URLResponse?, Error?) -> ()
/host/spi-builder-workspace/Tests/URLSessionTestHelpers/FakeURLSession.swift:58:14: warning: class 'FakeDataTask' must restate inherited '@unchecked Sendable' conformance
56 | }
57 |
58 | public class FakeDataTask: URLSessionDataTask {
| `- warning: class 'FakeDataTask' must restate inherited '@unchecked Sendable' conformance
59 | public var originalTask: URLSessionTask
60 | public var completionHandler: (Data?, URLResponse?, Error?) -> ()
/host/spi-builder-workspace/Tests/URLSessionTestHelpers/FakeURLSession.swift:23:82: warning: passing non-sendable parameter 'completionHandler' to function expecting a @Sendable closure
19 | #endif
20 |
21 | override public func downloadTask(with request: URLRequest, completionHandler: @escaping (URL?, URLResponse?, Error?) -> ()) -> URLSessionDownloadTask {
| `- note: parameter 'completionHandler' is implicitly non-sendable
22 | let task = FakeDownloadTask(
23 | originalTask: session.downloadTask(with: request, completionHandler: completionHandler),
| `- warning: passing non-sendable parameter 'completionHandler' to function expecting a @Sendable closure
24 | completionHandler: completionHandler
25 | )
/host/spi-builder-workspace/Tests/URLSessionTestHelpers/FakeURLSession.swift:34:78: warning: passing non-sendable parameter 'completionHandler' to function expecting a @Sendable closure
30 | public var providedDataTasks = [FakeDataTask]()
31 |
32 | override public func dataTask(with request: URLRequest, completionHandler: @escaping (Data?, URLResponse?, Error?) -> ()) -> URLSessionDataTask {
| `- note: parameter 'completionHandler' is implicitly non-sendable
33 | let task = FakeDataTask(
34 | originalTask: session.dataTask(with: request, completionHandler: completionHandler),
| `- warning: passing non-sendable parameter 'completionHandler' to function expecting a @Sendable closure
35 | completionHandler: completionHandler
36 | )
[8/51] Compiling Types SettableThrowingPropertyOf.swift
[9/51] Emitting module URLSessionTestHelpers
/host/spi-builder-workspace/Tests/URLSessionTestHelpers/FakeURLSession.swift:10:20: warning: class 'FakeURLSession' must restate inherited '@unchecked Sendable' conformance
8 | #endif
9 |
10 | public final class FakeURLSession: URLSession {
| `- warning: class 'FakeURLSession' must restate inherited '@unchecked Sendable' conformance
11 | let session = URLSession.shared
12 |
/host/spi-builder-workspace/Tests/URLSessionTestHelpers/FakeURLSession.swift:42:14: warning: class 'FakeDownloadTask' must restate inherited '@unchecked Sendable' conformance
40 | }
41 |
42 | public class FakeDownloadTask: URLSessionDownloadTask {
| `- warning: class 'FakeDownloadTask' must restate inherited '@unchecked Sendable' conformance
43 | public var originalTask: URLSessionTask
44 | public var completionHandler: (URL?, URLResponse?, Error?) -> ()
/host/spi-builder-workspace/Tests/URLSessionTestHelpers/FakeURLSession.swift:58:14: warning: class 'FakeDataTask' must restate inherited '@unchecked Sendable' conformance
56 | }
57 |
58 | public class FakeDataTask: URLSessionDataTask {
| `- warning: class 'FakeDataTask' must restate inherited '@unchecked Sendable' conformance
59 | public var originalTask: URLSessionTask
60 | public var completionHandler: (Data?, URLResponse?, Error?) -> ()
[11/52] Compiling Yams Node.Mapping.swift
[12/52] Compiling Yams Node.Scalar.swift
[13/52] Compiling Yams Encoder.swift
[14/52] Compiling Yams AliasDereferencingStrategy.swift
[15/52] Compiling Socket SocketProtocols.swift
[16/52] Compiling Socket SocketUtils.swift
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/SocketUtils.swift:43:56: error: cannot find type 'sockaddr' in scope
41 | /// - Returns: The result of executing the closure.
42 | ///
43 | func withSockAddrPointer<Result>(body: (UnsafePointer<sockaddr>, socklen_t) throws -> Result) rethrows -> Result {
| `- error: cannot find type 'sockaddr' in scope
44 |
45 | ///
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/SocketUtils.swift:86:47: error: cannot find type 'sockaddr' in scope
84 | /// - Returns: Newly initialized Socket.Address.
85 | ///
86 | init?(addressProvider: (UnsafeMutablePointer<sockaddr>, UnsafeMutablePointer<socklen_t>) throws -> Void) rethrows {
| `- error: cannot find type 'sockaddr' in scope
87 |
88 | var addressStorage = sockaddr_storage()
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/SocketUtils.swift:146:27: error: cannot find '__DARWIN_FD_SETSIZE' in scope
144 | // __DARWIN_FD_SETSIZE is number of *bits*, so divide by number bits in each element to get element count
145 | // at present this is 1024 / 32 == 32
146 | let __fd_set_count = Int(__DARWIN_FD_SETSIZE) / 32
| `- error: cannot find '__DARWIN_FD_SETSIZE' in scope
147 |
148 | extension fd_set {
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/SocketUtils.swift:52:60: error: cannot find type 'sockaddr' in scope
50 | /// - Returns: Result of executing the closure.
51 | ///
52 | func castAndCall<T>(_ address: T, _ body: (UnsafePointer<sockaddr>, socklen_t) throws -> Result) rethrows -> Result {
| `- error: cannot find type 'sockaddr' in scope
53 | var localAddress = address // We need a `var` here for the `&`.
54 | return try withUnsafePointer(to: &localAddress) {
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/SocketUtils.swift:55:41: error: cannot find 'sockaddr' in scope
53 | var localAddress = address // We need a `var` here for the `&`.
54 | return try withUnsafePointer(to: &localAddress) {
55 | return try $0.withMemoryRebound(to: sockaddr.self, capacity: 1, {
| `- error: cannot find 'sockaddr' in scope
56 | return try body($0, socklen_t(MemoryLayout<T>.size))
57 | })
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/SocketUtils.swift:55:19: error: generic parameter 'T' could not be inferred
53 | var localAddress = address // We need a `var` here for the `&`.
54 | return try withUnsafePointer(to: &localAddress) {
55 | return try $0.withMemoryRebound(to: sockaddr.self, capacity: 1, {
| `- error: generic parameter 'T' could not be inferred
56 | return try body($0, socklen_t(MemoryLayout<T>.size))
57 | })
Swift.UnsafePointer.withMemoryRebound:2:13: note: in call to function 'withMemoryRebound(to:capacity:_:)'
1 | generic struct UnsafePointer {
2 | public func withMemoryRebound<T, E, Result>(to type: T.Type, capacity count: Int, _ body: (_ pointer: UnsafePointer<T>) throws(E) -> Result) throws(E) -> Result where E : Error, T : ~Copyable, Result : ~Copyable}
| `- note: in call to function 'withMemoryRebound(to:capacity:_:)'
3 |
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:320:13: error: cannot find type 'sockaddr_in' in scope
318 |
319 | /// sockaddr_in
320 | case ipv4(sockaddr_in)
| `- error: cannot find type 'sockaddr_in' in scope
321 |
322 | /// sockaddr_in6
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:323:13: error: cannot find type 'sockaddr_in6' in scope
321 |
322 | /// sockaddr_in6
323 | case ipv6(sockaddr_in6)
| `- error: cannot find type 'sockaddr_in6' in scope
324 |
325 | /// sockaddr_un
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:326:13: error: cannot find type 'sockaddr_un' in scope
324 |
325 | /// sockaddr_un
326 | case unix(sockaddr_un)
| `- error: cannot find type 'sockaddr_un' in scope
327 |
328 | ///
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/SocketUtils.swift:88:24: error: cannot find 'sockaddr_storage' in scope
86 | init?(addressProvider: (UnsafeMutablePointer<sockaddr>, UnsafeMutablePointer<socklen_t>) throws -> Void) rethrows {
87 |
88 | var addressStorage = sockaddr_storage()
| `- error: cannot find 'sockaddr_storage' in scope
89 | var addressStorageLength = socklen_t(MemoryLayout.size(ofValue: addressStorage))
90 | try withUnsafeMutablePointer(to: &addressStorage) {
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/SocketUtils.swift:91:33: error: cannot find 'sockaddr' in scope
89 | var addressStorageLength = socklen_t(MemoryLayout.size(ofValue: addressStorage))
90 | try withUnsafeMutablePointer(to: &addressStorage) {
91 | try $0.withMemoryRebound(to: sockaddr.self, capacity: 1) { addressPointer in
| `- error: cannot find 'sockaddr' in scope
92 | try withUnsafeMutablePointer(to: &addressStorageLength) { addressLengthPointer in
93 | try addressProvider(addressPointer, addressLengthPointer)
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/SocketUtils.swift:91:11: error: generic parameter 'T' could not be inferred
89 | var addressStorageLength = socklen_t(MemoryLayout.size(ofValue: addressStorage))
90 | try withUnsafeMutablePointer(to: &addressStorage) {
91 | try $0.withMemoryRebound(to: sockaddr.self, capacity: 1) { addressPointer in
| `- error: generic parameter 'T' could not be inferred
92 | try withUnsafeMutablePointer(to: &addressStorageLength) { addressLengthPointer in
93 | try addressProvider(addressPointer, addressLengthPointer)
Swift.UnsafeMutablePointer.withMemoryRebound:2:13: note: in call to function 'withMemoryRebound(to:capacity:_:)'
1 | generic struct UnsafeMutablePointer {
2 | public func withMemoryRebound<T, E, Result>(to type: T.Type, capacity count: Int, _ body: (_ pointer: UnsafeMutablePointer<T>) throws(E) -> Result) throws(E) -> Result where E : Error, T : ~Copyable, Result : ~Copyable}
| `- note: in call to function 'withMemoryRebound(to:capacity:_:)'
3 |
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/SocketUtils.swift:99:8: error: cannot find 'AF_INET' in scope
97 |
98 | switch Int32(addressStorage.ss_family) {
99 | case AF_INET:
| `- error: cannot find 'AF_INET' in scope
100 | self = withUnsafePointer(to: &addressStorage) {
101 | return $0.withMemoryRebound(to: sockaddr_in.self, capacity: 1) {
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/SocketUtils.swift:105:8: error: cannot find 'AF_INET6' in scope
103 | }
104 | }
105 | case AF_INET6:
| `- error: cannot find 'AF_INET6' in scope
106 | self = withUnsafePointer(to: &addressStorage) {
107 | return $0.withMemoryRebound(to: sockaddr_in6.self, capacity: 1) {
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/SocketUtils.swift:111:8: error: cannot find 'AF_UNIX' in scope
109 | }
110 | }
111 | case AF_UNIX:
| `- error: cannot find 'AF_UNIX' in scope
112 | self = withUnsafePointer(to: &addressStorage) {
113 | return $0.withMemoryRebound(to: sockaddr_un.self, capacity: 1) {
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/SocketUtils.swift:101:37: error: cannot find 'sockaddr_in' in scope
99 | case AF_INET:
100 | self = withUnsafePointer(to: &addressStorage) {
101 | return $0.withMemoryRebound(to: sockaddr_in.self, capacity: 1) {
| `- error: cannot find 'sockaddr_in' in scope
102 | return Socket.Address.ipv4($0.pointee)
103 | }
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/SocketUtils.swift:101:15: error: generic parameter 'T' could not be inferred
99 | case AF_INET:
100 | self = withUnsafePointer(to: &addressStorage) {
101 | return $0.withMemoryRebound(to: sockaddr_in.self, capacity: 1) {
| `- error: generic parameter 'T' could not be inferred
102 | return Socket.Address.ipv4($0.pointee)
103 | }
Swift.UnsafePointer.withMemoryRebound:2:13: note: in call to function 'withMemoryRebound(to:capacity:_:)'
1 | generic struct UnsafePointer {
2 | public func withMemoryRebound<T, E, Result>(to type: T.Type, capacity count: Int, _ body: (_ pointer: UnsafePointer<T>) throws(E) -> Result) throws(E) -> Result where E : Error, T : ~Copyable, Result : ~Copyable}
| `- note: in call to function 'withMemoryRebound(to:capacity:_:)'
3 |
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/SocketUtils.swift:107:37: error: cannot find 'sockaddr_in6' in scope
105 | case AF_INET6:
106 | self = withUnsafePointer(to: &addressStorage) {
107 | return $0.withMemoryRebound(to: sockaddr_in6.self, capacity: 1) {
| `- error: cannot find 'sockaddr_in6' in scope
108 | return Socket.Address.ipv6($0.pointee)
109 | }
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/SocketUtils.swift:107:15: error: generic parameter 'T' could not be inferred
105 | case AF_INET6:
106 | self = withUnsafePointer(to: &addressStorage) {
107 | return $0.withMemoryRebound(to: sockaddr_in6.self, capacity: 1) {
| `- error: generic parameter 'T' could not be inferred
108 | return Socket.Address.ipv6($0.pointee)
109 | }
Swift.UnsafePointer.withMemoryRebound:2:13: note: in call to function 'withMemoryRebound(to:capacity:_:)'
1 | generic struct UnsafePointer {
2 | public func withMemoryRebound<T, E, Result>(to type: T.Type, capacity count: Int, _ body: (_ pointer: UnsafePointer<T>) throws(E) -> Result) throws(E) -> Result where E : Error, T : ~Copyable, Result : ~Copyable}
| `- note: in call to function 'withMemoryRebound(to:capacity:_:)'
3 |
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/SocketUtils.swift:113:37: error: cannot find 'sockaddr_un' in scope
111 | case AF_UNIX:
112 | self = withUnsafePointer(to: &addressStorage) {
113 | return $0.withMemoryRebound(to: sockaddr_un.self, capacity: 1) {
| `- error: cannot find 'sockaddr_un' in scope
114 | return Socket.Address.unix($0.pointee)
115 | }
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/SocketUtils.swift:113:15: error: generic parameter 'T' could not be inferred
111 | case AF_UNIX:
112 | self = withUnsafePointer(to: &addressStorage) {
113 | return $0.withMemoryRebound(to: sockaddr_un.self, capacity: 1) {
| `- error: generic parameter 'T' could not be inferred
114 | return Socket.Address.unix($0.pointee)
115 | }
Swift.UnsafePointer.withMemoryRebound:2:13: note: in call to function 'withMemoryRebound(to:capacity:_:)'
1 | generic struct UnsafePointer {
2 | public func withMemoryRebound<T, E, Result>(to type: T.Type, capacity count: Int, _ body: (_ pointer: UnsafePointer<T>) throws(E) -> Result) throws(E) -> Result where E : Error, T : ~Copyable, Result : ~Copyable}
| `- note: in call to function 'withMemoryRebound(to:capacity:_:)'
3 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[18/52] Emitting module Glob
/host/spi-builder-workspace/.build/checkouts/Glob/Sources/Glob/Glob.swift:116:31: error: cannot find 'GLOB_TILDE' in scope
114 | // MARK: Private
115 |
116 | private var globalFlags = GLOB_TILDE | GLOB_BRACE | GLOB_MARK
| `- error: cannot find 'GLOB_TILDE' in scope
117 |
118 | private func executeGlob(pattern: UnsafePointer<CChar>, gt: UnsafeMutablePointer<glob_t>) -> Bool {
/host/spi-builder-workspace/.build/checkouts/Glob/Sources/Glob/Glob.swift:116:44: error: cannot find 'GLOB_BRACE' in scope
114 | // MARK: Private
115 |
116 | private var globalFlags = GLOB_TILDE | GLOB_BRACE | GLOB_MARK
| `- error: cannot find 'GLOB_BRACE' in scope
117 |
118 | private func executeGlob(pattern: UnsafePointer<CChar>, gt: UnsafeMutablePointer<glob_t>) -> Bool {
/host/spi-builder-workspace/.build/checkouts/Glob/Sources/Glob/Glob.swift:116:57: error: cannot find 'GLOB_MARK' in scope
114 | // MARK: Private
115 |
116 | private var globalFlags = GLOB_TILDE | GLOB_BRACE | GLOB_MARK
| `- error: cannot find 'GLOB_MARK' in scope
117 |
118 | private func executeGlob(pattern: UnsafePointer<CChar>, gt: UnsafeMutablePointer<glob_t>) -> Bool {
/host/spi-builder-workspace/.build/checkouts/Glob/Sources/Glob/Glob.swift:118:86: error: cannot find type 'glob_t' in scope
116 | private var globalFlags = GLOB_TILDE | GLOB_BRACE | GLOB_MARK
117 |
118 | private func executeGlob(pattern: UnsafePointer<CChar>, gt: UnsafeMutablePointer<glob_t>) -> Bool {
| `- error: cannot find type 'glob_t' in scope
119 | return 0 == glob(pattern, globalFlags, nil, gt)
120 | }
/host/spi-builder-workspace/.build/checkouts/Glob/Sources/Glob/Glob.swift:192:36: error: cannot find type 'glob_t' in scope
190 | }
191 |
192 | private func populateFiles(gt: glob_t, includeFiles: Bool) {
| `- error: cannot find type 'glob_t' in scope
193 | let includeDirectories = behavior.includesDirectoriesInResults
194 | #if os(Linux)
[19/52] Compiling Glob Glob.swift
/host/spi-builder-workspace/.build/checkouts/Glob/Sources/Glob/Glob.swift:116:31: error: cannot find 'GLOB_TILDE' in scope
114 | // MARK: Private
115 |
116 | private var globalFlags = GLOB_TILDE | GLOB_BRACE | GLOB_MARK
| `- error: cannot find 'GLOB_TILDE' in scope
117 |
118 | private func executeGlob(pattern: UnsafePointer<CChar>, gt: UnsafeMutablePointer<glob_t>) -> Bool {
/host/spi-builder-workspace/.build/checkouts/Glob/Sources/Glob/Glob.swift:116:44: error: cannot find 'GLOB_BRACE' in scope
114 | // MARK: Private
115 |
116 | private var globalFlags = GLOB_TILDE | GLOB_BRACE | GLOB_MARK
| `- error: cannot find 'GLOB_BRACE' in scope
117 |
118 | private func executeGlob(pattern: UnsafePointer<CChar>, gt: UnsafeMutablePointer<glob_t>) -> Bool {
/host/spi-builder-workspace/.build/checkouts/Glob/Sources/Glob/Glob.swift:116:57: error: cannot find 'GLOB_MARK' in scope
114 | // MARK: Private
115 |
116 | private var globalFlags = GLOB_TILDE | GLOB_BRACE | GLOB_MARK
| `- error: cannot find 'GLOB_MARK' in scope
117 |
118 | private func executeGlob(pattern: UnsafePointer<CChar>, gt: UnsafeMutablePointer<glob_t>) -> Bool {
/host/spi-builder-workspace/.build/checkouts/Glob/Sources/Glob/Glob.swift:118:86: error: cannot find type 'glob_t' in scope
116 | private var globalFlags = GLOB_TILDE | GLOB_BRACE | GLOB_MARK
117 |
118 | private func executeGlob(pattern: UnsafePointer<CChar>, gt: UnsafeMutablePointer<glob_t>) -> Bool {
| `- error: cannot find type 'glob_t' in scope
119 | return 0 == glob(pattern, globalFlags, nil, gt)
120 | }
/host/spi-builder-workspace/.build/checkouts/Glob/Sources/Glob/Glob.swift:192:36: error: cannot find type 'glob_t' in scope
190 | }
191 |
192 | private func populateFiles(gt: glob_t, includeFiles: Bool) {
| `- error: cannot find type 'glob_t' in scope
193 | let includeDirectories = behavior.includesDirectoriesInResults
194 | #if os(Linux)
/host/spi-builder-workspace/.build/checkouts/Glob/Sources/Glob/Glob.swift:99:22: error: cannot find 'glob_t' in scope
97 |
98 | for pattern in patterns {
99 | var gt = glob_t()
| `- error: cannot find 'glob_t' in scope
100 | if executeGlob(pattern: pattern, gt: >) {
101 | populateFiles(gt: gt, includeFiles: includeFiles)
/host/spi-builder-workspace/.build/checkouts/Glob/Sources/Glob/Glob.swift:104:13: error: cannot find 'globfree' in scope
102 | }
103 |
104 | globfree(>)
| `- error: cannot find 'globfree' in scope
105 | }
106 |
/host/spi-builder-workspace/.build/checkouts/Glob/Sources/Glob/Glob.swift:119:21: error: cannot find 'glob' in scope
117 |
118 | private func executeGlob(pattern: UnsafePointer<CChar>, gt: UnsafeMutablePointer<glob_t>) -> Bool {
119 | return 0 == glob(pattern, globalFlags, nil, gt)
| `- error: cannot find 'glob' in scope
120 | }
121 |
/host/spi-builder-workspace/.build/checkouts/Glob/Sources/Glob/Glob.swift:119:48: error: 'nil' requires a contextual type
117 |
118 | private func executeGlob(pattern: UnsafePointer<CChar>, gt: UnsafeMutablePointer<glob_t>) -> Bool {
119 | return 0 == glob(pattern, globalFlags, nil, gt)
| `- error: 'nil' requires a contextual type
120 | }
121 |
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:52:39: error: cannot find 'in_addr_t' in scope
50 | public static let SOCKET_INVALID_DESCRIPTOR = Int32(-1)
51 |
52 | public static let INADDR_ANY = in_addr_t(0)
| `- error: cannot find 'in_addr_t' in scope
53 |
54 | public static let NO_HOSTNAME = "No hostname"
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:320:13: error: cannot find type 'sockaddr_in' in scope
318 |
319 | /// sockaddr_in
320 | case ipv4(sockaddr_in)
| `- error: cannot find type 'sockaddr_in' in scope
321 |
322 | /// sockaddr_in6
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:323:13: error: cannot find type 'sockaddr_in6' in scope
321 |
322 | /// sockaddr_in6
323 | case ipv6(sockaddr_in6)
| `- error: cannot find type 'sockaddr_in6' in scope
324 |
325 | /// sockaddr_un
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:326:13: error: cannot find type 'sockaddr_un' in scope
324 |
325 | /// sockaddr_un
326 | case unix(sockaddr_un)
| `- error: cannot find type 'sockaddr_un' in scope
327 |
328 | ///
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/SocketUtils.swift:43:56: error: cannot find type 'sockaddr' in scope
41 | /// - Returns: The result of executing the closure.
42 | ///
43 | func withSockAddrPointer<Result>(body: (UnsafePointer<sockaddr>, socklen_t) throws -> Result) rethrows -> Result {
| `- error: cannot find type 'sockaddr' in scope
44 |
45 | ///
[20/52] Emitting module Signals
BUILD FAILURE 6.1 android