-
Couldn't load subscription status.
- Fork 126
Open
Description
Documentation
Build of target: 'SystemPackage' complete! (2.21s)
error: 'docc convert' invocation failed with a nonzero exit code: '1'
Generating documentation for 'SystemPackage'...
Converting documentation...
warning: '--level' is deprecated. Use '--coverage-summary-level' instead.
warning: '--index' is deprecated. Use '--emit-lmdb-index' indead.
error: No external resolver registered for 'com.apple.documentation'.
--> Sources/System/FileHelpers.swift:50:16-50:111
48 | ///
49 | /// If `sequence` doesn't implement
50 + /// the <doc://com.apple.documentation/documentation/swift/sequence/3128824-withcontiguousstorageifavailable> method,
51 | /// temporary space will be allocated as needed.
52 | @_alwaysEmitIntoClient
error: No external resolver registered for 'com.apple.documentation'.
--> Sources/System/FileHelpers.swift:92:16-92:111
90 | ///
91 | /// If `sequence` doesn't implement
92 + /// the <doc://com.apple.documentation/documentation/swift/sequence/3128824-withcontiguousstorageifavailable> method,
93 | /// temporary space will be allocated as needed.
94 | @_alwaysEmitIntoClient
error: No external resolver registered for 'com.apple.documentation'.
--> Sources/System/FileOperations.swift:204:16-204:103
202 | /// - Returns: The number of bytes that were read.
203 | ///
204 + /// The <doc://com.apple.documentation/documentation/swift/unsafemutablerawbufferpointer/count-95usp> property of `buffer`
205 | /// determines the maximum number of bytes that are read into that buffer.
206 | ///
error: No external resolver registered for 'com.apple.documentation'.
--> Sources/System/FileOperations.swift:242:16-242:103
240 | /// - Returns: The number of bytes that were read.
241 | ///
242 + /// The <doc://com.apple.documentation/documentation/swift/unsafemutablerawbufferpointer/count-95usp> property of `buffer`
243 | /// determines the maximum number of bytes that are read into that buffer.
244 | ///
error: Parameter 'target' is missing documentation
--> Sources/System/FileOperations.swift:381:79-381:79
379 | /// - retryOnInterrupt: Whether to retry the write operation
| ╰─suggestion: Document 'target' parameter
380 | /// if it throws ``Errno/interrupted``. The default is `true`.
381 + /// Pass `false` to try only once and throw an error upon interruption.
382 | /// - Returns: The new file descriptor.
383 | ///
error: No external resolver registered for 'com.apple.documentation'.
--> Sources/System/FilePath/FilePath.swift:32:10-32:65
30 | ///
31 | /// File paths conform to the
32 + /// <doc://com.apple.documentation/documentation/swift/equatable>
33 | /// and <doc://com.apple.documentation/documentation/swift/hashable> protocols
34 | /// by performing the protocols' operations on their raw byte contents.
error: No external resolver registered for 'com.apple.documentation'.
--> Sources/System/FilePath/FilePath.swift:33:14-33:68
31 | /// File paths conform to the
32 | /// <doc://com.apple.documentation/documentation/swift/equatable>
33 + /// and <doc://com.apple.documentation/documentation/swift/hashable> protocols
34 | /// by performing the protocols' operations on their raw byte contents.
35 | /// This conformance allows file paths to be used,Error: An error was encountered while compiling documentation
Error: Process completed with exit code 1.
Checking for unacceptable language...
** ERROR: ❌ Found unacceptable language:
CODE_OF_CONDUCT.md:13:158:* Using welcoming and inclusive language (e.g., prefer non-gendered words like “folks” to “guys”, non-ableist words like “soundness check” to “sanity check”, etc.)
Sources/System/Errno.swift:324:66: /// for example, specifying an undefined signal to a signal or kill function.
Tests/SystemTests/FilePathTests/FilePathSyntaxTest.swift:1186:27: // I'm not aware of a sane fixup behavior here, so we go
License:
** ERROR: ❌ Found missing license header in files: .swiftci/5_10_ubuntu2204 .swiftci/5_9_ubuntu2204 .swiftci/nightly_6_0_macos .swiftci/nightly_6_0_ubuntu2204 .swiftci/nightly_main_macos .swiftci/nightly_main_ubuntu2204 .swiftci/nightly_main_windows Package.swift Sources/CSystem/include/CSystemLinux.h Sources/CSystem/include/CSystemWASI.h Sources/CSystem/include/CSystemWindows.h Sources/CSystem/shims.c Sources/System/Errno.swift Sources/System/ErrnoWindows.swift Sources/System/FileDescriptor.swift Sources/System/FileHelpers.swift Sources/System/FileOperations.swift Sources/System/FilePath/FilePath.swift Sources/System/FilePath/FilePathComponentView.swift Sources/System/FilePath/FilePathComponents.swift Sources/System/FilePath/FilePathParsing.swift Sources/System/FilePath/FilePathString.swift Sources/System/FilePath/FilePathSyntax.swift Sources/System/FilePath/FilePathTemp.swift Sources/System/FilePath/FilePathTempPosix.swift Sources/System/FilePath/FilePathTempWindows.swift Sources/System/FilePath/FilePathWindows.swift Sources/System/FilePermissions.swift Sources/System/Internals/Backcompat.swift Sources/System/Internals/CInterop.swift Sources/System/Internals/Constants.swift Sources/System/Internals/Exports.swift Sources/System/Internals/Mocking.swift Sources/System/Internals/RawBuffer.swift Sources/System/Internals/Syscalls.swift Sources/System/Internals/WindowsSyscallAdapters.swift Sources/System/MachPort.swift Sources/System/PlatformString.swift Sources/System/SystemString.swift Sources/System/Util+StringArray.swift Sources/System/Util.swift Sources/System/UtilConsumers.swift Tests/SystemTests/ErrnoTest.swift Tests/SystemTests/FileDescriptorExtras.swift Tests/SystemTests/FileOperationsTest.swift Tests/SystemTests/FileOperationsTestWindows.swift Tests/SystemTests/FilePathTests/FilePathComponentsTest.swift Tests/SystemTests/FilePathTests/FilePathDecodable.swift Tests/SystemTests/FilePathTests/FilePathExtras.swift Tests/SystemTests/FilePathTests/FilePathParsingTest.swift Tests/SystemTests/FilePathTests/FilePathSyntaxTest.swift Tests/SystemTests/FilePathTests/FilePathTempTest.swift Tests/SystemTests/FilePathTests/FilePathTest.swift Tests/SystemTests/FileTypesTest.swift Tests/SystemTests/MachPortTests.swift Tests/SystemTests/MockingTest.swift Tests/SystemTests/SystemCharTest.swift Tests/SystemTests/SystemStringTests.swift Tests/SystemTests/TestingInfrastructure.swift Tests/SystemTests/UtilTests.swift Utilities/expand-availability.py cmake/modules/SwiftSupport.cmake cmake/modules/SwiftSystemConfig.cmake.in .
Format:
** Running swift format lint...
Sources/System/ErrnoWindows.swift:1:1: warning: [NoBlockComments] replace this block comment with line comments
Sources/System/FileHelpers.swift:1:1: warning: [NoBlockComments] replace this block comment with line comments
Sources/System/FileHelpers.swift:10:13: warning: [NoBlockComments] replace this block comment with line comments
Sources/System/FileDescriptor.swift:1:1: warning: [NoBlockComments] replace this block comment with line comments
Sources/System/FileDescriptor.swift:17:13: warning: [NoBlockComments] replace this block comment with line comments
Sources/System/FileDescriptor.swift:29:13: warning: [NoBlockComments] replace this block comment with line comments
Sources/System/FileDescriptor.swift:44:13: warning: [NoBlockComments] replace this block comment with line comments
Sources/System/FileDescriptor.swift:48:15: warning: [NoBlockComments] replace this block comment with line comments
Sources/System/FileDescriptor.swift:66:23: warning: [AlwaysUseLowerCamelCase] rename the variable 'O_RDONLY' using lowerCamelCase
Sources/System/FileDescriptor.swift:76:23: warning: [AlwaysUseLowerCamelCase] rename the variable 'O_WRONLY' using lowerCamelCase
Sources/System/FileDescriptor.swift:86:23: warning: [AlwaysUseLowerCamelCase] rename the variable 'O_RDWR' using lowerCamelCase
Sources/System/FileDescriptor.swift:91:15: warning: [NoBlockComments] replace this block comment with line comments
Sources/System/FileDescriptor.swift:121:25: warning: [AlwaysUseLowerCamelCase] rename the variable 'O_NONBLOCK' using lowerCamelCase
Sources/System/FileDescriptor.swift:137:23: warning: [AlwaysUseLowerCamelCase] rename the variable 'O_APPEND' using lowerCamelCase
Sources/System/FileDescriptor.swift:147:23: warning: [AlwaysUseLowerCamelCase] rename the variable 'O_CREAT' using lowerCamelCase
Sources/System/FileDescriptor.swift:161:23: warning: [AlwaysUseLowerCamelCase] rename the variable 'O_TRUNC' using lowerCamelCase
Sources/System/FileOperations.swift:1:1: warning: [NoBlockComments] replace this block comment with line comments
Sources/System/FileOperations.swift:10:13: warning: [NoBlockComments] replace this block comment with line comments
Sources/System/FileDescriptor.swift:183:23: warning: [AlwaysUseLowerCamelCase] rename the variable 'O_EXCL' using lowerCamelCase
Sources/System/FileDescriptor.swift:201:25: warning: [AlwaysUseLowerCamelCase] rename the variable 'O_SHLOCK' using lowerCamelCase
Sources/System/FilePath/FilePath.swift:1:1: warning: [NoBlockComments] replace this block comment with line comments
Sources/System/FileDescriptor.swift:218:25: warning: [AlwaysUseLowerCamelCase] rename the variable 'O_EXLOCK' using lowerCamelCase
Sources/System/FilePath/FilePath.swift:40:13: warning: [NoBlockComments] replace this block comment with line comments
Sources/System/FileDescriptor.swift:236:25: warning: [AlwaysUseLowerCamelCase] rename the variable 'O_NOFOLLOW' using lowerCamelCase
Sources/System/FilePath/FilePath.swift:62:13: warning: [NoBlockComments] replace this block comment with line comments
Sources/System/FileDescriptor.swift:250:25: warning: [AlwaysUseLowerCamelCase] rename the variable 'O_DIRECTORY' using lowerCamelCase
Sources/System/FilePath/FilePath.swift:68:13: warning: [NoBlockComments] replace this block comment with line comments
Sources/System/FilePath/FilePath.swift:71:13: warning: [NoBlockComments] replace this block comment with line comments
Sources/System/FileDescriptor.swift:266:25: warning: [AlwaysUseLowerCamelCase] rename the variable 'O_SYNC' using lowerCamelCase
Sources/System/FileDescriptor.swift:285:25: warning: [AlwaysUseLowerCamelCase] rename the variable 'O_SYMLINK' using lowerCamelCase
Sources/System/FileDescriptor.swift:301:25: warning: [AlwaysUseLowerCamelCase] rename the variable 'O_EVTONLY' using lowerCamelCase
Sources/System/FileDescriptor.swift:323:25: warning: [AlwaysUseLowerCamelCase] rename the variable 'O_CLOEXEC' using lowerCamelCase
Sources/System/FileDescriptor.swift:329:15: warning: [NoBlockComments] replace this block comment with line comments
Sources/System/FileDescriptor.swift:347:23: warning: [AlwaysUseLowerCamelCase] rename the variable 'SEEK_SET' using lowerCamelCase
Sources/System/FileDescriptor.swift:358:23: warning: [AlwaysUseLowerCamelCase] rename the variable 'SEEK_CUR' using lowerCamelCase
Sources/System/FileDescriptor.swift:369:23: warning: [AlwaysUseLowerCamelCase] rename the variable 'SEEK_END' using lowerCamelCase
Sources/System/FileDescriptor.swift:386:25: warning: [AlwaysUseLowerCamelCase] rename the variable 'SEEK_HOLE' using lowerCamelCase
Sources/System/FileDescriptor.swift:399:25: warning: [AlwaysUseLowerCamelCase] rename the variable 'SEEK_DATA' using lowerCamelCase
Sources/System/FileDescriptor.swift:405:13: warning: [NoBlockComments] replace this block comment with line comments
Sources/System/FileDescriptor.swift:422:13: warning: [NoBlockComments] replace this block comment with line comments
Sources/System/FileDescriptor.swift:443:13: warning: [NoBlockComments] replace this block comment with line comments
Sources/System/FilePath/FilePathComponentView.swift:1:1: warning: [NoBlockComments] replace this block comment with line comments
Sources/System/FilePath/FilePathComponentView.swift:12:13: warning: [NoBlockComments] replace this block comment with line comments
Sources/System/FilePath/FilePathComponentView.swift:31:15: warning: [NoBlockComments] replace this block comment with line comments
Sources/System/FileOperations.swift:370:15: warning: [NoBlockComments] replace this block comment with line comments
Sources/System/FilePath/FilePathComponentView.swift:67:13: warning: [NoBlockComments] replace this block comment with line comments
Sources/System/FilePath/FilePathComponentView.swift:71:15: warning: [NoBlockComments] replace this block comment with line comments
Sources/System/FilePath/FilePathComponentView.swift:103:13: warning: [NoBlockComments] replace this block comment with line comments
Sources/System/FileOperations.swift:400:17: warning: [NoBlockComments] replace this block comment with line comments
Sources/System/FileOperations.swift:408:17: warning: [NoBlockComments] replace this block comment with line comments
Sources/System/FilePath/FilePathComponentView.swift:153:13: warning: [NoBlockComments] replace this block comment with line comments
Sources/System/FileOperations.swift:437:15: warning: [NoBlockComments] replace this block comment with line comments
Sources/System/FileOperations.swift:445:17: warning: [NoBlockComments] replace this block comment with line comments
Sources/System/FileOperations.swift:450:17: warning: [NoBlockComments] replace this block comment with line comments
Sources/System/FilePath/FilePathComponentView.swift:182:13: warning: [NoBlockComments] replace this block comment with line comments
Sources/System/FilePath/FilePathComponentView.swift:195:13: warning: [NoBlockComments] replace this block comment with line comments
Sources/System/FileOperations.swift:467:13: warning: [NoBlockComments] replace this block comment with line comments
Sources/System/FileOperations.swift:489:15: warning: [NoBlockComments] replace this block comment with line comments
Sources/System/FilePath/FilePathComponentView.swift:210:12: warning: [ReplaceForEachWithForLoop] replace use of '.forEach { ... }' with for-in loop
Sources/System/FileOperations.swift:501:15: warning: [NoBlockComments] replace this block comment with line comments
Sources/System/Errno.swift:1:1: warning: [NoBlockComments] replace this block comment with line comments
Sources/System/Errno.swift:13:13: warning: [NoBlockComments] replace this block comment with line comments
Sources/System/Errno.swift:30:23: warning: [AlwaysUseLowerCamelCase] rename the variable 'ERRNO_NOT_USED' using lowerCamelCase
Sources/System/Errno.swift:45:21: warning: [AlwaysUseLowerCamelCase] rename the variable 'EPERM' using lowerCamelCase
Sources/System/Errno.swift:58:21: warning: [AlwaysUseLowerCamelCase] rename the variable 'ENOENT' using lowerCamelCase
Sources/System/Errno.swift:70:21: warning: [AlwaysUseLowerCamelCase] rename the variable 'ESRCH' using lowerCamelCase
Sources/System/Errno.swift:85:21: warning: [AlwaysUseLowerCamelCase] rename the variable 'EINTR' using lowerCamelCase
Sources/System/Errno.swift:100:21: warning: [AlwaysUseLowerCamelCase] rename the variable 'EIO' using lowerCamelCase
Sources/System/Errno.swift:115:21: warning: [AlwaysUseLowerCamelCase] rename the variable 'ENXIO' using lowerCamelCase
Sources/System/Errno.swift:129:21: warning: [AlwaysUseLowerCamelCase] rename the variable 'E2BIG' using lowerCamelCase
Sources/System/Errno.swift:143:21: warning: [AlwaysUseLowerCamelCase] rename the variable 'ENOEXEC' using lowerCamelCase
Sources/System/Errno.swift:158:21: warning: [AlwaysUseLowerCamelCase] rename the variable 'EBADF' using lowerCamelCase
Sources/System/Errno.swift:172:21: warning: [AlwaysUseLowerCamelCase] rename the variable 'ECHILD' using lowerCamelCase
Sources/System/Errno.swift:185:21: warning: [AlwaysUseLowerCamelCase] rename the variable 'EDEADLK' using lowerCamelCase
Sources/System/Errno.swift:202:21: warning: [AlwaysUseLowerCamelCase] rename the variable 'ENOMEM' using lowerCamelCase
Sources/System/Errno.swift:215:21: warning: [AlwaysUseLowerCamelCase] rename the variable 'EACCES' using lowerCamelCase
Sources/System/Errno.swift:227:21: warning: [AlwaysUseLowerCamelCase] rename the variable 'EFAULT' using lowerCamelCase
Sources/System/FilePath/FilePathComponents.swift:1:1: warning: [NoBlockComments] replace this block comment with line comments
Sources/System/FilePath/FilePathComponents.swift:12:13: warning: [NoBlockComments] replace this block comment with line comments
Sources/System/Errno.swift:240:23: warning: [AlwaysUseLowerCamelCase] rename the variable 'ENOTBLK' using lowerCamelCase
Sources/System/FilePath/FilePathComponents.swift:31:15: warning: [NoBlockComments] replace this block comment with line comments
Sources/System/Errno.swift:254:21: warning: [AlwaysUseLowerCamelCase] rename the variable 'EBUSY' using lowerCamelCase
Sources/System/Errno.swift:267:21: warning: [AlwaysUseLowerCamelCase] rename the variable 'EEXIST' using lowerCamelCase
Sources/System/Errno.swift:279:21: warning: [AlwaysUseLowerCamelCase] rename the variable 'EXDEV' using lowerCamelCase
Sources/System/Errno.swift:292:21: warning: [AlwaysUseLowerCamelCase] rename the variable 'ENODEV' using lowerCamelCase
Sources/System/Errno.swift:306:21: warning: [AlwaysUseLowerCamelCase] rename the variable 'ENOTDIR' using lowerCamelCase
Sources/System/Errno.swift:319:21: warning: [AlwaysUseLowerCamelCase] rename the variable 'EISDIR' using lowerCamelCase
Sources/System/Errno.swift:332:21: warning: [AlwaysUseLowerCamelCase] rename the variable 'EINVAL' using lowerCamelCase
Sources/System/Errno.swift:347:21: warning: [AlwaysUseLowerCamelCase] rename the variable 'ENFILE' using lowerCamelCase
Sources/System/Errno.swift:360:21: warning: [AlwaysUseLowerCamelCase] rename the variable 'EMFILE' using lowerCamelCase
Sources/System/FilePath/FilePathComponents.swift:58:15: warning: [NoBlockComments] replace this block comment with line comments
Sources/System/Errno.swift:375:23: warning: [AlwaysUseLowerCamelCase] rename the variable 'ENOTTY' using lowerCamelCase
Sources/System/FilePath/FilePathComponents.swift:77:13: warning: [NoBlockComments] replace this block comment with line comments
Sources/System/Errno.swift:390:23: warning: [AlwaysUseLowerCamelCase] rename the variable 'ETXTBSY' using lowerCamelCase
Sources/System/FilePath/FilePathComponents.swift:83:15: warning: [NoBlockComments] replace this block comment with line comments
Sources/System/Errno.swift:405:21: warning: [AlwaysUseLowerCamelCase] rename the variable 'EFBIG' using lowerCamelCase
Sources/System/Errno.swift:422:21: warning: [AlwaysUseLowerCamelCase] rename the variable 'ENOSPC' using lowerCamelCase
Sources/System/FilePath/FilePathComponents.swift:103:13: warning: [NoBlockComments] replace this block comment with line comments
Sources/System/Errno.swift:434:21: warning: [AlwaysUseLowerCamelCase] rename the variable 'ESPIPE' using lowerCamelCase
Sources/System/Errno.swift:447:21: warning: [AlwaysUseLowerCamelCase] rename the variable 'EROFS' using lowerCamelCase
Sources/System/Errno.swift:460:21: warning: [AlwaysUseLowerCamelCase] rename the variable 'EMLINK' using lowerCamelCase
Sources/System/Errno.swift:473:21: warning: [AlwaysUseLowerCamelCase] rename the variable 'EPIPE' using lowerCamelCase
Sources/System/Errno.swift:486:21: warning: [AlwaysUseLowerCamelCase] rename the variable 'EDOM' using lowerCamelCase
Sources/System/Errno.swift:501:21: warning: [AlwaysUseLowerCamelCase] rename the variable 'ERANGE' using lowerCamelCase
Sources/System/Errno.swift:515:21: warning: [AlwaysUseLowerCamelCase] rename the variable 'EAGAIN' using lowerCamelCase
Sources/System/Errno.swift:530:21: warning: [AlwaysUseLowerCamelCase] rename the variable 'EINPROGRESS' using lowerCamelCase
Sources/System/Errno.swift:543:21: warning: [AlwaysUseLowerCamelCase] rename the variable 'EALREADY' using lowerCamelCase
Sources/System/Errno.swift:553:21: warning: [AlwaysUseLowerCamelCase] rename the variable 'ENOTSOCK' using lowerCamelCase
Sources/System/Errno.swift:565:21: warning: [AlwaysUseLowerCamelCase] rename the variable 'EDESTADDRREQ' using lowerCamelCase
Sources/System/Errno.swift:578:21: warning: [AlwaysUseLowerCamelCase] rename the variable 'EMSGSIZE' using lowerCamelCase
Sources/System/Errno.swift:593:21: warning: [AlwaysUseLowerCamelCase] rename the variable 'EPROTOTYPE' using lowerCamelCase
Sources/System/Errno.swift:606:21: warning: [AlwaysUseLowerCamelCase] rename the variable 'ENOPROTOOPT' using lowerCamelCase
Sources/System/Errno.swift:619:21: warning: [AlwaysUseLowerCamelCase] rename the variable 'EPROTONOSUPPORT' using lowerCamelCase
Sources/System/Errno.swift:633:23: warning: [AlwaysUseLowerCamelCase] rename the variable 'ESOCKTNOSUPPORT' using lowerCamelCase
Sources/System/Errno.swift:647:21: warning: [AlwaysUseLowerCamelCase] rename the variable 'ENOTSUP' using lowerCamelCase
Sources/System/FilePath/FilePathParsing.swift:1:1: warning: [NoBlockComments] replace this block comment with line comments
Sources/System/Errno.swift:661:23: warning: [AlwaysUseLowerCamelCase] rename the variable 'EPFNOSUPPORT' using lowerCamelCase
Sources/System/Errno.swift:676:21: warning: [AlwaysUseLowerCamelCase] rename the variable 'EAFNOSUPPORT' using lowerCamelCase
Sources/System/Errno.swift:688:21: warning: [AlwaysUseLowerCamelCase] rename the variable 'EADDRINUSE' using lowerCamelCase
Sources/System/Errno.swift:701:21: warning: [AlwaysUseLowerCamelCase] rename the variable 'EADDRNOTAVAIL' using lowerCamelCase
Sources/System/FilePath/FilePathComponents.swift:189:13: warning: [NoBlockComments] replace this block comment with line comments
Sources/System/Errno.swift:713:21: warning: [AlwaysUseLowerCamelCase] rename the variable 'ENETDOWN' using lowerCamelCase
Sources/System/Errno.swift:725:21: warning: [AlwaysUseLowerCamelCase] rename the variable 'ENETUNREACH' using lowerCamelCase
Sources/System/Errno.swift:737:21: warning: [AlwaysUseLowerCamelCase] rename the variable 'ENETRESET' using lowerCamelCase
Sources/System/Errno.swift:749:21: warning: [AlwaysUseLowerCamelCase] rename the variable 'ECONNABORTED' using lowerCamelCase
Sources/System/Errno.swift:763:21: warning: [AlwaysUseLowerCamelCase] rename the variable 'ECONNRESET' using lowerCamelCase
Sources/System/Errno.swift:777:21: warning: [AlwaysUseLowerCamelCase] rename the variable 'ENOBUFS' using lowerCamelCase
Sources/System/Errno.swift:792:21: warning: [AlwaysUseLowerCamelCase] rename the variable 'EISCONN' using lowerCamelCase
Sources/System/Errno.swift:807:21: warning: [AlwaysUseLowerCamelCase] rename the variable 'ENOTCONN' using lowerCamelCase
Sources/System/FilePath/FilePathComponents.swift:192:13: warning: [NoBlockComments] replace this block comment with line comments
Sources/System/FilePath/FilePathParsing.swift:119:13: warning: [NoBlockComments] replace this block comment with line comments
Sources/System/Errno.swift:822:23: warning: [AlwaysUseLowerCamelCase] rename the variable 'ESHUTDOWN' using lowerCamelCase
Sources/System/Errno.swift:838:21: warning: [AlwaysUseLowerCamelCase] rename the variable 'ETIMEDOUT' using lowerCamelCase
Sources/System/FilePath/FilePathComponents.swift:199:13: warning: [NoBlockComments] replace this block comment with line comments
Sources/System/Errno.swift:853:21: warning: [AlwaysUseLowerCamelCase] rename the variable 'ECONNREFUSED' using lowerCamelCase
Sources/System/FilePath/FilePathComponents.swift:213:13: warning: [NoBlockComments] replace this block comment with line comments
Sources/System/Errno.swift:865:21: warning: [AlwaysUseLowerCamelCase] rename the variable 'ELOOP' using lowerCamelCase
Sources/System/Errno.swift:878:21: warning: [AlwaysUseLowerCamelCase] rename the variable 'ENAMETOOLONG' using lowerCamelCase
Sources/System/Errno.swift:891:23: warning: [AlwaysUseLowerCamelCase] rename the variable 'EHOSTDOWN' using lowerCamelCase
Sources/System/Errno.swift:904:21: warning: [AlwaysUseLowerCamelCase] rename the variable 'EHOSTUNREACH' using lowerCamelCase
Sources/System/Errno.swift:917:21: warning: [AlwaysUseLowerCamelCase] rename the variable 'ENOTEMPTY' using lowerCamelCase
Sources/System/FilePath/FilePathComponents.swift:242:13: warning: [NoBlockComments] replace this block comment with line comments
Sources/System/Errno.swift:928:23: warning: [AlwaysUseLowerCamelCase] rename the variable 'EPROCLIM' using lowerCamelCase
Sources/System/Errno.swift:942:23: warning: [AlwaysUseLowerCamelCase] rename the variable 'EUSERS' using lowerCamelCase
Sources/System/FilePath/FilePathComponents.swift:255:13: warning: [NoBlockComments] replace this block comment with line comments
Sources/System/FilePath/FilePathComponents.swift:270:13: warning: [NoBlockComments] replace this block comment with line comments
Sources/System/Errno.swift:960:21: warning: [AlwaysUseLowerCamelCase] rename the variable 'EDQUOT' using lowerCamelCase
Sources/System/Errno.swift:975:21: warning: [AlwaysUseLowerCamelCase] rename the variable 'ESTALE' using lowerCamelCase
Sources/System/Errno.swift:990:23: warning: [AlwaysUseLowerCamelCase] rename the variable 'EBADRPC' using lowerCamelCase
Sources/System/FilePath/FilePathComponents.swift:283:13: warning: [NoBlockComments] replace this block comment with line comments
Sources/System/FilePath/FilePathParsing.swift:200:13: warning: [NoBlockComments] replace this block comment with line comments
Sources/System/FilePath/FilePathParsing.swift:212:13: warning: [NoBlockComments] replace this block comment with line comments
Sources/System/Errno.swift:1003:23: warning: [AlwaysUseLowerCamelCase] rename the variable 'ERPCMISMATCH' using lowerCamelCase
Sources/System/Errno.swift:1015:23: warning: [AlwaysUseLowerCamelCase] rename the variable 'EPROGUNAVAIL' using lowerCamelCase
Sources/System/Errno.swift:1028:23: warning: [AlwaysUseLowerCamelCase] rename the variable 'EPROGMISMATCH' using lowerCamelCase
Sources/System/FilePath/FilePathString.swift:1:1: warning: [NoBlockComments] replace this block comment with line comments
Sources/System/FilePath/FilePathString.swift:12:13: warning: [NoBlockComments] replace this block comment with line comments
Sources/System/Errno.swift:1041:23: warning: [AlwaysUseLowerCamelCase] rename the variable 'EPROCUNAVAIL' using lowerCamelCase
Sources/System/Errno.swift:1055:21: warning: [AlwaysUseLowerCamelCase] rename the variable 'ENOLCK' using lowerCamelCase
Sources/System/FilePath/FilePathParsing.swift:276:13: warning: [NoBlockComments] replace this block comment with line comments
Sources/System/Errno.swift:1067:21: warning: [AlwaysUseLowerCamelCase] rename the variable 'ENOSYS' using lowerCamelCase
Sources/System/Errno.swift:1082:23: warning: [AlwaysUseLowerCamelCase] rename the variable 'EFTYPE' using lowerCamelCase
Sources/System/FilePath/FilePathParsing.swift:301:13: warning: [NoBlockComments] replace this block comment with line comments
Sources/System/Errno.swift:1096:23: warning: [AlwaysUseLowerCamelCase] rename the variable 'EAUTH' using lowerCamelCase
Sources/System/FilePath/FilePathString.swift:112:13: warning: [NoBlockComments] replace this block comment with line comments
Sources/System/Errno.swift:1109:23: warning: [AlwaysUseLowerCamelCase] rename the variable 'ENEEDAUTH' using lowerCamelCase
Sources/System/FilePath/FilePathParsing.swift:325:13: warning: [NoBlockComments] replace this block comment with line comments
Sources/System/Errno.swift:1121:23: warning: [AlwaysUseLowerCamelCase] rename the variable 'EPWROFF' using lowerCamelCase
Sources/System/Errno.swift:1134:23: warning: [AlwaysUseLowerCamelCase] rename the variable 'EDEVERR' using lowerCamelCase
Sources/System/FilePath/FilePathParsing.swift:347:13: warning: [NoBlockComments] replace this block comment with line comments
Sources/System/Errno.swift:1149:23: warning: [AlwaysUseLowerCamelCase] rename the variable 'EOVERFLOW' using lowerCamelCase
Sources/System/Errno.swift:1163:23: warning: [AlwaysUseLowerCamelCase] rename the variable 'EBADEXEC' using lowerCamelCase
Sources/System/FilePath/FilePathString.swift:203:13: warning: [NoBlockComments] replace this block comment with line comments
Sources/System/Errno.swift:1175:23: warning: [AlwaysUseLowerCamelCase] rename the variable 'EBADARCH' using lowerCamelCase
Sources/System/FilePath/FilePathParsing.swift:375:13: warning: [NoBlockComments] replace this block comment with line comments
Sources/System/Errno.swift:1188:23: warning: [AlwaysUseLowerCamelCase] rename the variable 'ESHLIBVERS' using lowerCamelCase
Sources/System/Errno.swift:1200:23: warning: [AlwaysUseLowerCamelCase] rename the variable 'EBADMACHO' using lowerCamelCase
Sources/System/Errno.swift:1213:21: warning: [AlwaysUseLowerCamelCase] rename the variable 'ECANCELED' using lowerCamelCase
Sources/System/Errno.swift:1226:23: warning: [AlwaysUseLowerCamelCase] rename the variable 'EIDRM' using lowerCamelCase
Sources/System/Errno.swift:1239:23: warning: [AlwaysUseLowerCamelCase] rename the variable 'ENOMSG' using lowerCamelCase
Sources/System/Errno.swift:1254:21: warning: [AlwaysUseLowerCamelCase] rename the variable 'EILSEQ' using lowerCamelCase
Sources/System/Errno.swift:1267:23: warning: [AlwaysUseLowerCamelCase] rename the variable 'ENOATTR' using lowerCamelCase
Sources/System/Errno.swift:1282:23: warning: [AlwaysUseLowerCamelCase] rename the variable 'EBADMSG' using lowerCamelCase
Sources/System/FilePath/FilePathString.swift:294:13: warning: [NoBlockComments] replace this block comment with line comments
Sources/System/FilePath/FilePathString.swift:313:13: warning: [NoBlockComments] replace this block comment with line comments
Sources/System/FilePath/FilePathString.swift:339:13: warning: [NoBlockComments] replace this block comment with line comments
Sources/System/Errno.swift:1295:25: warning: [AlwaysUseLowerCamelCase] rename the variable 'EMULTIHOP' using lowerCamelCase
Sources/System/Errno.swift:1308:27: warning: [AlwaysUseLowerCamelCase] rename the variable 'ENODATA' using lowerCamelCase
Sources/System/Errno.swift:1321:25: warning: [AlwaysUseLowerCamelCase] rename the variable 'ENOLINK' using lowerCamelCase
Sources/System/Errno.swift:1334:27: warning: [AlwaysUseLowerCamelCase] rename the variable 'ENOSR' using lowerCamelCase
Sources/System/Errno.swift:1346:27: warning: [AlwaysUseLowerCamelCase] rename the variable 'ENOSTR' using lowerCamelCase
Sources/System/Errno.swift:1362:23: warning: [AlwaysUseLowerCamelCase] rename the variable 'EPROTO' using lowerCamelCase
Sources/System/Errno.swift:1375:25: warning: [AlwaysUseLowerCamelCase] rename the variable 'ETIME' using lowerCamelCase
Sources/System/Errno.swift:1390:21: warning: [AlwaysUseLowerCamelCase] rename the variable 'EOPNOTSUPP' using lowerCamelCase
Sources/System/Errno.swift:1394:13: warning: [NoBlockComments] replace this block comment with line comments
Sources/System/Errno.swift:1404:21: warning: [AlwaysUseLowerCamelCase] rename the variable 'EWOULDBLOCK' using lowerCamelCase
Sources/System/FilePath/FilePathString.swift:365:13: warning: [NoBlockComments] replace this block comment with line comments
Sources/System/FilePath/FilePathString.swift:381:13: warning: [NoBlockComments] replace this block comment with line comments
Sources/System/Errno.swift:1415:23: warning: [AlwaysUseLowerCamelCase] rename the variable 'ETOOMANYREFS' using lowerCamelCase
Sources/System/FilePath/FilePathString.swift:398:13: warning: [NoBlockComments] replace this block comment with line comments
Sources/System/FilePath/FilePathSyntax.swift:1:1: warning: [NoBlockComments] replace this block comment with line comments
Sources/System/FilePath/FilePathSyntax.swift:12:13: warning: [NoBlockComments] replace this block comment with line comments
Sources/System/FilePath/FilePathString.swift:418:13: warning: [NoBlockComments] replace this block comment with line comments
Sources/System/Errno.swift:1425:23: warning: [AlwaysUseLowerCamelCase] rename the variable 'EREMOTE' using lowerCamelCase
Sources/System/Errno.swift:1437:23: warning: [AlwaysUseLowerCamelCase] rename the variable 'ENOPOLICY' using lowerCamelCase
Sources/System/FilePath/FilePathString.swift:429:13: warning: [NoBlockComments] replace this block comment with line comments
Sources/System/Errno.swift:1449:23: warning: [AlwaysUseLowerCamelCase] rename the variable 'ENOTRECOVERABLE' using lowerCamelCase
Sources/System/FilePath/FilePathString.swift:440:13: warning: [NoBlockComments] replace this block comment with line comments
Sources/System/FilePath/FilePathString.swift:454:13: warning: [NoBlockComments] replace this block comment with line comments
Sources/System/FilePath/FilePathString.swift:484:13: warning: [NoBlockComments] replace this block comment with line comments
Sources/System/Errno.swift:1459:23: warning: [AlwaysUseLowerCamelCase] rename the variable 'EOWNERDEAD' using lowerCamelCase
Sources/System/FilePath/FilePathSyntax.swift:103:13: warning: [NoBlockComments] replace this block comment with line comments
Sources/System/Errno.swift:1471:23: warning: [AlwaysUseLowerCamelCase] rename the variable 'ENOTCAPABLE' using lowerCamelCase
Sources/System/Errno.swift:1481:23: warning: [AlwaysUseLowerCamelCase] rename the variable 'ECAPMODE' using lowerCamelCase
Sources/System/Errno.swift:1491:23: warning: [AlwaysUseLowerCamelCase] rename the variable 'EINTEGRITY' using lowerCamelCase
Sources/System/FilePath/FilePathString.swift:514:13: warning: [NoBlockComments] replace this block comment with line comments
Sources/System/Errno.swift:1503:23: warning: [AlwaysUseLowerCamelCase] rename the variable 'EQFULL' using lowerCamelCase
Sources/System/Errno.swift:1519:23: warning: [AlwaysUseLowerCamelCase] rename the variable 'ELAST' using lowerCamelCase
Sources/System/Errno.swift:1523:13: warning: [NoBlockComments] replace this block comment with line comments
Sources/System/FilePath/FilePathSyntax.swift:186:13: warning: [NoBlockComments] replace this block comment with line comments
Sources/System/Errno.swift:1538:13: warning: [NoBlockComments] replace this block comment with line comments
Sources/System/Errno.swift:1545:13: warning: [NoBlockComments] replace this block comment with line comments
Sources/System/FilePath/FilePathString.swift:569:13: warning: [NoBlockComments] replace this block comment with line comments
Sources/System/FilePath/FilePathString.swift:579:15: warning: [NoBlockComments] replace this block comment with line comments
Sources/System/Errno.swift:1565:13: warning: [NoBlockComments] replace this block comment with line comments
Sources/System/FilePath/FilePathSyntax.swift:256:13: warning: [NoBlockComments] replace this block comment with line comments
Sources/System/FilePath/FilePathSyntax.swift:287:13: warning: [NoBlockComments] replace this block comment with line comments
Sources/System/FilePath/FilePathTemp.swift:1:1: warning: [NoBlockComments] replace this block comment with line comments
Sources/System/FilePath/FilePathSyntax.swift:351:13: warning: [NoBlockComments] replace this block comment with line comments
Sources/System/FilePath/FilePathSyntax.swift:432:13: warning: [NoBlockComments] replace this block comment with line comments
Sources/System/FilePath/FilePathSyntax.swift:585:13: warning: [NoBlockComments] replace this block comment with line comments
Sources/System/FilePath/FilePathTempPosix.swift:1:1: warning: [NoBlockComments] replace this block comment with line comments
Sources/System/FilePath/FilePathTempPosix.swift:60:16: warning: [AlwaysUseLowerCamelCase] rename the function 'impl_opendirat' using lowerCamelCase
Sources/System/FilePath/FilePathTempWindows.swift:1:1: warning: [NoBlockComments] replace this block comment with line comments
Sources/System/FilePermissions.swift:1:1: warning: [NoBlockComments] replace this block comment with line comments
Sources/System/FilePermissions.swift:20:13: warning: [NoBlockComments] replace this block comment with line comments
Sources/System/FilePermissions.swift:135:13: warning: [NoBlockComments] replace this block comment with line comments
Sources/System/FilePath/FilePathWindows.swift:1:1: warning: [NoBlockComments] replace this block comment with line comments
Sources/System/Internals/Backcompat.swift:1:1: warning: [NoBlockComments] replace this block comment with line comments
Sources/System/Internals/CInterop.swift:1:1: warning: [NoBlockComments] replace this block comment with line comments
Sources/System/Internals/CInterop.swift:40:15: warning: [NoBlockComments] replace this block comment with line comments
Sources/System/Internals/CInterop.swift:45:13: warning: [NoBlockComments] replace this block comment with line comments
Sources/System/FilePath/FilePathWindows.swift:317:5: warning: [NoBlockComments] replace this block comment with line comments
Sources/System/Internals/Exports.swift:1:1: warning: [NoBlockComments] replace this block comment with line comments
Sources/System/Internals/Exports.swift:40:16: warning: [AlwaysUseLowerCamelCase] rename the variable 'system_errno' using lowerCamelCase
Sources/System/Internals/Exports.swift:45:16: warning: [AlwaysUseLowerCamelCase] rename the variable 'system_errno' using lowerCamelCase
Sources/System/Internals/Exports.swift:57:16: warning: [AlwaysUseLowerCamelCase] rename the variable 'system_errno' using lowerCamelCase
Sources/System/Internals/Exports.swift:62:16: warning: [AlwaysUseLowerCamelCase] rename the variable 'system_errno' using lowerCamelCase
Sources/System/Internals/Exports.swift:67:16: warning: [AlwaysUseLowerCamelCase] rename the variable 'system_errno' using lowerCamelCase
Sources/System/Internals/Exports.swift:72:16: warning: [AlwaysUseLowerCamelCase] rename the variable 'system_errno' using lowerCamelCase
Sources/System/Internals/Exports.swift:82:15: warning: [AlwaysUseLowerCamelCase] rename the function 'system_strerror' using lowerCamelCase
Sources/System/Internals/Exports.swift:82:33: warning: [AlwaysUseLowerCamelCase] rename the function parameter '__errnum' using lowerCamelCase
Sources/System/Internals/Exports.swift:86:15: warning: [AlwaysUseLowerCamelCase] rename the function 'system_strlen' using lowerCamelCase
Sources/System/Internals/Exports.swift:89:15: warning: [AlwaysUseLowerCamelCase] rename the function 'system_strlen' using lowerCamelCase
Sources/System/Internals/Exports.swift:99:15: warning: [AlwaysUseLowerCamelCase] rename the function 'system_platform_strlen' using lowerCamelCase
Sources/System/Internals/Exports.swift:109:15: warning: [AlwaysUseLowerCamelCase] rename the function 'system_memset' using lowerCamelCase
Sources/System/Internals/Exports.swift:179:8: warning: [AlwaysUseLowerCamelCase] rename the function 'pthread_setspecific' using lowerCamelCase
Sources/System/Internals/Exports.swift:184:8: warning: [AlwaysUseLowerCamelCase] rename the function 'pthread_getspecific' using lowerCamelCase
Sources/System/Internals/Mocking.swift:1:1: warning: [NoBlockComments] replace this block comment with line comments
Sources/System/Internals/Constants.swift:1:1: warning: [NoBlockComments] replace this block comment with line comments
Sources/System/Internals/Constants.swift:36:16: warning: [AlwaysUseLowerCamelCase] rename the variable '_ERRNO_NOT_USED' using lowerCamelCase
Sources/System/Internals/RawBuffer.swift:1:1: warning: [NoBlockComments] replace this block comment with line comments
Sources/System/Internals/Syscalls.swift:1:1: warning: [NoBlockComments] replace this block comment with line comments
Sources/System/Internals/Syscalls.swift:30:15: warning: [AlwaysUseLowerCamelCase] rename the function 'system_open' using lowerCamelCase
Sources/System/Internals/Syscalls.swift:41:15: warning: [AlwaysUseLowerCamelCase] rename the function 'system_open' using lowerCamelCase
Sources/System/Internals/Syscalls.swift:54:15: warning: [AlwaysUseLowerCamelCase] rename the function 'system_close' using lowerCamelCase
Sources/System/Internals/Syscalls.swift:62:15: warning: [AlwaysUseLowerCamelCase] rename the function 'system_read' using lowerCamelCase
Sources/System/Internals/Syscalls.swift:72:15: warning: [AlwaysUseLowerCamelCase] rename the function 'system_pread' using lowerCamelCase
Sources/System/Internals/Syscalls.swift:90:15: warning: [AlwaysUseLowerCamelCase] rename the function 'system_lseek' using lowerCamelCase
Sources/System/Internals/Syscalls.swift:100:15: warning: [AlwaysUseLowerCamelCase] rename the function 'system_write' using lowerCamelCase
Sources/System/Internals/Syscalls.swift:110:15: warning: [AlwaysUseLowerCamelCase] rename the function 'system_pwrite' using lowerCamelCase
Sources/System/Internals/Syscalls.swift:128:17: warning: [AlwaysUseLowerCamelCase] rename the function 'system_dup' using lowerCamelCase
Sources/System/Internals/Syscalls.swift:135:17: warning: [AlwaysUseLowerCamelCase] rename the function 'system_dup2' using lowerCamelCase
Sources/System/Internals/Constants.swift:499:14: warning: [AlwaysUseLowerCamelCase] rename the variable '_O_RDONLY' using lowerCamelCase
Sources/System/Internals/Constants.swift:502:14: warning: [AlwaysUseLowerCamelCase] rename the variable '_O_WRONLY' using lowerCamelCase
Sources/System/Internals/Constants.swift:505:14: warning: [AlwaysUseLowerCamelCase] rename the variable '_O_RDWR' using lowerCamelCase
Sources/System/Internals/Syscalls.swift:144:17: warning: [AlwaysUseLowerCamelCase] rename the function 'system_pipe' using lowerCamelCase
Sources/System/Internals/Syscalls.swift:152:15: warning: [AlwaysUseLowerCamelCase] rename the function 'system_ftruncate' using lowerCamelCase
Sources/System/Internals/Constants.swift:509:18: warning: [AlwaysUseLowerCamelCase] rename the variable '_O_ACCMODE' using lowerCamelCase
Sources/System/Internals/Constants.swift:513:18: warning: [AlwaysUseLowerCamelCase] rename the variable '_O_ACCMODE' using lowerCamelCase
Sources/System/Internals/Syscalls.swift:159:15: warning: [AlwaysUseLowerCamelCase] rename the function 'system_mkdir' using lowerCamelCase
Sources/System/Internals/Constants.swift:523:16: warning: [AlwaysUseLowerCamelCase] rename the variable '_O_NONBLOCK' using lowerCamelCase
Sources/System/Internals/Constants.swift:533:14: warning: [AlwaysUseLowerCamelCase] rename the variable '_O_APPEND' using lowerCamelCase
Sources/System/Internals/Syscalls.swift:169:15: warning: [AlwaysUseLowerCamelCase] rename the function 'system_rmdir' using lowerCamelCase
Sources/System/Internals/Constants.swift:543:16: warning: [AlwaysUseLowerCamelCase] rename the variable '_O_SHLOCK' using lowerCamelCase
Sources/System/Internals/Constants.swift:546:16: warning: [AlwaysUseLowerCamelCase] rename the variable '_O_EXLOCK' using lowerCamelCase
Sources/System/Internals/Syscalls.swift:179:16: warning: [AlwaysUseLowerCamelCase] rename the constant 'SYSTEM_CS_DARWIN_USER_TEMP_DIR' using lowerCamelCase
Sources/System/Internals/Constants.swift:553:18: warning: [AlwaysUseLowerCamelCase] rename the variable '_O_ASYNC' using lowerCamelCase
Sources/System/Internals/Syscalls.swift:181:17: warning: [AlwaysUseLowerCamelCase] rename the function 'system_confstr' using lowerCamelCase
Sources/System/Internals/Constants.swift:557:16: warning: [AlwaysUseLowerCamelCase] rename the variable '_O_NOFOLLOW' using lowerCamelCase
Sources/System/Internals/Constants.swift:562:16: warning: [AlwaysUseLowerCamelCase] rename the variable '_O_FSYNC' using lowerCamelCase
Sources/System/Internals/Constants.swift:565:16: warning: [AlwaysUseLowerCamelCase] rename the variable '_O_SYNC' using lowerCamelCase
Sources/System/Internals/Constants.swift:569:14: warning: [AlwaysUseLowerCamelCase] rename the variable '_O_CREAT' using lowerCamelCase
Sources/System/Internals/Constants.swift:578:14: warning: [AlwaysUseLowerCamelCase] rename the variable '_O_TRUNC' using lowerCamelCase
Sources/System/Internals/Constants.swift:587:14: warning: [AlwaysUseLowerCamelCase] rename the variable '_O_EXCL' using lowerCamelCase
Sources/System/Internals/Constants.swift:597:16: warning: [AlwaysUseLowerCamelCase] rename the variable '_O_EVTONLY' using lowerCamelCase
Sources/System/Internals/Syscalls.swift:191:16: warning: [AlwaysUseLowerCamelCase] rename the constant 'SYSTEM_AT_REMOVE_DIR' using lowerCamelCase
Sources/System/Internals/Syscalls.swift:192:16: warning: [AlwaysUseLowerCamelCase] rename the constant 'SYSTEM_DT_DIR' using lowerCamelCase
Sources/System/Internals/Syscalls.swift:193:22: warning: [TypeNamesShouldBeCapitalized] rename the type alias 'system_dirent' using UpperCamelCase; for example, 'System_dirent'
Sources/System/Internals/Syscalls.swift:195:24: warning: [TypeNamesShouldBeCapitalized] rename the type alias 'system_DIRPtr' using UpperCamelCase; for example, 'System_DIRPtr'
Sources/System/Internals/Syscalls.swift:197:24: warning: [TypeNamesShouldBeCapitalized] rename the type alias 'system_DIRPtr' using UpperCamelCase; for example, 'System_DIRPtr'
Sources/System/Internals/Constants.swift:603:16: warning: [AlwaysUseLowerCamelCase] rename the variable '_O_NOCTTY' using lowerCamelCase
Sources/System/Internals/Syscalls.swift:200:17: warning: [AlwaysUseLowerCamelCase] rename the function 'system_unlinkat' using lowerCamelCase
Sources/System/Internals/Constants.swift:606:16: warning: [AlwaysUseLowerCamelCase] rename the variable '_O_DIRECTORY' using lowerCamelCase
Sources/System/Internals/Constants.swift:617:16: warning: [AlwaysUseLowerCamelCase] rename the variable '_O_SYMLINK' using lowerCamelCase
Sources/System/Internals/Syscalls.swift:211:17: warning: [AlwaysUseLowerCamelCase] rename the function 'system_fdopendir' using lowerCamelCase
Sources/System/Internals/Constants.swift:622:16: warning: [AlwaysUseLowerCamelCase] rename the variable '_O_CLOEXEC' using lowerCamelCase
Sources/System/Internals/Syscalls.swift:217:17: warning: [AlwaysUseLowerCamelCase] rename the function 'system_readdir' using lowerCamelCase
Sources/System/Internals/Constants.swift:626:14: warning: [AlwaysUseLowerCamelCase] rename the variable '_SEEK_SET' using lowerCamelCase
Sources/System/Internals/Constants.swift:629:14: warning: [AlwaysUseLowerCamelCase] rename the variable '_SEEK_CUR' using lowerCamelCase
Sources/System/Internals/Syscalls.swift:223:17: warning: [AlwaysUseLowerCamelCase] rename the function 'system_rewinddir' using lowerCamelCase
Sources/System/Internals/Constants.swift:632:14: warning: [AlwaysUseLowerCamelCase] rename the variable '_SEEK_END' using lowerCamelCase
Sources/System/Internals/Syscalls.swift:229:17: warning: [AlwaysUseLowerCamelCase] rename the function 'system_closedir' using lowerCamelCase
Sources/System/Internals/Syscalls.swift:235:17: warning: [AlwaysUseLowerCamelCase] rename the function 'system_openat' using lowerCamelCase
Sources/System/Internals/Constants.swift:636:16: warning: [AlwaysUseLowerCamelCase] rename the variable '_SEEK_HOLE' using lowerCamelCase
Sources/System/Internals/Constants.swift:639:16: warning: [AlwaysUseLowerCamelCase] rename the variable '_SEEK_DATA' using lowerCamelCase
Sources/System/Internals/Syscalls.swift:249:15: warning: [AlwaysUseLowerCamelCase] rename the function 'system_umask' using lowerCamelCase
Sources/System/Internals/Syscalls.swift:255:15: warning: [AlwaysUseLowerCamelCase] rename the function 'system_getenv' using lowerCamelCase
Sources/System/Internals/WindowsSyscallAdapters.swift:1:1: warning: [NoBlockComments] replace this block comment with line comments
Sources/System/PlatformString.swift:1:1: warning: [NoBlockComments] replace this block comment with line comments
Sources/System/PlatformString.swift:10:13: warning: [NoBlockComments] replace this block comment with line comments
Sources/System/MachPort.swift:1:1: warning: [NoBlockComments] replace this block comment with line comments
Sources/System/PlatformString.swift:170:13: warning: [NoBlockComments] replace this block comment with line comments
Sources/System/PlatformString.swift:181:13: warning: [NoBlockComments] replace this block comment with line comments
Sources/System/MachPort.swift:14:15: warning: [NoBlockComments] replace this block comment with line comments
Sources/System/MachPort.swift:17:15: warning: [NoBlockComments] replace this block comment with line comments
Sources/System/MachPort.swift:29:15: warning: [NoBlockComments] replace this block comment with line comments
Sources/System/MachPort.swift:32:17: warning: [NoBlockComments] replace this block comment with line comments
Sources/System/MachPort.swift:61:56: warning: [NoBlockComments] replace this block comment with line comments
Sources/System/MachPort.swift:93:56: warning: [NoBlockComments] replace this block comment with line comments
Sources/System/MachPort.swift:135:15: warning: [NoBlockComments] replace this block comment with line comments
Sources/System/Internals/WindowsSyscallAdapters.swift:150:18: warning: [NoBlockComments] replace this block comment with line comments
Sources/System/MachPort.swift:161:17: warning: [NoBlockComments] replace this block comment with line comments
Sources/System/Internals/WindowsSyscallAdapters.swift:175:18: warning: [NoBlockComments] replace this block comment with line comments
Sources/System/MachPort.swift:183:17: warning: [NoBlockComments] replace this block comment with line comments
Sources/System/MachPort.swift:205:17: warning: [NoBlockComments] replace this block comment with line comments
Sources/System/MachPort.swift:222:17: warning: [NoBlockComments] replace this block comment with line comments
Sources/System/MachPort.swift:236:17: warning: [NoBlockComments] replace this block comment with line comments
Sources/System/Internals/WindowsSyscallAdapters.swift:208:18: warning: [NoBlockComments] replace this block comment with line comments
Sources/System/MachPort.swift:265:17: warning: [NoBlockComments] replace this block comment with line comments
Sources/System/MachPort.swift:283:17: warning: [NoBlockComments] replace this block comment with line comments
Sources/System/MachPort.swift:312:15: warning: [NoBlockComments] replace this block comment with line comments
Sources/System/MachPort.swift:338:17: warning: [NoBlockComments] replace this block comment with line comments
Sources/System/MachPort.swift:355:15: warning: [NoBlockComments] replace this block comment with line comments
Sources/System/SystemString.swift:1:1: warning: [NoBlockComments] replace this block comment with line comments
Sources/System/MachPort.swift:367:17: warning: [NoBlockComments] replace this block comment with line comments
Sources/System/Util+StringArray.swift:1:1: warning: [NoBlockComments] replace this block comment with line comments
Sources/System/Internals/WindowsSyscallAdapters.swift:461:9: warning: [AlwaysUseLowerCamelCase] rename the variable 'SIDAuthWorld' using lowerCamelCase
Sources/System/Util.swift:1:1: warning: [NoBlockComments] replace this block comment with line comments
Sources/System/Util.swift:11:13: warning: [NoBlockComments] replace this block comment with line comments
Sources/System/Util.swift:18:13: warning: [NoBlockComments] replace this block comment with line comments
Sources/System/Util.swift:25:13: warning: [NoBlockComments] replace this block comment with line comments
Sources/System/Util.swift:39:13: warning: [NoBlockComments] replace this block comment with line comments
Sources/System/UtilConsumers.swift:1:1: warning: [NoBlockComments] replace this block comment with line comments
Tests/SystemTests/FileDescriptorExtras.swift:1:1: warning: [NoBlockComments] replace this block comment with line comments
Tests/SystemTests/ErrnoTest.swift:1:1: warning: [NoBlockComments] replace this block comment with line comments
Tests/SystemTests/ErrnoTest.swift:22:13: warning: [NoBlockComments] replace this block comment with line comments
Tests/SystemTests/FileOperationsTestWindows.swift:1:1: warning: [NoBlockComments] replace this block comment with line comments
Tests/SystemTests/FileOperationsTest.swift:1:1: warning: [NoBlockComments] replace this block comment with line comments
Tests/SystemTests/FileOperationsTest.swift:18:13: warning: [NoBlockComments] replace this block comment with line comments
Tests/SystemTests/FileOperationsTestWindows.swift:73:11: warning: [AlwaysUseLowerCamelCase] rename the variable 'SIDAuthWorld' using lowerCamelCase
Tests/SystemTests/FilePathTests/FilePathComponentsTest.swift:1:1: warning: [NoBlockComments] replace this block comment with line comments
Tests/SystemTests/FilePathTests/FilePathComponentsTest.swift:18:13: warning: [NoBlockComments] replace this block comment with line comments
Tests/SystemTests/FilePathTests/FilePathDecodable.swift:1:1: warning: [NoBlockComments] replace this block comment with line comments
Tests/SystemTests/FilePathTests/FilePathDecodable.swift:18:13: warning: [NoBlockComments] replace this block comment with line comments
Tests/SystemTests/FilePathTests/FilePathComponentsTest.swift:103:13: warning: [NoBlockComments] replace this block comment with line comments
Tests/SystemTests/FilePathTests/FilePathExtras.swift:8:13: warning: [NoBlockComments] replace this block comment with line comments
Tests/SystemTests/FilePathTests/FilePathExtras.swift:16:13: warning: [NoBlockComments] replace this block comment with line comments
Tests/SystemTests/FilePathTests/FilePathComponentsTest.swift:262:15: warning: [ReplaceForEachWithForLoop] replace use of '.forEach { ... }' with for-in loop
Tests/SystemTests/FilePathTests/FilePathParsingTest.swift:1:1: warning: [NoBlockComments] replace this block comment with line comments
Tests/SystemTests/FilePathTests/FilePathParsingTest.swift:71:13: warning: [NoBlockComments] replace this block comment with line comments
Tests/SystemTests/FilePathTests/FilePathTempTest.swift:1:1: warning: [NoBlockComments] replace this block comment with line comments
Tests/SystemTests/FilePathTests/FilePathTest.swift:1:1: warning: [NoBlockComments] replace this block comment with line comments
Tests/SystemTests/FilePathTests/FilePathTest.swift:18:13: warning: [NoBlockComments] replace this block comment with line comments
Tests/SystemTests/FilePathTests/FilePathTest.swift:32:13: warning: [NoBlockComments] replace this block comment with line comments
Tests/SystemTests/FileTypesTest.swift:1:1: warning: [NoBlockComments] replace this block comment with line comments
Tests/SystemTests/FileTypesTest.swift:18:13: warning: [NoBlockComments] replace this block comment with line comments
Tests/SystemTests/FileTypesTest.swift:74:13: warning: [NoBlockComments] replace this block comment with line comments
Tests/SystemTests/SystemCharTest.swift:1:1: warning: [NoBlockComments] replace this block comment with line comments
Tests/SystemTests/MockingTest.swift:1:1: warning: [NoBlockComments] replace this block comment with line comments
Tests/SystemTests/MockingTest.swift:18:13: warning: [NoBlockComments] replace this block comment with line comments
Tests/SystemTests/MachPortTests.swift:198:9: warning: [NoAssignmentInExpressions] move this assignment expression into its own statement
Tests/SystemTests/MachPortTests.swift:210:9: warning: [NoAssignmentInExpressions] move this assignment expression into its own statement
Tests/SystemTests/MachPortTests.swift:1:1: warning: [NoBlockComments] replace this block comment with line comments
Tests/SystemTests/MachPortTests.swift:198:9: warning: [NoAssignmentInExpressions] move this assignment expression into its own statement
Tests/SystemTests/MachPortTests.swift:210:9: warning: [NoAssignmentInExpressions] move this assignment expression into its own statement
Tests/SystemTests/MachPortTests.swift:21:15: warning: [NoBlockComments] replace this block comment with line comments
Tests/SystemTests/TestingInfrastructure.swift:1:1: warning: [NoBlockComments] replace this block comment with line comments
Tests/SystemTests/FilePathTests/FilePathSyntaxTest.swift:1:1: warning: [NoBlockComments] replace this block comment with line comments
Tests/SystemTests/FilePathTests/FilePathSyntaxTest.swift:149:13: warning: [NoBlockComments] replace this block comment with line comments
Tests/SystemTests/SystemStringTests.swift:1:1: warning: [NoBlockComments] replace this block comment with line comments
Tests/SystemTests/TestingInfrastructure.swift:90:12: warning: [UseLetInEveryBoundCaseVariable] move this 'let' keyword inside the 'case' pattern, before each of the bound variables
Tests/SystemTests/MachPortTests.swift:198:9: warning: [NoAssignmentInExpressions] move this assignment expression into its own statement
Tests/SystemTests/MachPortTests.swift:198:9: warning: [NoAssignmentInExpressions] move this assignment expression into its own statement
Tests/SystemTests/MachPortTests.swift:210:9: warning: [NoAssignmentInExpressions] move this assignment expression into its own statement
Tests/SystemTests/MachPortTests.swift:210:9: warning: [NoAssignmentInExpressions] move this assignment expression into its own statement
Tests/SystemTests/FilePathTests/FilePathSyntaxTest.swift:354:13: warning: [NoBlockComments] replace this block comment with line comments
Tests/SystemTests/SystemStringTests.swift:269:8: warning: [AlwaysUseLowerCamelCase] rename the function 'test_String_initWithArrayConversion' using lowerCamelCase
Tests/SystemTests/SystemStringTests.swift:278:8: warning: [AlwaysUseLowerCamelCase] rename the function 'test_String_initWithStringConversion' using lowerCamelCase
Tests/SystemTests/FilePathTests/FilePathSyntaxTest.swift:369:13: warning: [NoBlockComments] replace this block comment with line comments
Tests/SystemTests/SystemStringTests.swift:290:8: warning: [AlwaysUseLowerCamelCase] rename the function 'test_String_initWithInoutConversion' using lowerCamelCase
Tests/SystemTests/SystemStringTests.swift:297:8: warning: [AlwaysUseLowerCamelCase] rename the function 'test_String_validatingPlatformStringWithArrayConversion' using lowerCamelCase
Tests/SystemTests/SystemStringTests.swift:310:8: warning: [AlwaysUseLowerCamelCase] rename the function 'test_String_validatingPlatformStringWithStringConversion' using lowerCamelCase
Tests/SystemTests/SystemStringTests.swift:324:8: warning: [AlwaysUseLowerCamelCase] rename the function 'test_String_validatingPlatformStringWithInoutConversion' using lowerCamelCase
Tests/SystemTests/SystemStringTests.swift:332:8: warning: [AlwaysUseLowerCamelCase] rename the function 'test_FilePath_initWithArrayConversion' using lowerCamelCase
Tests/SystemTests/SystemStringTests.swift:341:8: warning: [AlwaysUseLowerCamelCase] rename the function 'test_FilePath_initWithStringConversion' using lowerCamelCase
Tests/SystemTests/SystemStringTests.swift:353:8: warning: [AlwaysUseLowerCamelCase] rename the function 'test_FilePath_initWithInoutConversion' using lowerCamelCase
Tests/SystemTests/SystemStringTests.swift:360:8: warning: [AlwaysUseLowerCamelCase] rename the function 'test_FilePathComponent_initWithArrayConversion' using lowerCamelCase
Tests/SystemTests/SystemStringTests.swift:375:8: warning: [AlwaysUseLowerCamelCase] rename the function 'test_FilePathComponent_initWithStringConversion' using lowerCamelCase
Tests/SystemTests/SystemStringTests.swift:387:8: warning: [AlwaysUseLowerCamelCase] rename the function 'test_FilePathComponent_initWithInoutConversion' using lowerCamelCase
Tests/SystemTests/SystemStringTests.swift:393:8: warning: [AlwaysUseLowerCamelCase] rename the function 'test_FilePathRoot_initWithArrayConversion' using lowerCamelCase
Tests/SystemTests/SystemStringTests.swift:408:8: warning: [AlwaysUseLowerCamelCase] rename the function 'test_FilePathRoot_initWithStringConversion' using lowerCamelCase
Tests/SystemTests/SystemStringTests.swift:424:8: warning: [AlwaysUseLowerCamelCase] rename the function 'test_FilePathRoot_initWithInoutConversion' using lowerCamelCase
Tests/SystemTests/UtilTests.swift:1:1: warning: [NoBlockComments] replace this block comment with line comments
/__w/swift-system/swift-system/Tests/SystemTests/MachPortTests.swift:30:61: warning: [EndOfLineComment] move end-of-line comment that exceeds the line length
/__w/swift-system/swift-system/Tests/SystemTests/MachPortTests.swift:53:57: warning: [EndOfLineComment] move end-of-line comment that exceeds the line length
Python lint:
/Utilities/expand-availability.py:49:1: I100 Import statements are in the wrong order. 'import fileinput' should be before 'import os.path'
./Utilities/expand-availability.py:51:1: F401 'sys' imported but unused
./Utilities/expand-availability.py:52:1: I100 Import statements are in the wrong order. 'import argparse' should be before 'import sys'
./Utilities/expand-availability.py:68:1: E302 expected 2 blank lines, found 1
./Utilities/expand-availability.py:81:1: E305 expected 2 blank lines after class or function definition, found 1
./Utilities/expand-availability.py:86:89: E501 line too long (89 > 88 characters)
./Utilities/expand-availability.py:93:1: E302 expected 2 blank lines, found 1
./Utilities/expand-availability.py:96:26: F523 '...'.format(...) has unused arguments at position(s): 2
./Utilities/expand-availability.py:97:13: E128 continuation line under-indented for visual indent
./Utilities/expand-availability.py:103:89: E501 line too long (90 > 88 characters)
Metadata
Metadata
Assignees
Labels
No labels