blangmuir
(Ben Langmuir)
1
These are failing in SwiftPM; and not related to these commits. Did our Foundation get out of sync from SwiftPM?
/Users/buildnode/jenkins/workspace/oss-swift-incremental-RA-osx/swiftpm/Sources/Basic/Lock.swift:11:14: error: no such decl in module
import class Foundation.Lock
^ ~~~~
···
On Jul 15, 2016, at 10:28 AM, no-reply@swift.org wrote:
New issue found!
[FAILURE] oss-swift-incremental-RA-osx [#5221]
Build URL: https://ci.swift.org/job/oss-swift-incremental-RA-osx/5221/
Project: oss-swift-incremental-RA-osx
Date of build: Fri, 15 Jul 2016 10:07:30 -0700
Build duration: 20 min
Identified problems:
Compile Error: This build failed because of a compile error. Below is a list of all errors in the build log:
Indication 1 <https://ci.swift.org//job/oss-swift-incremental-RA-osx/5221/consoleFull#-2052600253ee1a197b-acac-4b17-83cf-a53b95139a76>
Changes
Commit c25feab0beccadab28d3af23c5ba04e49de13f12 by blangmuir:
[index] Index system ImportDecls even when there is a DeclarationsOnly
edit: lib/Index/IndexingContext.cpp
edit: test/Index/index-module.m
edit: test/Index/Core/index-with-module.m
Commit d9937b66f53a7e4fe768131a49bcc607cf3bc172 by blangmuir:
Attempt to workaround Windows bots after my previous commit
edit: test/Index/index-module.m
Commit d43d77c857995e94c5b782eaebd225f54f93a536 by blangmuir:
Remove the new module cache from the index-module test
edit: test/Index/index-module.m
abertelrud
(Anders Bertelrud)
2
That's a surprising failure. The renaming of NSLock to Lock happened some time ago, and AFAIK the SwiftPM side of this code hasn't changed for a long time.
Because of the other CI problems, many of them haven't been able to progress as far as SwiftPM, so I don't know if this is a new issue. But since it is OS X, it should be using the Darwin Foundation and not the open source one, correct?
Anders
···
On 2016-07-15, at 10.31, Ben Langmuir <blangmuir@apple.com> wrote:
These are failing in SwiftPM; and not related to these commits. Did our Foundation get out of sync from SwiftPM?
/Users/buildnode/jenkins/workspace/oss-swift-incremental-RA-osx/swiftpm/Sources/Basic/Lock.swift:11:14: error: no such decl in module
import class Foundation.Lock
^ ~~~~
On Jul 15, 2016, at 10:28 AM, no-reply@swift.org <mailto:no-reply@swift.org> wrote:
New issue found!
[FAILURE] oss-swift-incremental-RA-osx [#5221]
Build URL: https://ci.swift.org/job/oss-swift-incremental-RA-osx/5221/
Project: oss-swift-incremental-RA-osx
Date of build: Fri, 15 Jul 2016 10:07:30 -0700
Build duration: 20 min
Identified problems:
Compile Error: This build failed because of a compile error. Below is a list of all errors in the build log:
Indication 1 <https://ci.swift.org//job/oss-swift-incremental-RA-osx/5221/consoleFull#-2052600253ee1a197b-acac-4b17-83cf-a53b95139a76>
Changes
Commit c25feab0beccadab28d3af23c5ba04e49de13f12 by blangmuir:
[index] Index system ImportDecls even when there is a DeclarationsOnly
edit: lib/Index/IndexingContext.cpp
edit: test/Index/index-module.m
edit: test/Index/Core/index-with-module.m
Commit d9937b66f53a7e4fe768131a49bcc607cf3bc172 by blangmuir:
Attempt to workaround Windows bots after my previous commit
edit: test/Index/index-module.m
Commit d43d77c857995e94c5b782eaebd225f54f93a536 by blangmuir:
Remove the new module cache from the index-module test
edit: test/Index/index-module.m
NSLock got renamed back to include it’s NS.
···
On Jul 15, 2016, at 10:31 AM, Ben Langmuir via swift-dev <swift-dev@swift.org> wrote:
These are failing in SwiftPM; and not related to these commits. Did our Foundation get out of sync from SwiftPM?
/Users/buildnode/jenkins/workspace/oss-swift-incremental-RA-osx/swiftpm/Sources/Basic/Lock.swift:11:14: error: no such decl in module
import class Foundation.Lock
^ ~~~~
On Jul 15, 2016, at 10:28 AM, no-reply@swift.org <mailto:no-reply@swift.org> wrote:
New issue found!
[FAILURE] oss-swift-incremental-RA-osx [#5221]
Build URL: https://ci.swift.org/job/oss-swift-incremental-RA-osx/5221/
Project: oss-swift-incremental-RA-osx
Date of build: Fri, 15 Jul 2016 10:07:30 -0700
Build duration: 20 min
Identified problems:
Compile Error: This build failed because of a compile error. Below is a list of all errors in the build log:
Indication 1 <https://ci.swift.org//job/oss-swift-incremental-RA-osx/5221/consoleFull#-2052600253ee1a197b-acac-4b17-83cf-a53b95139a76>
Changes
Commit c25feab0beccadab28d3af23c5ba04e49de13f12 by blangmuir:
[index] Index system ImportDecls even when there is a DeclarationsOnly
edit: lib/Index/IndexingContext.cpp
edit: test/Index/index-module.m
edit: test/Index/Core/index-with-module.m
Commit d9937b66f53a7e4fe768131a49bcc607cf3bc172 by blangmuir:
Attempt to workaround Windows bots after my previous commit
edit: test/Index/index-module.m
Commit d43d77c857995e94c5b782eaebd225f54f93a536 by blangmuir:
Remove the new module cache from the index-module test
edit: test/Index/index-module.m
_______________________________________________
swift-dev mailing list
swift-dev@swift.org
https://lists.swift.org/mailman/listinfo/swift-dev
ddunbar
(Daniel Dunbar)
4
Some of the prefixes are coming back.
- Daniel
···
On Jul 15, 2016, at 10:34 AM, Anders Bertelrud via swift-dev <swift-dev@swift.org> wrote:
That's a surprising failure. The renaming of NSLock to Lock happened some time ago, and AFAIK the SwiftPM side of this code hasn't changed for a long time.
Because of the other CI problems, many of them haven't been able to progress as far as SwiftPM, so I don't know if this is a new issue. But since it is OS X, it should be using the Darwin Foundation and not the open source one, correct?
Anders
On 2016-07-15, at 10.31, Ben Langmuir <blangmuir@apple.com <mailto:blangmuir@apple.com>> wrote:
These are failing in SwiftPM; and not related to these commits. Did our Foundation get out of sync from SwiftPM?
/Users/buildnode/jenkins/workspace/oss-swift-incremental-RA-osx/swiftpm/Sources/Basic/Lock.swift:11:14: error: no such decl in module
import class Foundation.Lock
^ ~~~~
On Jul 15, 2016, at 10:28 AM, no-reply@swift.org <mailto:no-reply@swift.org> wrote:
New issue found!
[FAILURE] oss-swift-incremental-RA-osx [#5221]
Build URL: https://ci.swift.org/job/oss-swift-incremental-RA-osx/5221/
Project: oss-swift-incremental-RA-osx
Date of build: Fri, 15 Jul 2016 10:07:30 -0700
Build duration: 20 min
Identified problems:
Compile Error: This build failed because of a compile error. Below is a list of all errors in the build log:
Indication 1 <https://ci.swift.org//job/oss-swift-incremental-RA-osx/5221/consoleFull#-2052600253ee1a197b-acac-4b17-83cf-a53b95139a76>
Changes
Commit c25feab0beccadab28d3af23c5ba04e49de13f12 by blangmuir:
[index] Index system ImportDecls even when there is a DeclarationsOnly
edit: lib/Index/IndexingContext.cpp
edit: test/Index/index-module.m
edit: test/Index/Core/index-with-module.m
Commit d9937b66f53a7e4fe768131a49bcc607cf3bc172 by blangmuir:
Attempt to workaround Windows bots after my previous commit
edit: test/Index/index-module.m
Commit d43d77c857995e94c5b782eaebd225f54f93a536 by blangmuir:
Remove the new module cache from the index-module test
edit: test/Index/index-module.m
_______________________________________________
swift-dev mailing list
swift-dev@swift.org
https://lists.swift.org/mailman/listinfo/swift-dev
Hmm that was incomplete:
Is there a reason why a full toolchain build didn’t pick this up? It seems that when I built locally everything built just fine and tested ok. My configuration that I use to test is a build bot preset that I have modified to have specific destinations such that I can automate installing it.
I was under the impression that it built swiftpm by default.
···
On Jul 15, 2016, at 4:06 PM, Philippe Hausler via swift-dev <swift-dev@swift.org> wrote:
NSLock got renamed back to include it’s NS.
On Jul 15, 2016, at 10:31 AM, Ben Langmuir via swift-dev <swift-dev@swift.org <mailto:swift-dev@swift.org>> wrote:
These are failing in SwiftPM; and not related to these commits. Did our Foundation get out of sync from SwiftPM?
/Users/buildnode/jenkins/workspace/oss-swift-incremental-RA-osx/swiftpm/Sources/Basic/Lock.swift:11:14: error: no such decl in module
import class Foundation.Lock
^ ~~~~
On Jul 15, 2016, at 10:28 AM, no-reply@swift.org <mailto:no-reply@swift.org> wrote:
New issue found!
[FAILURE] oss-swift-incremental-RA-osx [#5221]
Build URL: https://ci.swift.org/job/oss-swift-incremental-RA-osx/5221/
Project: oss-swift-incremental-RA-osx
Date of build: Fri, 15 Jul 2016 10:07:30 -0700
Build duration: 20 min
Identified problems:
Compile Error: This build failed because of a compile error. Below is a list of all errors in the build log:
Indication 1 <https://ci.swift.org//job/oss-swift-incremental-RA-osx/5221/consoleFull#-2052600253ee1a197b-acac-4b17-83cf-a53b95139a76>
Changes
Commit c25feab0beccadab28d3af23c5ba04e49de13f12 by blangmuir:
[index] Index system ImportDecls even when there is a DeclarationsOnly
edit: lib/Index/IndexingContext.cpp
edit: test/Index/index-module.m
edit: test/Index/Core/index-with-module.m
Commit d9937b66f53a7e4fe768131a49bcc607cf3bc172 by blangmuir:
Attempt to workaround Windows bots after my previous commit
edit: test/Index/index-module.m
Commit d43d77c857995e94c5b782eaebd225f54f93a536 by blangmuir:
Remove the new module cache from the index-module test
edit: test/Index/index-module.m
_______________________________________________
swift-dev mailing list
swift-dev@swift.org <mailto:swift-dev@swift.org>
https://lists.swift.org/mailman/listinfo/swift-dev
_______________________________________________
swift-dev mailing list
swift-dev@swift.org
https://lists.swift.org/mailman/listinfo/swift-dev
ddunbar
(Daniel Dunbar)
6
... and to elaborate, I am taking a look at this ...
See:
[Foundation] Keep NS Updates due to changes in SE-0086 · apple/swift@e0ca8fb · GitHub
- Daniel
···
On Jul 15, 2016, at 10:35 AM, Daniel Dunbar <daniel_dunbar@apple.com> wrote:
Some of the prefixes are coming back.
- Daniel
On Jul 15, 2016, at 10:34 AM, Anders Bertelrud via swift-dev <swift-dev@swift.org <mailto:swift-dev@swift.org>> wrote:
That's a surprising failure. The renaming of NSLock to Lock happened some time ago, and AFAIK the SwiftPM side of this code hasn't changed for a long time.
Because of the other CI problems, many of them haven't been able to progress as far as SwiftPM, so I don't know if this is a new issue. But since it is OS X, it should be using the Darwin Foundation and not the open source one, correct?
Anders
On 2016-07-15, at 10.31, Ben Langmuir <blangmuir@apple.com <mailto:blangmuir@apple.com>> wrote:
These are failing in SwiftPM; and not related to these commits. Did our Foundation get out of sync from SwiftPM?
/Users/buildnode/jenkins/workspace/oss-swift-incremental-RA-osx/swiftpm/Sources/Basic/Lock.swift:11:14: error: no such decl in module
import class Foundation.Lock
^ ~~~~
On Jul 15, 2016, at 10:28 AM, no-reply@swift.org <mailto:no-reply@swift.org> wrote:
New issue found!
[FAILURE] oss-swift-incremental-RA-osx [#5221]
Build URL: https://ci.swift.org/job/oss-swift-incremental-RA-osx/5221/
Project: oss-swift-incremental-RA-osx
Date of build: Fri, 15 Jul 2016 10:07:30 -0700
Build duration: 20 min
Identified problems:
Compile Error: This build failed because of a compile error. Below is a list of all errors in the build log:
Indication 1 <https://ci.swift.org//job/oss-swift-incremental-RA-osx/5221/consoleFull#-2052600253ee1a197b-acac-4b17-83cf-a53b95139a76>
Changes
Commit c25feab0beccadab28d3af23c5ba04e49de13f12 by blangmuir:
[index] Index system ImportDecls even when there is a DeclarationsOnly
edit: lib/Index/IndexingContext.cpp
edit: test/Index/index-module.m
edit: test/Index/Core/index-with-module.m
Commit d9937b66f53a7e4fe768131a49bcc607cf3bc172 by blangmuir:
Attempt to workaround Windows bots after my previous commit
edit: test/Index/index-module.m
Commit d43d77c857995e94c5b782eaebd225f54f93a536 by blangmuir:
Remove the new module cache from the index-module test
edit: test/Index/index-module.m
_______________________________________________
swift-dev mailing list
swift-dev@swift.org <mailto:swift-dev@swift.org>
https://lists.swift.org/mailman/listinfo/swift-dev
ddunbar
(Daniel Dunbar)
7
Hmm that was incomplete:
Is there a reason why a full toolchain build didn’t pick this up? It seems that when I built locally everything built just fine and tested ok. My configuration that I use to test is a build bot preset that I have modified to have specific destinations such that I can automate installing it.
I was under the impression that it built swiftpm by default.
I would have expected the buildbot config to, but I don't use the presets myself. Passing `--swiftpm` to the build script definitely should.
On a related topic, it would be *very* helpful to us if changes like this could land concurrently with the matching support going in on the Linux side, to avoid having to add platform specific shims.
- Daniel
···
On Jul 15, 2016, at 4:10 PM, Philippe Hausler via swift-dev <swift-dev@swift.org> wrote:
On Jul 15, 2016, at 4:06 PM, Philippe Hausler via swift-dev <swift-dev@swift.org <mailto:swift-dev@swift.org>> wrote:
NSLock got renamed back to include it’s NS.
On Jul 15, 2016, at 10:31 AM, Ben Langmuir via swift-dev <swift-dev@swift.org <mailto:swift-dev@swift.org>> wrote:
These are failing in SwiftPM; and not related to these commits. Did our Foundation get out of sync from SwiftPM?
/Users/buildnode/jenkins/workspace/oss-swift-incremental-RA-osx/swiftpm/Sources/Basic/Lock.swift:11:14: error: no such decl in module
import class Foundation.Lock
^ ~~~~
On Jul 15, 2016, at 10:28 AM, no-reply@swift.org <mailto:no-reply@swift.org> wrote:
New issue found!
[FAILURE] oss-swift-incremental-RA-osx [#5221]
Build URL: https://ci.swift.org/job/oss-swift-incremental-RA-osx/5221/
Project: oss-swift-incremental-RA-osx
Date of build: Fri, 15 Jul 2016 10:07:30 -0700
Build duration: 20 min
Identified problems:
Compile Error: This build failed because of a compile error. Below is a list of all errors in the build log:
Indication 1 <https://ci.swift.org//job/oss-swift-incremental-RA-osx/5221/consoleFull#-2052600253ee1a197b-acac-4b17-83cf-a53b95139a76>
Changes
Commit c25feab0beccadab28d3af23c5ba04e49de13f12 by blangmuir:
[index] Index system ImportDecls even when there is a DeclarationsOnly
edit: lib/Index/IndexingContext.cpp
edit: test/Index/index-module.m
edit: test/Index/Core/index-with-module.m
Commit d9937b66f53a7e4fe768131a49bcc607cf3bc172 by blangmuir:
Attempt to workaround Windows bots after my previous commit
edit: test/Index/index-module.m
Commit d43d77c857995e94c5b782eaebd225f54f93a536 by blangmuir:
Remove the new module cache from the index-module test
edit: test/Index/index-module.m
_______________________________________________
swift-dev mailing list
swift-dev@swift.org <mailto:swift-dev@swift.org>
https://lists.swift.org/mailman/listinfo/swift-dev
_______________________________________________
swift-dev mailing list
swift-dev@swift.org <mailto:swift-dev@swift.org>
https://lists.swift.org/mailman/listinfo/swift-dev
_______________________________________________
swift-dev mailing list
swift-dev@swift.org
https://lists.swift.org/mailman/listinfo/swift-dev
ddunbar
(Daniel Dunbar)
8
Should be fixed in fa61cfe3bdae3932f90b34c414ee2c4e1967ebd3
- Daniel
···
On Jul 15, 2016, at 10:36 AM, Daniel Dunbar via swift-dev <swift-dev@swift.org> wrote:
... and to elaborate, I am taking a look at this ...
See:
[Foundation] Keep NS Updates due to changes in SE-0086 · apple/swift@e0ca8fb · GitHub
- Daniel
On Jul 15, 2016, at 10:35 AM, Daniel Dunbar <daniel_dunbar@apple.com <mailto:daniel_dunbar@apple.com>> wrote:
Some of the prefixes are coming back.
- Daniel
On Jul 15, 2016, at 10:34 AM, Anders Bertelrud via swift-dev <swift-dev@swift.org <mailto:swift-dev@swift.org>> wrote:
That's a surprising failure. The renaming of NSLock to Lock happened some time ago, and AFAIK the SwiftPM side of this code hasn't changed for a long time.
Because of the other CI problems, many of them haven't been able to progress as far as SwiftPM, so I don't know if this is a new issue. But since it is OS X, it should be using the Darwin Foundation and not the open source one, correct?
Anders
On 2016-07-15, at 10.31, Ben Langmuir <blangmuir@apple.com <mailto:blangmuir@apple.com>> wrote:
These are failing in SwiftPM; and not related to these commits. Did our Foundation get out of sync from SwiftPM?
/Users/buildnode/jenkins/workspace/oss-swift-incremental-RA-osx/swiftpm/Sources/Basic/Lock.swift:11:14: error: no such decl in module
import class Foundation.Lock
^ ~~~~
On Jul 15, 2016, at 10:28 AM, no-reply@swift.org <mailto:no-reply@swift.org> wrote:
New issue found!
[FAILURE] oss-swift-incremental-RA-osx [#5221]
Build URL: https://ci.swift.org/job/oss-swift-incremental-RA-osx/5221/
Project: oss-swift-incremental-RA-osx
Date of build: Fri, 15 Jul 2016 10:07:30 -0700
Build duration: 20 min
Identified problems:
Compile Error: This build failed because of a compile error. Below is a list of all errors in the build log:
Indication 1 <https://ci.swift.org//job/oss-swift-incremental-RA-osx/5221/consoleFull#-2052600253ee1a197b-acac-4b17-83cf-a53b95139a76>
Changes
Commit c25feab0beccadab28d3af23c5ba04e49de13f12 by blangmuir:
[index] Index system ImportDecls even when there is a DeclarationsOnly
edit: lib/Index/IndexingContext.cpp
edit: test/Index/index-module.m
edit: test/Index/Core/index-with-module.m
Commit d9937b66f53a7e4fe768131a49bcc607cf3bc172 by blangmuir:
Attempt to workaround Windows bots after my previous commit
edit: test/Index/index-module.m
Commit d43d77c857995e94c5b782eaebd225f54f93a536 by blangmuir:
Remove the new module cache from the index-module test
edit: test/Index/index-module.m
_______________________________________________
swift-dev mailing list
swift-dev@swift.org <mailto:swift-dev@swift.org>
https://lists.swift.org/mailman/listinfo/swift-dev
_______________________________________________
swift-dev mailing list
swift-dev@swift.org
https://lists.swift.org/mailman/listinfo/swift-dev
Sorry about the flip-flopping here. We’re trying to finish this out within the next few days.
- Tony
···
On Jul 15, 2016, at 10:36 AM, Daniel Dunbar via swift-dev <swift-dev@swift.org> wrote:
... and to elaborate, I am taking a look at this ...
See:
[Foundation] Keep NS Updates due to changes in SE-0086 · apple/swift@e0ca8fb · GitHub
- Daniel
On Jul 15, 2016, at 10:35 AM, Daniel Dunbar <daniel_dunbar@apple.com <mailto:daniel_dunbar@apple.com>> wrote:
Some of the prefixes are coming back.
- Daniel
On Jul 15, 2016, at 10:34 AM, Anders Bertelrud via swift-dev <swift-dev@swift.org <mailto:swift-dev@swift.org>> wrote:
That's a surprising failure. The renaming of NSLock to Lock happened some time ago, and AFAIK the SwiftPM side of this code hasn't changed for a long time.
Because of the other CI problems, many of them haven't been able to progress as far as SwiftPM, so I don't know if this is a new issue. But since it is OS X, it should be using the Darwin Foundation and not the open source one, correct?
Anders
On 2016-07-15, at 10.31, Ben Langmuir <blangmuir@apple.com <mailto:blangmuir@apple.com>> wrote:
These are failing in SwiftPM; and not related to these commits. Did our Foundation get out of sync from SwiftPM?
/Users/buildnode/jenkins/workspace/oss-swift-incremental-RA-osx/swiftpm/Sources/Basic/Lock.swift:11:14: error: no such decl in module
import class Foundation.Lock
^ ~~~~
On Jul 15, 2016, at 10:28 AM, no-reply@swift.org <mailto:no-reply@swift.org> wrote:
New issue found!
[FAILURE] oss-swift-incremental-RA-osx [#5221]
Build URL: https://ci.swift.org/job/oss-swift-incremental-RA-osx/5221/
Project: oss-swift-incremental-RA-osx
Date of build: Fri, 15 Jul 2016 10:07:30 -0700
Build duration: 20 min
Identified problems:
Compile Error: This build failed because of a compile error. Below is a list of all errors in the build log:
Indication 1 <https://ci.swift.org//job/oss-swift-incremental-RA-osx/5221/consoleFull#-2052600253ee1a197b-acac-4b17-83cf-a53b95139a76>
Changes
Commit c25feab0beccadab28d3af23c5ba04e49de13f12 by blangmuir:
[index] Index system ImportDecls even when there is a DeclarationsOnly
edit: lib/Index/IndexingContext.cpp
edit: test/Index/index-module.m
edit: test/Index/Core/index-with-module.m
Commit d9937b66f53a7e4fe768131a49bcc607cf3bc172 by blangmuir:
Attempt to workaround Windows bots after my previous commit
edit: test/Index/index-module.m
Commit d43d77c857995e94c5b782eaebd225f54f93a536 by blangmuir:
Remove the new module cache from the index-module test
edit: test/Index/index-module.m
_______________________________________________
swift-dev mailing list
swift-dev@swift.org <mailto:swift-dev@swift.org>
https://lists.swift.org/mailman/listinfo/swift-dev
_______________________________________________
swift-dev mailing list
swift-dev@swift.org
https://lists.swift.org/mailman/listinfo/swift-dev
I am working on getting those changes in today for swift-corelibs-foundation, along with some of the new value types.
···
On Jul 18, 2016, at 10:42 AM, Daniel Dunbar <daniel_dunbar@apple.com> wrote:
On Jul 15, 2016, at 4:10 PM, Philippe Hausler via swift-dev <swift-dev@swift.org <mailto:swift-dev@swift.org>> wrote:
Hmm that was incomplete:
Is there a reason why a full toolchain build didn’t pick this up? It seems that when I built locally everything built just fine and tested ok. My configuration that I use to test is a build bot preset that I have modified to have specific destinations such that I can automate installing it.
I was under the impression that it built swiftpm by default.
I would have expected the buildbot config to, but I don't use the presets myself. Passing `--swiftpm` to the build script definitely should.
On a related topic, it would be *very* helpful to us if changes like this could land concurrently with the matching support going in on the Linux side, to avoid having to add platform specific shims.
- Daniel
On Jul 15, 2016, at 4:06 PM, Philippe Hausler via swift-dev <swift-dev@swift.org <mailto:swift-dev@swift.org>> wrote:
NSLock got renamed back to include it’s NS.
On Jul 15, 2016, at 10:31 AM, Ben Langmuir via swift-dev <swift-dev@swift.org <mailto:swift-dev@swift.org>> wrote:
These are failing in SwiftPM; and not related to these commits. Did our Foundation get out of sync from SwiftPM?
/Users/buildnode/jenkins/workspace/oss-swift-incremental-RA-osx/swiftpm/Sources/Basic/Lock.swift:11:14: error: no such decl in module
import class Foundation.Lock
^ ~~~~
On Jul 15, 2016, at 10:28 AM, no-reply@swift.org <mailto:no-reply@swift.org> wrote:
New issue found!
[FAILURE] oss-swift-incremental-RA-osx [#5221]
Build URL: https://ci.swift.org/job/oss-swift-incremental-RA-osx/5221/
Project: oss-swift-incremental-RA-osx
Date of build: Fri, 15 Jul 2016 10:07:30 -0700
Build duration: 20 min
Identified problems:
Compile Error: This build failed because of a compile error. Below is a list of all errors in the build log:
Indication 1 <https://ci.swift.org//job/oss-swift-incremental-RA-osx/5221/consoleFull#-2052600253ee1a197b-acac-4b17-83cf-a53b95139a76>
Changes
Commit c25feab0beccadab28d3af23c5ba04e49de13f12 by blangmuir:
[index] Index system ImportDecls even when there is a DeclarationsOnly
edit: lib/Index/IndexingContext.cpp
edit: test/Index/index-module.m
edit: test/Index/Core/index-with-module.m
Commit d9937b66f53a7e4fe768131a49bcc607cf3bc172 by blangmuir:
Attempt to workaround Windows bots after my previous commit
edit: test/Index/index-module.m
Commit d43d77c857995e94c5b782eaebd225f54f93a536 by blangmuir:
Remove the new module cache from the index-module test
edit: test/Index/index-module.m
_______________________________________________
swift-dev mailing list
swift-dev@swift.org <mailto:swift-dev@swift.org>
https://lists.swift.org/mailman/listinfo/swift-dev
_______________________________________________
swift-dev mailing list
swift-dev@swift.org <mailto:swift-dev@swift.org>
https://lists.swift.org/mailman/listinfo/swift-dev
_______________________________________________
swift-dev mailing list
swift-dev@swift.org <mailto:swift-dev@swift.org>
https://lists.swift.org/mailman/listinfo/swift-dev
abertelrud
(Anders Bertelrud)
11
Great, thanks for fixing it! And thanks for the link...
Anders
···
On 2016-07-15, at 11.10, Daniel Dunbar <daniel_dunbar@apple.com> wrote:
Should be fixed in fa61cfe3bdae3932f90b34c414ee2c4e1967ebd3
- Daniel
On Jul 15, 2016, at 10:36 AM, Daniel Dunbar via swift-dev <swift-dev@swift.org <mailto:swift-dev@swift.org>> wrote:
... and to elaborate, I am taking a look at this ...
See:
[Foundation] Keep NS Updates due to changes in SE-0086 · apple/swift@e0ca8fb · GitHub
- Daniel
On Jul 15, 2016, at 10:35 AM, Daniel Dunbar <daniel_dunbar@apple.com <mailto:daniel_dunbar@apple.com>> wrote:
Some of the prefixes are coming back.
- Daniel
On Jul 15, 2016, at 10:34 AM, Anders Bertelrud via swift-dev <swift-dev@swift.org <mailto:swift-dev@swift.org>> wrote:
That's a surprising failure. The renaming of NSLock to Lock happened some time ago, and AFAIK the SwiftPM side of this code hasn't changed for a long time.
Because of the other CI problems, many of them haven't been able to progress as far as SwiftPM, so I don't know if this is a new issue. But since it is OS X, it should be using the Darwin Foundation and not the open source one, correct?
Anders
On 2016-07-15, at 10.31, Ben Langmuir <blangmuir@apple.com <mailto:blangmuir@apple.com>> wrote:
These are failing in SwiftPM; and not related to these commits. Did our Foundation get out of sync from SwiftPM?
/Users/buildnode/jenkins/workspace/oss-swift-incremental-RA-osx/swiftpm/Sources/Basic/Lock.swift:11:14: error: no such decl in module
import class Foundation.Lock
^ ~~~~
On Jul 15, 2016, at 10:28 AM, no-reply@swift.org <mailto:no-reply@swift.org> wrote:
New issue found!
[FAILURE] oss-swift-incremental-RA-osx [#5221]
Build URL: https://ci.swift.org/job/oss-swift-incremental-RA-osx/5221/
Project: oss-swift-incremental-RA-osx
Date of build: Fri, 15 Jul 2016 10:07:30 -0700
Build duration: 20 min
Identified problems:
Compile Error: This build failed because of a compile error. Below is a list of all errors in the build log:
Indication 1 <https://ci.swift.org//job/oss-swift-incremental-RA-osx/5221/consoleFull#-2052600253ee1a197b-acac-4b17-83cf-a53b95139a76>
Changes
Commit c25feab0beccadab28d3af23c5ba04e49de13f12 by blangmuir:
[index] Index system ImportDecls even when there is a DeclarationsOnly
edit: lib/Index/IndexingContext.cpp
edit: test/Index/index-module.m
edit: test/Index/Core/index-with-module.m
Commit d9937b66f53a7e4fe768131a49bcc607cf3bc172 by blangmuir:
Attempt to workaround Windows bots after my previous commit
edit: test/Index/index-module.m
Commit d43d77c857995e94c5b782eaebd225f54f93a536 by blangmuir:
Remove the new module cache from the index-module test
edit: test/Index/index-module.m
_______________________________________________
swift-dev mailing list
swift-dev@swift.org <mailto:swift-dev@swift.org>
https://lists.swift.org/mailman/listinfo/swift-dev
_______________________________________________
swift-dev mailing list
swift-dev@swift.org <mailto:swift-dev@swift.org>
https://lists.swift.org/mailman/listinfo/swift-dev