Вход на сайт

Просмотр новости

Найдите то, что Вас интересует

[main] 1. OSS - Swift (Tools Opt+Assert, Stdlib Opt+DebInfo, Test Simulator) - macOS #6611 (broken since build #6607)

Дата публикации: 21-07-2026 17:23:30



Основное содержимое страницы с новостью.

Changes
  1. Fix forward progress detection for lookaround groups (#866) (details / githubweb)
  2. Add'l testing for lookahead forward prog detection (#867) (details / githubweb)
Changes
  1. Introduce a new linux-musl platform and avoid linking relocatable objects when we target it (details / githubweb)
  2. Fix product type checks in package diamond resolution (details / githubweb)
  3. Update TaskConstructionTests.toolBasics() for Xcode 27. (details / githubweb)
  4. Update TaskConstructionTests.recursiveHeaderSearchPaths() for Xcode 27 (details / githubweb)
  5. Update BuildBacktraceTests.backtracesForDeletedOutputs() for Xcode 27 (details / githubweb)
  6. Iterate ARCHS_BASE for clang DocC symbol extraction (details / githubweb)
  7. Update ClangTests.clangCacheEnableLauncher() for Xcode 27 (details / githubweb)
  8. Macro-expand product reference names in target and linkage dependency (details / githubweb)
  9. Update SDKImportsBuildOperationTests for Xcode 27. (details / githubweb)
  10. Address review: drop duplicated doc, replace autoclosure with explicit closure (details / githubweb)
  11. Update BuildCommandTests.singleFileCompile() for Xcode 27. (details / githubweb)
  12. Update BuildBacktraceTests.signatureDiffing() for Xcode 27. (details / githubweb)
  13. Update tests in BuildOperationTests which launch the product they build for Xcode 27. (details / githubweb)
  14. Use top-level framework dir for ExtractAPI (details / githubweb)
  15. Show dynamic targets in target dependency graph (details / githubweb)
Changes
  1. Add missing import code action (details / githubweb)
  2. Fix missing import source file entry (details / githubweb)
  3. Attach missing-import quick fixes directly to unresolved-symbol diagnostics before retrieveQuickFixCodeActions maps diagnostic code actions into LSP code actions. (details / githubweb)
  4. Test diagnostic-based missing import quick fixes (details / githubweb)
  5. Move missing import quick fixes into diagnostic reports (details / githubweb)
  6. Test missing import insertion before doc comments (details / githubweb)
  7. Refine missing import quick fix implementation (details / githubweb)
  8. Refine missing import quick fix implementation (details / githubweb)
  9. Apply missing import stylistic refinements (details / githubweb)
  10. Avoid blocking diagnostics on index lookup (details / githubweb)
  11. Updated for using withTimeout helper (details / githubweb)
  12. swift format fixed (details / githubweb)
Changes
  1. Fix SGF generation in `bin/make-test-bundle` (#1594) (details / githubweb)
  2. Fix benchmark build with swift-argument-parser (#1598) (details / githubweb)
Changes
  1. Fix verbose build log output being emitted twice (#10282) (details / githubweb)
  2. Update DiagnosticsChecker to support Swift Testing (#10297) (details / githubweb)
  3. Docs: swift-tools-version may follow leading comments as of 6.0 (details / githubweb)
Changes
  1. SwiftBasicTests: Support linking against LLVM.dll (details / githubweb)
  2. AST: introduce SynthesizedDeclBuilder for synthesized storage (details / githubweb)
  3. Sema: adopt SynthesizedDeclBuilder at the synthesis sites (details / githubweb)
  4. [Literal Expressions] Fold references to static properties in literal expressions (details / githubweb)
  5. [ASTPrinter] sort peer macro expansions next to their original decl (details / githubweb)
  6. [IDE] sort top-level peer macro expansions next to their original decl (details / githubweb)
  7. [CxxInterop] move checks to header (NFC) (details / githubweb)
  8. [CxxInterop] intersperse checks with source (NFC) (details / githubweb)
  9. [Utils] add child note and nested macro support to update-verify-tests (details / githubweb)
  10. [DebugInfo] Call salvageDebugInfo correctly from Swift-side erase (details / githubweb)
  11. SIL: Remove erase(instructionIncludingDebugUses:) (NFC) (details / githubweb)
  12. Sema: synthesize `IID` and `CLSID` properties (details / githubweb)
  13. [Debug Info] Add an end-to-end test for bridging PCH driver invocations (details / githubweb)
  14. deduplicate originatingDecl functions (details / githubweb)
  15. Add additional tests for borrow and mutate accessors (details / githubweb)
  16. Fix precondition in bounds check tests (details / githubweb)
  17. [NFC] Musl stdio globals as UnsafeMutablePointer<FILE>! (#90679) (details / githubweb)
Changes
  1. Add the support for adoptCFNullable/adoptNSNullable (#194539) (details / githubweb)
  2. [alpha.webkit.UncountedCallArgsChecker] Emit a warning for a WeakPtr argument. (#184563) (details / githubweb)
  3. [alpha.webkit.UncountedCallArgsChecker] Check arguments of function pointers (#188162) (details / githubweb)
  4. [alpha.webkit.UncountedCallArgsChecker] Check arguments of CXXConstructExpr (#198454) (details / githubweb)
  5. [alpha.webkit.UncountedLocalVarsChecker] Some forms of mutating a guardian variable is ignored (#198950) (details / githubweb)
  6. [webkit.UncountedLambdaCapturesChecker] Check every lambdas passed to makeVisitor (#198713) (details / githubweb)
  7. [webkit.UncountedLambdaCapturesChecker] Check lambdas in constructors and destructors (#198709) (details / githubweb)
  8. [alpha.webkit.UncountedCallArgsChecker] Check CXXOperatorCallExpr's this argument (#198688) (details / githubweb)
  9. [alpha.webkit.UncountedLocalVarsChecker] Detect a raw pointer/reference in a decomposition declaration. (#198582) (details / githubweb)
  10. [alpha.webkit.UnretainedCallArgsChecker] Emit a warning for a non-const RetainPtr member (#184243) (details / githubweb)
  11. [alpha.webkit.UncountedLocalVarsChecker] Detect an assignment to a guardian argument (#198695) (details / githubweb)
  12. [analyzer][webkit][NFC] Add more tests for nodelete checker (#200357) (details / githubweb)
  13. [alpha.webkit.UncountedLocalVarsChecker] Check uninitialized raw pointer. (#200309) (details / githubweb)
  14. [alpha.webkit.NoDeleteChecker] Treat a r-value smart pointer return value as no-delete. (#200912) (details / githubweb)
  15. [alpha.webkit.UncountedCallArgsChecker] Protect the const member getter's this argument (#201147) (details / githubweb)
  16. [alpha.webkit.NoDeleteChecker] Allow no-delete default constructors (#201544) (details / githubweb)
  17. [WebKit checkers] Treat the return value of an instance method as an unsafe pointer origin (#160569) (details / githubweb)
  18. [alpha.webkit.UncheckedLambdaCapturesChecker] Split unchecked lambda capture checker (#201044) (details / githubweb)
  19. [webkit.NoUncountedMemberChecker] Improve the warning text (#204557) (details / githubweb)
  20. [alpha.webkit.UncountedCallArgsChecker] Improve the warning text (#202724) (details / githubweb)
  21. [alpha.webkit.UncheckedLocalVarsChecker] Improve the warning text (#208855) (details / githubweb)
  22. [clang][UncheckedLocalVarsChecker][NFC] Add missing headers (#209217) (details / githubweb)
  23. [webkit.UncountedLambdaCapturesChecker] Improve the warning text (#209198) (details / githubweb)
  24. [alpha.webkit.UncountedCallArgsChecker] Crash in printArgument (#210411) (details / githubweb)
  25. [lldb][Windows] Re-enable cxx_interop backward stepping tests (details / githubweb)
  26. [lldb][Windows] Re-enable resolved tests (details / githubweb)
  27. [LLDB] Skip prebuilt cache check on toolchains that do not have one (details / githubweb)
  28. Cherrypick lldb-mcp changes to stable/21.x (#13436) (details / githubweb)

Started by an SCM change (5 times)

This run spent:

  • 5 hr 26 min waiting;
  • 6 hr 25 min build duration;
  • 10 hr total from scheduled to completion.
Revision: 784ea67225a0fcf7b7a0ce14e3e7786ba7e4edba
Repository: https://github.com/swiftlang/swift-continuous-integration-library.git
  • refs/remotes/origin/main
Revision: 0a5bc04095a675662cf24757cc0640aa2204253b
SCM: swift-numerics
Repository: https://github.com/apple/swift-numerics.git
  • 1.0.2
Revision: c1fffb92d4f9d7cb98800762631cfa354869fb46
SCM: swift-llvm-bindings
Repository: https://github.com/swiftlang/swift-llvm-bindings.git
  • refs/remotes/origin/stable/21.x
Revision: d37577f98014365edf5de4a5a69a6758730b292d
SCM: swift-sdk-generator
Repository: https://github.com/swiftlang/swift-sdk-generator.git
  • origin/main
Revision: 6ae9a051f76b81cc668305ceed5b0e0a7fd93d20
SCM: swift-async-algorithms
Repository: https://github.com/apple/swift-async-algorithms.git
  • 1.0.1
Revision: e97a6fcb1ab07462881ac165fdbb37f067e205d5
SCM: swift-log
Repository: https://github.com/apple/swift-log.git
  • 1.5.4
Revision: 63319b62157ceb7642d91d42eac22b99555568f8
SCM: swift-corelibs-blocksruntime
Repository: https://github.com/swiftlang/swift-corelibs-blocksruntime.git
  • origin/main
Revision: 0442cb5a3f98ab802acb777929fdb446bda11a34
SCM: swift-atomics
Repository: https://github.com/apple/swift-atomics.git
  • 1.3.1
Revision: 11633673a41f509f8945f23c96c7acd4adafd679
SCM: swift-subprocess
Repository: https://github.com/swiftlang/swift-subprocess.git
  • 0.5
Revision: a54383ada6cecde007d374f58f864e29370ba5c3
SCM: swift-asn1
Repository: https://github.com/apple/swift-asn1.git
  • 1.3.2
Revision: 386001a92200c70fd06217b3ccad58d7226edb84
SCM: swift-certificates
Repository: https://github.com/apple/swift-certificates.git
  • 1.10.1
Revision: ac59539c629d7e8d89108fe41e8bdb9c31ebeb9d
SCM: swift-installer-scripts
Repository: https://github.com/apple/swift-installer-scripts.git
  • origin/main
Revision: 61e4ca4b81b9e09e2ec863b00c340eb13497dac6
SCM: swift-system
Repository: https://github.com/apple/swift-system.git
  • 1.5.0
Revision: 309a47b2b1d9b5e991f36961c983ecec72275be3
SCM: swift-argument-parser
Repository: https://github.com/apple/swift-argument-parser.git
  • 1.6.1
Revision: 79feac0f3e3bc9da9effc586cd5fea41e7550051
SCM: ninja
Repository: https://github.com/ninja-build/ninja.git
  • v1.13.1
Revision: 51b7f2abdade71cd9bb0e7a373ef2610ec6f9daf
SCM: zlib
Repository: https://github.com/madler/zlib.git
  • v1.3.1
Revision: c0ecc1e0fd1b4fbc38db1efa6113bc12c2a4e559
SCM: swift-toolchain-sqlite
Repository: https://github.com/swiftlang/swift-toolchain-sqlite.git
  • 1.0.9
Revision: 2fc32bc81b9f07f8d9525edea59bfbaf760c06d6
SCM: wasi-libc
Repository: https://github.com/WebAssembly/wasi-libc.git
  • wasi-sdk-31
Revision: 7ddf4e1e322f3aae00a338720d82485ab9e4fc94
SCM: swift-format
Repository: https://github.com/apple/swift-format.git
  • origin/main
Revision: ee36070acc31878ef727b90d5bdc4c9cc1fff22e
SCM: wasmkit
Repository: https://github.com/swiftwasm/WasmKit.git
  • 0.3.1
Revision: c11818f3cae0780656baa430b49e7f163f08dffd
SCM: swift-collections
Repository: https://github.com/apple/swift-collections.git
  • 1.1.6
Revision: 22a4c9c00c3ea319faca1e569369f2391ffa9ad1
SCM: swift-tools-protocols
Repository: https://github.com/swiftlang/swift-tools-protocols
  • origin/main
Revision: 0d9ee7ea8c4ebd4a489ad7a73d5c6cad55d6fed3
SCM: yams
Repository: https://github.com/jpsim/Yams.git
  • 5.0.6
Revision: 2e74773972bd6254c41ceeda827f229bccbf1c0f
SCM: swift-nio-ssl
Repository: https://github.com/apple/swift-nio-ssl.git
  • 2.15.0
Revision: d79c573e1b400d670ed12c0cb29d33f2c0f5ab70
SCM: swift-crypto
Repository: https://github.com/apple/swift-crypto.git
  • 3.12.5
Revision: 028fb5a23661f123017c060daa546b55cf4bde29
SCM: brotli
Repository: https://github.com/google/brotli.git
  • v1.2.0
Revision: 51c09e7b6a0ac5feeba998710f00c7dd7aa67bbf
SCM: mimalloc
Repository: https://github.com/microsoft/mimalloc.git
  • v3.0.3
Revision: 4a9a97111099376854a7f8f0f9f88b9d61f52eff
SCM: swift-nio
Repository: https://github.com/apple/swift-nio.git
  • 2.92.2
Revision: cf6249d437ae23fb46a1c735d0240edb23cc35a8
SCM: swift-docc-symbolkit
Repository: https://github.com/swiftlang/swift-docc-symbolkit.git
  • origin/main
Revision: 48498f5450c85da3f8c09808168f0286d207329b
SCM: swift-build
Repository: https://github.com/swiftlang/swift-build.git
  • origin/main
Revision: 96d4094612d02bdc6f474f73efa0695196e786e9
SCM: swift-foundation
Repository: https://github.com/swiftlang/swift-foundation.git
  • origin/main
Revision: 7546141b16075cdf83a22aff35d60504baae30f8
SCM: swift-docc-render-artifact
Repository: https://github.com/swiftlang/swift-docc-render-artifact.git
  • origin/main
Revision: 2b998a4ffbdfea04fc6a620721abc690a15743af
SCM: libxml2
Repository: https://github.com/gnome/libxml2.git
  • v2.11.5
Revision: 27b7fc1a19068bcea3d2072db0ce86360d1400ed
SCM: swift-markdown
Repository: https://github.com/swiftlang/swift-markdown.git
  • origin/main
Revision: b85e9a1bf3993762be45575bdb666c4ecf44094f
SCM: swift-testing
Repository: https://github.com/swiftlang/swift-testing.git
  • origin/main
Revision: 9a4d8015340a472c7533928a7c692a7b32f22663
SCM: swift-experimental-string-processing
Repository: https://github.com/swiftlang/swift-experimental-string-processing.git
  • origin/main
Revision: a9db0b4a38e30164c7173e1700e06f29fc5627b5
SCM: swift-tools-support-core
Repository: https://github.com/apple/swift-tools-support-core.git
  • origin/main
Revision: a4bc87807721c1fd114bf35464457e2db0d0e6c0
SCM: swift-lmdb
Repository: https://github.com/swiftlang/swift-lmdb.git
  • origin/main
Revision: a05f34973e6c4bb629d018f7cb51487be1c904d8
SCM: curl
Repository: https://github.com/curl/curl.git
  • curl-8_20_0
Revision: b76d9f3c3e5cf7fcacd2b0a36221b29a0ed84e40
SCM: swift-stress-tester
Repository: https://github.com/swiftlang/swift-stress-tester.git
  • origin/main
Revision: 058b62e71104d30e7c377a0189240d8645354b7e
SCM: swift-docc
Repository: https://github.com/swiftlang/swift-docc.git
  • origin/main
Revision: c993f4fb4f321fae1945e96a2377742f24e132f4
SCM: indexstore-db
Repository: https://github.com/swiftlang/indexstore-db.git
  • origin/main
Revision: f866feaae2053466b7c2cb682c052d94041afb4e
SCM: swift-driver
Repository: https://github.com/swiftlang/swift-driver.git
  • origin/main
Revision: d88682dff6bf053e5bbdc10accf5d6825303e656
SCM: cmake
Repository: https://github.com/KitWare/CMake.git
  • v3.30.2
Revision: 942704fd6f51cf22fd00608ffda444dd04eb40b0
SCM: sourcekit-lsp
Repository: https://github.com/swiftlang/sourcekit-lsp.git
  • origin/main
Revision: d7821debe6d2861206a438b6b85dc650117d97ff
SCM: swift-syntax
Repository: https://github.com/swiftlang/swift-syntax.git
  • origin/main
Revision: e94ab9305af59f6e1fad2f84b8f3ae68bd3026ad
SCM: swift-integration-tests
Repository: https://github.com/apple/swift-integration-tests.git
  • origin/main
Revision: e8bdbb624fae1f5f0ed4998d000f7ad35f2615d5
SCM: swift-xcode-playground-support
Repository: https://github.com/apple/swift-xcode-playground-support.git
  • origin/main
Revision: cc562f728ece742925b75216ee5a16748655fea8
SCM: swift-corelibs-xctest
Repository: https://github.com/swiftlang/swift-corelibs-xctest.git
  • origin/main
Revision: 95f592ab637c4d7916fa05d4d80cbc1ec7d0b2b8
SCM: swift-corelibs-libdispatch
Repository: https://github.com/swiftlang/swift-corelibs-libdispatch.git
  • origin/main
Revision: 0101bf2c6ff6a218f93150f340fe5ccf76d9f3aa
SCM: cmark
Repository: https://github.com/apple/swift-cmark.git
  • origin/gfm
Revision: 3e472c2b8feb5bf3fdfd206a195b5712654a5371
SCM: llbuild
Repository: https://github.com/swiftlang/swift-llbuild.git
  • origin/main
Revision: e04c57cb1de2309508d3364282952f1816725d4a
SCM: swift-corelibs-foundation
Repository: https://github.com/swiftlang/swift-corelibs-foundation.git
  • origin/main
Revision: 0a4dfb6640c129734761ec2cae6ef9017e498aea
SCM: swiftpm
Repository: https://github.com/swiftlang/swift-package-manager.git
  • origin/main
Revision: e8538d259340dd5b8c261f539f2693d094fe2dac
SCM: swift-foundation-icu
Repository: https://github.com/swiftlang/swift-foundation-icu.git
  • origin/main
Revision: 0226f30467f540a3f62ef48d453f93927da199b6
SCM: boringssl
Repository: https://boringssl.googlesource.com/boringssl
  • detached
Revision: 3b0e992611a01287408405fefb34c86ec49ab26a
SCM: swift
Repository: https://github.com/swiftlang/swift.git
  • origin/main
Revision: 0e7b4428866f3133b4abba2d932ee3faa708db1d
SCM: icu
Repository: https://github.com/unicode-org/icu.git
  • refs/remotes/origin/maint/maint-69
Revision: 4c14f9a0e1c613eb03c3476114906616ec176223
SCM: llvm-project
Repository: https://github.com/swiftlang/llvm-project.git
  • refs/remotes/origin/stable/21.x
information.pngIdentified problemsRegression test failed

This build failed because a regression test in the test suite FAILed.
Indication 1

Схожие новости

#Наименование новостиТональностьИнформативностьДата публикации
1[main] 1. OSS - Swift (Tools Opt+Assert, Stdlib Opt+DebInfo, Test Simulator) - macOS #6610 (broken since build #6607)024.6621-07-2026
2[main] 1. OSS - Swift (Tools Opt+Assert, Stdlib Opt+DebInfo, Test Simulator) - macOS #6621 (broken since build #6607)024.6623-07-2026
3[main] 1. OSS - Swift (Tools Opt+Assert, Stdlib Opt+DebInfo, Test Simulator) - macOS #6616 (broken since build #6607)024.6622-07-2026
4[main] 1. OSS - Swift (Tools Opt+Assert, Stdlib Opt+DebInfo, Test Simulator) - macOS #6613 (broken since build #6607)024.6622-07-2026
5[main] 1. OSS - Swift (Tools Opt+Assert, Stdlib Opt+DebInfo, Test Simulator) - macOS #6617 (broken since build #6607)024.6623-07-2026
6[main] 1. OSS - Swift (Tools Opt+Assert, Stdlib Opt+DebInfo, Test Simulator) - macOS #6614 (broken since build #6607)024.6622-07-2026
7[main] 1. OSS - Swift (Tools Opt+Assert, Stdlib Opt+DebInfo, Test Simulator) - macOS #6612 (broken since build #6607)024.6621-07-2026
8[main] 1. OSS - Swift (Tools Opt+Assert, Stdlib Opt+DebInfo, Test Simulator) - macOS #6618 (broken since build #6607)024.6623-07-2026
9[main] 1. OSS - Swift (Tools Opt+Assert, Stdlib Opt+DebInfo, Test Simulator) - macOS #6615 (broken since build #6607)024.6622-07-2026
10[main] 1. OSS - Swift (Tools Opt+Assert, Stdlib Opt+DebInfo, Test Simulator) - macOS #6619 (broken since build #6607)024.6623-07-2026

Классификация: Пресс-релизы. Схожих патентов: 0. Схожих новостей: 10. Тональность: 0. Информативность: 24.66. Источник: ci.swift.org.