Вход на сайт

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

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

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

Дата публикации: 01-08-2026 14:15:00



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

Changes
  1. AttributedString.Runs.AttributesSlice5 should include the 5th attribute when slicing (#2145) (details / githubweb)
Changes
  1. [AST] Make it possible to check whether a closure is `@called(once)` (details / githubweb)
  2. [Stdlib] Fix 1-byte buffer overread in FP parsing (details / githubweb)
  3. [cxx-interop] Fix incorrect safety analysis results in some cases (details / githubweb)
  4. [Stdlib] Add a test case for parsing pure integers of different lengths (details / githubweb)
  5. [cxx-interop] Remove some redundant test requirements (details / githubweb)
  6. [AST] CapturedValue: Add a new `IsConsumed` flag (details / githubweb)
  7. [Sema] Captures: Mark `@called(once)` captures as consumed by `@called(once)` closures (details / githubweb)
  8. [SILGen] NFC: Remove `FunctionTypeInfo` parameter from `getDeclCaptureKind` (details / githubweb)
  9. [Utils][UVT] sort expansion directives for same line by column (details / githubweb)
  10. [Utils][UVT] don't try to reuse stale expansions (details / githubweb)
  11. [Utils][SFCG] classmethod callers should not clash with instance method callers (details / githubweb)
  12. [Utils][UVT] clean up stray }} instead of crashing (details / githubweb)
  13. [Embedded] Don't corrupt the pointer returned from swift_bridgeObjectRetain_n (details / githubweb)
  14. [Concurrency] Address AsyncStream review follow-ups from #91120 (details / githubweb)
  15. [test] Address comments about using 6.4 triple and re-enable test for Android (#91130) (details / githubweb)
Changes
  1. [ExpandFp] Fix incorrect ConstantInt construction (#171861) (details / githubweb)
  2. [CGExprScalar] Fix inc/dec of vector larger than 64-bit (#172301) (details / githubweb)
  3. [InstCombine] Use getSigned() for negative number in shift transform (details / githubweb)
  4. [IR] Add ImplicitTrunc argument to ConstantInt::get() (#170865) (details / githubweb)
  5. [ConstantInt] Add ImplicitTrunc parameter to getSigned() (NFC) (#172875) (details / githubweb)
  6. [LSR] Add test for implicit truncation on icmp immediate (NFC) (details / githubweb)
  7. [LSR] Add another test case for implicit truncation (NFC) (details / githubweb)
  8. [VPlan] Use unsigned integers for lane start indices (#175231) (details / githubweb)
  9. [VPlan] Allow truncation for lanes in VPScalarIVStepsRecipe (#175268) (details / githubweb)
  10. [LV][IRBuilder] Allow implicit truncation of step vector (#173229) (details / githubweb)
  11. [LSR] Use getSigned() for negated immediate (details / githubweb)
  12. [LLVM] Temporarily allow implicit truncation in some places (details / githubweb)
  13. [VPlan] Use getSigned() for index in VectorEndPointer recipe (#174426) (details / githubweb)
  14. [ItaniumCXXABI] Use getSigned() for offset hint (#174431) (details / githubweb)
  15. [LowerTypeTests] Avoid implicit truncation for absolute_symbol (#174589) (details / githubweb)
  16. [CGP] Use getSigned() for scale during address sinking (details / githubweb)
  17. [llvm-stress] Allow implicit truncation (details / githubweb)
  18. Reapply [ConstantInt] Disable implicit truncation in ConstantInt::get() (#171456) (details / githubweb)
  19. [DirectX] Specify NegZero as signed (#174840) (details / githubweb)
  20. [Xtensa] Fix implicit trunc assertion in LowerImmediate (details / githubweb)
  21. [SeparateConstOffsetFromGEP] Use getSigned() for accumulated offset (details / githubweb)
  22. [clang][CodeGen] Fix ConstantInt::get for i1 in EmitScalarPrePostIncDec (#175152) (details / githubweb)
  23. [SeparateConstOffsetFromGEP] Allow truncation of offset (details / githubweb)
  24. [Hexagon] Use getSigned() for negative values in va_arg handling (#176115) (details / githubweb)
  25. [NFC] To fix comment in the code as getIntN no longer does truncation. (#178834) (details / githubweb)
  26. [Hexagon] Fix signed constant creation in EmitVAArgFromMemory (#180385) (details / githubweb)
  27. [SimplifyLibCalls] Avoid implicit truncation for char (#195647) (details / githubweb)
  28. [Hexagon] Fix assert on sign-bit CONST32 immediates (#182118) (details / githubweb)
  29. [HexagonConstantPropagation] Use getSigned() (#176715) (details / githubweb)
  30. [SLP] Use ConstantInt::getSigned for stride argument to strided load/store intrinsics (#175007) (details / githubweb)
  31. [CGObjCGNU] Use getSigned() for instanceSize (details / githubweb)
  32. [ARM] Use getSigned() for signed value (details / githubweb)
  33. [CGExprScalar] Allow implicit truncation for CharacterLiteral (details / githubweb)
  34. [CodeGen] Use getSigned() for negative values (details / githubweb)
  35. [ItaniumCXXABI] Use getSigned() for signed offset (details / githubweb)
  36. [CGBuilder] Use getSigned() for CharUnits (details / githubweb)
  37. [CGExprScalar] Use getSigned() for signed value (details / githubweb)
  38. [CGExpr] Use getSigned() for negative constant (details / githubweb)
  39. [CGVTables] Use getSigned() for signed offset (details / githubweb)
  40. [CGOpenMP] Use getSigned() for NumTeams constant (details / githubweb)
  41. [MicrosoftCXXABI] Use getSigned() for signed vptr offset (details / githubweb)
  42. [SimplifyLibCalls] Avoid implicit truncation in convertStrToInt() (details / githubweb)
  43. [Mips] Use getSigned() for LwConstant32 immedate (details / githubweb)
  44. [SandboxIRTest] Use getSigned() for negative constants (details / githubweb)
  45. [SimplifyCFG] Use getSigned() for signed value (details / githubweb)
  46. [ExpandFp] Use getSignMask() (NFC) (details / githubweb)
  47. [AMGGPUInstCombine] Use getSigned() for frexp exponent (details / githubweb)
  48. [WPD] Use getSigned() for offset (details / githubweb)
  49. [SafeStack] Use getSigned() for negative value (details / githubweb)
  50. [LV] Use getSigned() for stride (details / githubweb)
  51. [InstCombine] Use getSigned() for negative numbers (details / githubweb)
  52. [KCFI] Use getSigned() for negative value (details / githubweb)
  53. [Hexagon] Use getSigned() for signed value (details / githubweb)
  54. [AtomicExpand] Use getSigned() for negative value (details / githubweb)
  55. [ThumbRegisterInfo] Use getSigned() for constant pool loads (details / githubweb)
  56. [Bitcode] Use ConstantInt::getSigned() (details / githubweb)
  57. [SjLjEHPrepare] Use getSigned() for call site number (details / githubweb)
  58. [X86] Use getSigned() for segment offset (details / githubweb)
  59. [SimplifyLibCalls] Use ConstantInt::getSigned() in some places (details / githubweb)
  60. [MLIR] Zero-extend unsigned and 1-bit values when translating IntegerAttr (#169751) (details / githubweb)
  61. [SPIRV] Fix constant materialization for width > 64bit (#180182) (details / githubweb)
  62. [AggressiveInstCombine] Avoid implicit truncation (details / githubweb)
  63. [PatternInit] Explicitly allow implicit truncation (details / githubweb)
  64. [UnitTests] Avoid implicit truncation (details / githubweb)
  65. [RandomIRBuilderTest] Explicitly allow implicit truncation (details / githubweb)
  66. [FuzzerMutate] Allow implicit truncation (details / githubweb)
  67. [Reassociate] Allow implicit truncation when converting adds to mul (details / githubweb)
  68. [SDAG] Allow implicit trunc in BUILD_VECTOR legalization (details / githubweb)
  69. [SandboxIR] Fix ConstantInt::get() for vector types (#171852) (details / githubweb)
  70. [llvm] Use ConstantInt::getAllOnesValue() (details / githubweb)
  71. [SelectOptimize] Fix incorrect -1 immediate for large integers (#170860) (details / githubweb)
  72. [CodeGen] Use getAllOnesValue() for -1 constants (details / githubweb)
  73. Fix setPtrAuthABIVersion to handle negative version values (details / githubweb)
  74. [BypassSlowDivision] Explicitly create bit mask (details / githubweb)
  75. [WPD] Avoid implicit truncation when creating full set (details / githubweb)
  76. [CGObjCGNU] Set isSigned for negative value (details / githubweb)
  77. [SeparateConstOffsetFromGEP] Remove support for arithmetic lowering (#151477) (details / githubweb)
  78. [SeparateConstOffsetFromGEP] Perform offset calculations on APInt (#175732) (details / githubweb)
  79. Partially cherry-pick "Revert "[SeparateConstOffsetFromGEP] Decompose constant xor operand if possible" (#179339)" (details / githubweb)
  80. [SimplifyCFG] Allow truncation here to work around pre-existing stable/21.x bug (details / githubweb)
  81. [OMPIRBuilderTest] Pass sign flag to ConstantInt::get() (details / githubweb)
  82. [SandboxIRTest] Use larger integer type (details / githubweb)
  83. [CGP] Fix missing sign extension for base offset in optimizeMemoryInst (#161377) (details / githubweb)

Started by an SCM change (11 times)

This run spent:

  • 10 hr waiting;
  • 13 hr build duration;
  • 23 hr total from scheduled to completion.
Revision: 81926733c818ef501c8ac5b533e928002c57c9d4
Repository: https://github.com/swiftlang/swift-continuous-integration-library.git
  • refs/remotes/origin/main
Revision: c1fffb92d4f9d7cb98800762631cfa354869fb46
SCM: swift-llvm-bindings
Repository: https://github.com/swiftlang/swift-llvm-bindings.git
  • refs/remotes/origin/stable/21.x
Revision: a54383ada6cecde007d374f58f864e29370ba5c3
SCM: swift-asn1
Repository: https://github.com/apple/swift-asn1.git
  • 1.3.2
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: 61e4ca4b81b9e09e2ec863b00c340eb13497dac6
SCM: swift-system
Repository: https://github.com/apple/swift-system.git
  • 1.5.0
Revision: 11633673a41f509f8945f23c96c7acd4adafd679
SCM: swift-subprocess
Repository: https://github.com/swiftlang/swift-subprocess.git
  • 0.5
Revision: 63319b62157ceb7642d91d42eac22b99555568f8
SCM: swift-corelibs-blocksruntime
Repository: https://github.com/swiftlang/swift-corelibs-blocksruntime.git
  • origin/main
Revision: 386001a92200c70fd06217b3ccad58d7226edb84
SCM: swift-certificates
Repository: https://github.com/apple/swift-certificates.git
  • 1.10.1
Revision: 59abe34d271bd4279b546f31f6e52c4c39995d73
SCM: swift-sdk-generator
Repository: https://github.com/swiftlang/swift-sdk-generator.git
  • origin/main
Revision: 51b7f2abdade71cd9bb0e7a373ef2610ec6f9daf
SCM: zlib
Repository: https://github.com/madler/zlib.git
  • v1.3.1
Revision: e37bc71ce3f7e76872453d0044c068fc7371e545
SCM: swift-installer-scripts
Repository: https://github.com/apple/swift-installer-scripts.git
  • origin/main
Revision: 0442cb5a3f98ab802acb777929fdb446bda11a34
SCM: swift-atomics
Repository: https://github.com/apple/swift-atomics.git
  • 1.3.1
Revision: 309a47b2b1d9b5e991f36961c983ecec72275be3
SCM: swift-argument-parser
Repository: https://github.com/apple/swift-argument-parser.git
  • 1.6.1
Revision: 0a5bc04095a675662cf24757cc0640aa2204253b
SCM: swift-numerics
Repository: https://github.com/apple/swift-numerics.git
  • 1.0.2
Revision: d2bd4b3935c924dbf63027d952315de452af7af2
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: 5b3c1b600da965f08f56ece1a714e1821f29ef34
SCM: swift-tools-protocols
Repository: https://github.com/swiftlang/swift-tools-protocols
  • origin/main
Revision: 79feac0f3e3bc9da9effc586cd5fea41e7550051
SCM: ninja
Repository: https://github.com/ninja-build/ninja.git
  • v1.13.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: 7546141b16075cdf83a22aff35d60504baae30f8
SCM: swift-docc-render-artifact
Repository: https://github.com/swiftlang/swift-docc-render-artifact.git
  • origin/main
Revision: c11818f3cae0780656baa430b49e7f163f08dffd
SCM: swift-collections
Repository: https://github.com/apple/swift-collections.git
  • 1.1.6
Revision: 2e74773972bd6254c41ceeda827f229bccbf1c0f
SCM: swift-nio-ssl
Repository: https://github.com/apple/swift-nio-ssl.git
  • 2.15.0
Revision: 0d9ee7ea8c4ebd4a489ad7a73d5c6cad55d6fed3
SCM: yams
Repository: https://github.com/jpsim/Yams.git
  • 5.0.6
Revision: 028fb5a23661f123017c060daa546b55cf4bde29
SCM: brotli
Repository: https://github.com/google/brotli.git
  • v1.2.0
Revision: d79c573e1b400d670ed12c0cb29d33f2c0f5ab70
SCM: swift-crypto
Repository: https://github.com/apple/swift-crypto.git
  • 3.12.5
Revision: 27b7fc1a19068bcea3d2072db0ce86360d1400ed
SCM: swift-markdown
Repository: https://github.com/swiftlang/swift-markdown.git
  • origin/main
Revision: b9c33e7df06fc55c74e2637c0f4e953bf011d411
SCM: swift-testing
Repository: https://github.com/swiftlang/swift-testing.git
  • origin/main
Revision: b23c1b8f16aa4f5586d2e9e22dfe5dff22f3726a
SCM: swift-build
Repository: https://github.com/swiftlang/swift-build.git
  • origin/main
Revision: 51c09e7b6a0ac5feeba998710f00c7dd7aa67bbf
SCM: mimalloc
Repository: https://github.com/microsoft/mimalloc.git
  • v3.0.3
Revision: cf6249d437ae23fb46a1c735d0240edb23cc35a8
SCM: swift-docc-symbolkit
Repository: https://github.com/swiftlang/swift-docc-symbolkit.git
  • origin/main
Revision: 4a9a97111099376854a7f8f0f9f88b9d61f52eff
SCM: swift-nio
Repository: https://github.com/apple/swift-nio.git
  • 2.92.2
Revision: fc629f07ab399625ed2ebd9697a4dcf036b8461c
SCM: swift-foundation
Repository: https://github.com/swiftlang/swift-foundation.git
  • origin/main
Revision: a4bc87807721c1fd114bf35464457e2db0d0e6c0
SCM: swift-lmdb
Repository: https://github.com/swiftlang/swift-lmdb.git
  • origin/main
Revision: 2b998a4ffbdfea04fc6a620721abc690a15743af
SCM: libxml2
Repository: https://github.com/gnome/libxml2.git
  • v2.11.5
Revision: a9db0b4a38e30164c7173e1700e06f29fc5627b5
SCM: swift-tools-support-core
Repository: https://github.com/apple/swift-tools-support-core.git
  • origin/main
Revision: c993f4fb4f321fae1945e96a2377742f24e132f4
SCM: indexstore-db
Repository: https://github.com/swiftlang/indexstore-db.git
  • origin/main
Revision: 00b1642c83b98fd0812c00cbd27b05873280b9a5
SCM: swift-experimental-string-processing
Repository: https://github.com/swiftlang/swift-experimental-string-processing.git
  • origin/main
Revision: b76d9f3c3e5cf7fcacd2b0a36221b29a0ed84e40
SCM: swift-stress-tester
Repository: https://github.com/swiftlang/swift-stress-tester.git
  • origin/main
Revision: 54857ef984d7615950905a93bbe9e9d214711e30
SCM: swift-docc
Repository: https://github.com/swiftlang/swift-docc.git
  • origin/main
Revision: a05f34973e6c4bb629d018f7cb51487be1c904d8
SCM: curl
Repository: https://github.com/curl/curl.git
  • curl-8_20_0
Revision: f6c95333813f2869ca2c6ebc1668059e3d701ecc
SCM: swift-driver
Repository: https://github.com/swiftlang/swift-driver.git
  • origin/main
Revision: a31d272f3cb392b443f42e1f97042a2a607073ec
SCM: sourcekit-lsp
Repository: https://github.com/swiftlang/sourcekit-lsp.git
  • origin/main
Revision: 60e8eb850721b5a6eebbd973b39f450a16553bd9
SCM: swift-syntax
Repository: https://github.com/swiftlang/swift-syntax.git
  • origin/main
Revision: c650c528d560290858b7319d95f5b58564b817b9
SCM: swift-xcode-playground-support
Repository: https://github.com/apple/swift-xcode-playground-support.git
  • origin/main
Revision: 95f592ab637c4d7916fa05d4d80cbc1ec7d0b2b8
SCM: swift-corelibs-libdispatch
Repository: https://github.com/swiftlang/swift-corelibs-libdispatch.git
  • origin/main
Revision: e94ab9305af59f6e1fad2f84b8f3ae68bd3026ad
SCM: swift-integration-tests
Repository: https://github.com/apple/swift-integration-tests.git
  • origin/main
Revision: cc562f728ece742925b75216ee5a16748655fea8
SCM: swift-corelibs-xctest
Repository: https://github.com/swiftlang/swift-corelibs-xctest.git
  • origin/main
Revision: 7898f1b3e4befeecee56cb4a3bc8eebd2cb63219
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: d88682dff6bf053e5bbdc10accf5d6825303e656
SCM: cmake
Repository: https://github.com/KitWare/CMake.git
  • v3.30.2
Revision: 8f61c74501b5d1c15151fc53e0698fc4bb5b916c
SCM: swift-corelibs-foundation
Repository: https://github.com/swiftlang/swift-corelibs-foundation.git
  • origin/main
Revision: c21af2594aadd4dc42ad59816be543a9946fefd9
SCM: swiftpm
Repository: https://github.com/swiftlang/swift-package-manager.git
  • origin/main
Revision: 0226f30467f540a3f62ef48d453f93927da199b6
SCM: boringssl
Repository: https://boringssl.googlesource.com/boringssl
  • detached
Revision: e8538d259340dd5b8c261f539f2693d094fe2dac
SCM: swift-foundation-icu
Repository: https://github.com/swiftlang/swift-foundation-icu.git
  • origin/main
Revision: 88b2d5fe85ea74a1b0fbabfc62394aebcec9d83b
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: b3e55e1dad14b60f633bea5ae7bacb258c3b7811
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+No Assert, Stdlib Opt+DebInfo, Test Simulator) - macOS #9409 (broken since build #9397)023.9303-08-2026
2[main] 1. OSS - Swift (Tools Opt+No Assert, Stdlib Opt+DebInfo, Test Simulator) - macOS #9404 (broken since build #9397)023.9331-07-2026
3[main] 1. OSS - Swift (Tools Opt+No Assert, Stdlib Opt+DebInfo, Test Simulator) - macOS #9408 (broken since build #9397)023.9302-08-2026
4[main] 1. OSS - Swift (Tools Opt+No Assert, Stdlib Opt+DebInfo, Test Simulator) - macOS #9403 (broken since build #9397)023.9330-07-2026
5[main] 1. OSS - Swift (Tools Opt+No Assert, Stdlib Opt+DebInfo, Test Simulator) - macOS #9405 (broken since build #9397)023.9301-08-2026
6[main] 1. OSS - Swift (Tools Opt+No Assert, Stdlib Opt+DebInfo, Test Simulator) - macOS #9407 (broken since build #9397)023.9302-08-2026
7[main] 1. OSS - Swift (Tools Opt+No Assert, Stdlib Opt+DebInfo, Test Simulator) - macOS #9410 (broken since build #9397)023.9303-08-2026
8[main] 1. OSS - Swift (Tools Opt+No Assert, Stdlib Opt+DebInfo, Test Simulator) - macOS #9411 (back to normal)019.4104-08-2026
9[main] 1. OSS - Swift (Tools Opt+No Assert, Stdlib Opt+DebInfo, Test Simulator) - macOS #9412 (stable)020.5104-08-2026
10devel/libbson - 2.3.1_10513-07-2026

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